![]() |
|
PhoenixSwarm
3.5.0
Library to ease communication between daemons
|
| ▼NPhoenix | |
| CConfigException | Exception for daemon configuration errors |
| CParserException | Exception for configuration errors |
| CSocketStatusException | Exception for socket status errors |
| CSwarmException | Base exception class for the Phoenix project |
| CAbstractDataFunction | Abstract function definition which will be callable in Daemon |
| CAbstractFunction | Abstract function definition which will be callable in Daemon |
| CBaseDaemon | Daemon which help communication between processes and thread |
| CCheckStream< DaemonConfig > | Generic DaemonConfig Check function |
| CCheckStream< DaemonStat > | Generic DaemonStat Check function |
| CCheckStream< DaemonStatAccumulator > | Generic DaemonStatAccumulator Check function |
| CCheckStream< Data > | Generic Data Check function |
| CCheckStream< Function > | Generic Function Check function |
| CCheckStream< Message > | Generic Message Check function |
| CCheckStream< StatAccumulator > | Generic StatAccumulator Check function |
| CCheckStream< VecStat > | Generic VecStat Check function |
| CDaemon | Class which describes a Daemon with connections to other daemons |
| CDaemonConfig | Describe a Daemon of the Swarm |
| CDaemonEmptyBackend | Simple, default backend of the Daemon to manage Socket and Clock |
| CDaemonMainConfig | Main Daemon configuration which drives timeouts and flags of send and recv calls |
| CDaemonStat | Statistics of a Daemon |
| CDaemonStatAccumulator | Accumulator of all events occurence on a Daemon (processing functions and communication latencies) to build swarm statistics over a time period |
| CData | Basic Data exchanged in the swarm |
| CDataFunctionCall | Function which can be called in a Daemon |
| CDataFunctionClassCall | Function which can be called in a Daemon |
| CDataStream< Stream, Mode, DaemonConfig > | Generic DaemonConfig serialisation/deserialisation, load/save and size function for PhoenixDataStream |
| CDataStream< Stream, Mode, DaemonStat > | Generic DaemonStat serialisation/deserialisation, load/save and size function for PhoenixDataStream |
| CDataStream< Stream, Mode, DaemonStatAccumulator > | Generic DaemonStatAccumulator serialisation/deserialisation, load/save and size function for PhoenixDataStream |
| CDataStream< Stream, Mode, Data > | Generic Data serialisation/deserialisation, load/save and size function for PhoenixDataStream |
| CDataStream< Stream, Mode, Function > | Generic Function serialisation/deserialisation, load/save and size function for PhoenixDataStream |
| CDataStream< Stream, Mode, Message > | Generic Message serialisation/deserialisation, load/save and size function for PhoenixDataStream |
| CDataStream< Stream, Mode, StatAccumulator > | Generic StatAccumulator serialisation/deserialisation, load/save and size function for PhoenixDataStream |
| CDataStream< Stream, Mode, VecStat > | Generic VecStat serialisation/deserialisation, load/save and size function for PhoenixDataStream |
| CFunction | Basic function which can be called from an other Daemon |
| CFunctionCall | Function which can be called in a Daemon |
| CMessage | Message exchanged by Daemons |
| CStatAccumulator | Accumulator of event occurence to build swarm statistics over a time period |
| CStatDaemonManager | Daemon which manages statistics of a full swarm |
| Cstatic_for_deserialise_message | Iterate over function parameters |
| Cstatic_for_deserialise_message< N, N > | Iterate over function parameters (end) |
| CVecStat | General statistics in the swarm |