GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > VBI / V0-0-1
Constituent: vbi     Tag: linux-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 | NELEMENTS(x) (sizeof(x) / sizeof(x[0])) |
| Number of elements in an array. | |
Typedefs | |
| typedef int | STATUS |
| Return status. | |
| typedef int(* | FUNCPTR )() |
| Function returning integer. | |
1.3.3