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
12template<typename T>
13Data phoenix_createData(const T & value);
14
15template<typename T>
16T phoenix_getValueFromData(const Data & data);
17
19
20#endif
Basic Data exchanged in the swarm.
T phoenix_getValueFromData(const Data &data)
Get the value in the Data.
Data phoenix_createData(const T &value)
Create a Data from a value.