dcrud
0.0.0
Distributed data and services
Main Page
Data Structures
Files
File List
Globals
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
8
IO_STATUS_NO_ERROR
,
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() */
12
IO_STATUS_SENDTO_FAILED
,
13
IO_STATUS_RECV_FAILED
,
14
15
IO_STATUS_LAST
16
17
}
ioStatus
;
18
19
extern
const
char
*
ioStatusMessages
[
IO_STATUS_LAST
];
20
21
#ifdef __cplusplus
22
}
23
#endif
IO_STATUS_LAST
Definition:
Status.h:15
IO_STATUS_NO_ERROR
Definition:
Status.h:8
ioStatus_e
ioStatus_e
Definition:
Status.h:6
IO_STATUS_RECV_FAILED
Definition:
Status.h:13
IO_STATUS_UNDERFLOW
Definition:
Status.h:10
ioStatusMessages
const char * ioStatusMessages[IO_STATUS_LAST]
IO_STATUS_SENDTO_FAILED
Definition:
Status.h:12
IO_STATUS_OVERFLOW
Definition:
Status.h:9
IO_STATUS_NO_MARK
Definition:
Status.h:11
ioStatus
enum ioStatus_e ioStatus
inc
io
Status.h
Generated on Sun Jan 10 2016 19:24:07 for dcrud by
1.8.7