![]() |
PhoenixPresentation
2.0.0
Set of cmake function to automate presentation generation
|
#include "phoenix_data_stream.h"
Go to the source code of this file.
Classes | |
struct | DataStream< Stream, DataStreamMode::READ, ShadokType::ShadokType > |
Generic ShadokType deserialisation, load and size function for a ShadokType::ShadokType. More... | |
struct | DataStream< Stream, DataStreamMode::WRITE, ShadokType::ShadokType > |
Generic ShadokType serialisation, save and size function for a ShadokType::ShadokType. More... | |
Namespaces | |
ShadokType | |
Enumerations | |
enum | ShadokType::ShadokType { ShadokType::NONE = 0 , ShadokType::HAUT = 1 , ShadokType::BAS = 2 , ShadokType::NONE = 0 , ShadokType::HAUT = 1 , ShadokType::BAS = 2 } |
Type of the Shadok we want to serialized. More... | |
Functions | |
int | main (int argc, char **argv) |
void | testShadokTypeFile () |
Test the Shadok message. More... | |
void | testShadokTypeMessage () |
Test the Shadok message. More... | |
void | testShadokTypeSize () |
Test the Shadok size. More... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 87 of file main.cpp.
References testShadokTypeFile(), testShadokTypeMessage(), and testShadokTypeSize().
void testShadokTypeFile | ( | ) |
Test the Shadok message.
Load shadok from message
Definition at line 74 of file main.cpp.
References ShadokType::BAS, checkValue(), data_load(), data_save(), and data_stream_assert.
Referenced by main().
void testShadokTypeMessage | ( | ) |
Test the Shadok message.
Load shadok from message
Definition at line 58 of file main.cpp.
References ShadokType::BAS, checkValue(), data_message_load(), data_message_save(), data_size(), and data_stream_assert.
Referenced by main().
void testShadokTypeSize | ( | ) |
Test the Shadok size.
Definition at line 51 of file main.cpp.
References checkValue(), data_size(), data_stream_assert, and ShadokType::HAUT.
Referenced by main().