#include <stdlib.h>#include <stdint.h>Go to the source code of this file.
Classes | |
| struct | data |
| struct | message |
| struct | messaging_controller |
| struct | messaging |
Typedefs | |
| typedef connection | Connection |
| typedef channel | Channel |
| typedef data | Data |
| typedef message | Message |
| typedef messaging_controller | Messaging_Controller |
| typedef void(*) | callback (Channel *channel, Message *mesg, void *state) |
| typedef messaging | Messaging |
Enumerations | |
| enum | Message_content_type { NULL_CONTENT = 0, BYTE_CONTENT = 1, INT8_CONTENT = 2, UINT8_CONTENT = 3, INT16_CONTENT = 4, UINT16_CONTENT = 5, INT32_CONTENT = 6, UINT32_CONTENT = 7, INT64_CONTENT = 8, UINT64_CONTENT = 9, FLOAT_CONTENT = 10, DOUBLE_CONTENT = 11 } |
1.4.7