![]() |
PhoenixPresentation
2.0.0
Set of cmake function to automate presentation generation
|
How to write bool in a message. More...
#include <data_stream_message.h>
Static Public Member Functions | |
static bool | data_stream (DataStreamIter &ds, bool &data) |
Save the bool in the message. More... | |
static bool | data_stream (DataStreamIter &ds, bool *data, size_t nbElement) |
Save the bool in the message. More... | |
How to write bool in a message.
Definition at line 23 of file data_stream_message.h.
|
static |
Save the bool in the message.
[out] | ds | : message to be written |
data | : data to be saved in the message |
Definition at line 41 of file data_stream_message.cpp.
|
static |
Save the bool in the message.
[out] | ds | : message to be written |
data | : data to be saved in the message | |
nbElement | : number of element of the data |
Definition at line 54 of file data_stream_message.cpp.