dcrud  0.0.0
Distributed data and services
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Status.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef enum ioStatus_e ioStatus
 

Enumerations

enum  ioStatus_e {
  IO_STATUS_NO_ERROR, IO_STATUS_OVERFLOW, IO_STATUS_UNDERFLOW, IO_STATUS_NO_MARK,
  IO_STATUS_SENDTO_FAILED, IO_STATUS_RECV_FAILED, IO_STATUS_LAST
}
 

Variables

const char * ioStatusMessages [IO_STATUS_LAST]
 

Typedef Documentation

typedef enum ioStatus_e ioStatus

Enumeration Type Documentation

enum ioStatus_e
Enumerator
IO_STATUS_NO_ERROR 
IO_STATUS_OVERFLOW 
IO_STATUS_UNDERFLOW 
IO_STATUS_NO_MARK 
IO_STATUS_SENDTO_FAILED 
IO_STATUS_RECV_FAILED 
IO_STATUS_LAST 

Definition at line 6 of file Status.h.

6  {
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;
enum ioStatus_e ioStatus

Variable Documentation

const char* ioStatusMessages[IO_STATUS_LAST]