GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > VBI / V0-1-0
Constituent: vbi     Tag: sun-gcc
Defines | |
| #define | OK 0 |
| Return status: okay. | |
| #define | ERROR (-1) |
| Return status: error. | |
| #define | TRUE 1 |
| Boolean true. | |
| #define | FALSE 0 |
| Boolean false. | |
| #define | PATH_MAX 255 |
| Maximum length of path name. | |
| #define | NAME_MAX 99 |
| Maximum length of file name. | |
| #define | NELEMENTS(x) (sizeof(x) / sizeof(x[0])) |
| Number of elements in an array. | |
Typedefs | |
| typedef int | BOOL |
| Boolean type. | |
| typedef int | STATUS |
| Return status. | |
| typedef int(* | FUNCPTR )() |
| Function returning integer. | |
| typedef unsigned char | UCHAR |
| Unsigned character type. | |
| typedef unsigned int | UINT |
| Unsigned integer type. | |
| typedef unsigned short | USHORT |
| Unsigned short integer type. | |
| typedef unsigned long | ULONG |
| Unsigned long integer type. | |
| typedef unsigned short | UINT16 |
| Unsigned short integer type. | |
| typedef unsigned long | UINT32 |
| Unsigned long integer type. | |
1.4.4