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