📄 vrmsg.h
字号:
/*------------ Telecommunications & Signal Processing Lab --------------
McGill University
Routine:
VRmsg.h
Description:
Message texts for the TSP VR routines.
Author / revision:
P. Kabal Copyright (C) 1997
$Revision: 1.1.1.1 $ $Date: 2005/12/22 09:54:42 $
----------------------------------------------------------------------*/
#ifndef VRmsg_h_
#define VRmsg_h_
/* Error Messages */
#define VRM_BadSize "Invalid data element size"
#define VRM_NegAmpl "Negative input amplitude"
#define VRM_NegVal "Negative input value(s)"
#define VRM_BadN "Invalid number of elements"
#endif /* VRmsg_h_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -