OSVR-Core
|
Header declaring a type and values for simple C return codes. More...
Go to the source code of this file.
Return Codes | |
#define | OSVR_RETURN_SUCCESS (0) |
The "success" value for an OSVR_ReturnCode. | |
#define | OSVR_RETURN_FAILURE (1) |
The "failure" value for an OSVR_ReturnCode. | |
typedef | OSVR_RETURN_SUCCESS_CONDITION (return==OSVR_RETURN_SUCCESS) char OSVR_ReturnCode |
Return type from C API OSVR functions. More... | |
Header declaring a type and values for simple C return codes.
Must be c-safe!