Go to the source code of this file.
Defines | |
#define | STATUS int |
Typedefs | |
typedef enum H2_ENDIANNESS | H2_ENDIANNESS |
Enumerations | |
enum | H2_ENDIANNESS { H2_BIG_ENDIAN, H2_LITTLE_ENDIAN } |
enum | POSTER_OP { POSTER_READ, POSTER_WRITE, POSTER_IOCTL } |
Functions | |
STATUS | logInit (int fd, int maxMsgs) |
int | logMsg (const char *fmt,...) |
#define STATUS int |
Definition at line 2 of file posterLib.h.
typedef enum H2_ENDIANNESS H2_ENDIANNESS |
enum H2_ENDIANNESS |
Definition at line 4 of file posterLib.h.
enum POSTER_OP |
Definition at line 14 of file posterLib.h.
int logMsg | ( | const char * | fmt, |
... | |||
) |