F´ Flight Software - C/C++ Documentation  NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
StandardTypes.hpp
Go to the documentation of this file.
1 #ifndef VXWORKS_STD_TYPES_H
2 #define VXWORKS_STD_TYPES_H
3 
4 #include <vxWorks.h>
5 
6 // Covert VxWorks OK and ERROR macros to enums
7 enum {
10 };
11 #undef OK
12 #undef ERROR
13 enum {
16 };
17 
18 #endif
ERROR
@ ERROR
Definition: StandardTypes.hpp:15
VXWORKS_OK
@ VXWORKS_OK
Definition: StandardTypes.hpp:8
OK
@ OK
Definition: StandardTypes.hpp:14
VXWORKS_ERROR
@ VXWORKS_ERROR
Definition: StandardTypes.hpp:9