![]() |
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.
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 56 of file main.cpp.
References testShadokTypeFile(), testShadokTypeMessage(), and testShadokTypeSize().
void testShadokTypeFile | ( | ) |
Test the Shadok message.
Load shadok from message
Definition at line 43 of file main.cpp.
References ShadokType::BAS, checkValue(), data_load(), data_save(), and data_stream_assert.
void testShadokTypeMessage | ( | ) |
Test the Shadok message.
Load shadok from message
Definition at line 27 of file main.cpp.
References ShadokType::BAS, checkValue(), data_message_load(), data_message_save(), data_size(), and data_stream_assert.