![]() |
|
PhoenixSwarm
3.5.0
Library to ease communication between daemons
|
Include dependency graph for phoenix_createData_impl.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| template<typename T> | |
| Data | phoenix_createData (const T &value) |
| Create a Data from a value. | |
| template<typename T> | |
| T | phoenix_getValueFromData (const Data &data) |
| Get the value in the Data. | |
| Data phoenix_createData | ( | const T & | value | ) |
Create a Data from a value.
| value | : value to set the Data |
Definition at line 20 of file phoenix_createData_impl.h.
References Data::getValue(), and Data::setType().
Referenced by phoenix_function_call(), and Daemon< _TBackend >::sendValue().
Here is the call graph for this function:
Here is the caller graph for this function:| T phoenix_getValueFromData | ( | const Data & | data | ) |
Get the value in the Data.
| data | : data to be used |
Definition at line 34 of file phoenix_createData_impl.h.
References Data::getType(), and Data::getValue().
Referenced by DataFunctionCall< _Data >::call(), and DataFunctionClassCall< _Class, _Data >::call().
Here is the call graph for this function:
Here is the caller graph for this function: