gusimplewhiteboard
guwhiteboardserialisation.h
Go to the documentation of this file.
1
11#ifndef WB_GUWHITEBOARDSERIALISATION_H
12#define WB_GUWHITEBOARDSERIALISATION_H
13
14#ifndef __cplusplus
15#include <stdbool.h>
16#else
17#if __cplusplus < 201103L
18#include <stdbool.h>
19#else
20#include <cstdbool>
21#endif
22#endif // __cplusplus
23
25
26int32_t serialisemsg(wb_types message_index, const void *message_in, void *serialised_out);
27
28int32_t deserialisemsg(wb_types message_index, const void *serialised_in, void *message_out);
29
30#endif //WB_GUWHITEBOARDSERIALISATION_H
int32_t deserialisemsg(wb_types message_index, const void *serialised_in, void *message_out)
int32_t serialisemsg(wb_types message_index, const void *message_in, void *serialised_out)
/file guwhiteboardserialisation.h
wb_types
All the message 'types' for the class based whiteboard.