dcrud  0.0.0
Distributed data and services
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Status.h
Go to the documentation of this file.
1 #pragma once
2 #ifdef __cplusplus
3 extern "C" {
4 #endif
5 
6 typedef enum ioStatus_e {
7 
9  IO_STATUS_OVERFLOW, /* relative to put operations */
10  IO_STATUS_UNDERFLOW, /* relative to get operations */
11  IO_STATUS_NO_MARK, /* reset() called without previous call to mark() */
14 
16 
17 } ioStatus;
18 
19 extern const char * ioStatusMessages[IO_STATUS_LAST];
20 
21 #ifdef __cplusplus
22 }
23 #endif
ioStatus_e
Definition: Status.h:6
const char * ioStatusMessages[IO_STATUS_LAST]
enum ioStatus_e ioStatus