7#ifndef __PHOENIX_CREATEDATA_H__
8#define __PHOENIX_CREATEDATA_H__
Basic Data exchanged in the swarm.
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.