PhoenixSwarm
3.5.0
Library to ease communication between daemons
Loading...
Searching...
No Matches
phoenix_createData.h
Go to the documentation of this file.
1
/***************************************
2
Auteur : Pierre Aubert
3
Mail : pierre.aubert@lapp.in2p3.fr
4
Licence : CeCILL-C
5
****************************************/
6
7
#ifndef __PHOENIX_CREATEDATA_H__
8
#define __PHOENIX_CREATEDATA_H__
9
10
#include "
representation_def.h
"
11
12
template
<
typename
T>
13
Data
phoenix_createData
(
const
T & value);
14
15
template
<
typename
T>
16
T
phoenix_getValueFromData
(
const
Data
& data);
17
18
#include "
phoenix_createData_impl.h
"
19
20
#endif
Data
Basic Data exchanged in the swarm.
Definition
Representation.h:21
phoenix_getValueFromData
T phoenix_getValueFromData(const Data &data)
Get the value in the Data.
Definition
phoenix_createData_impl.h:34
phoenix_createData
Data phoenix_createData(const T &value)
Create a Data from a value.
Definition
phoenix_createData_impl.h:20
phoenix_createData_impl.h
representation_def.h
src
Representation
phoenix_createData.h
Generated by
1.13.2