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