![]() |
PhoenixPresentation
2.0.0
Set of cmake function to automate presentation generation
|
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
template<typename T > | |
bool | testMultiSimpleTableMessage (const std::string &typeNameStr, size_t nbElementMin, size_t nbElementMax) |
Test the serialisation/deserialisation of table of data in message. More... | |
void | testSimpleTableDataMessage () |
Test if data size is Ok. More... | |
template<typename T > | |
bool | testSimpleTableMessage (const std::string &typeNameStr, size_t nbElement) |
Test the serialisation/deserialisation of table of data in message. More... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 71 of file main.cpp.
References testSimpleTableDataMessage().
bool testMultiSimpleTableMessage | ( | const std::string & | typeNameStr, |
size_t | nbElementMin, | ||
size_t | nbElementMax | ||
) |
Test the serialisation/deserialisation of table of data in message.
typeNameStr | : name of the used type |
nbElementMin | : minimum number of elements in the table of data |
nbElementMax | : maximu number of elements in the table of data |
void testSimpleTableDataMessage | ( | ) |
Test if data size is Ok.
Definition at line 56 of file main.cpp.
References data_stream_assert.
Referenced by main().
bool testSimpleTableMessage | ( | const std::string & | typeNameStr, |
size_t | nbElement | ||
) |
Test the serialisation/deserialisation of table of data in message.
typeNameStr | : name of the used type |
nbElement | : number of elements in the table of data |
Definition at line 18 of file main.cpp.
References checkValue(), data_message_load(), data_message_save(), and data_size().