Main Page
0.1.1.
Swarm architecture
❱
0.1.1.1.
Communication pattern
0.1.1.2.
Internal data dispatcher
0.1.1.3.
Backend abstraction
1.
Project configuration
❱
1.1.
Swarm config
1.2.
Statistics config
1.3.
Daemon config
2.
Backend Definition
❱
2.1.1.
Statistics system
❱
2.1.1.1.
Overview
2.1.1.2.
What is measured
2.1.1.3.
How statistics are accumulated
2.1.1.4.
Transmission and reception of statistics
2.1.1.5.
Summary
3.
Implementation usage
❱
3.1.
With only functions
3.2.
With class
❱
3.2.1.
The
SendDataDaemon.h
file
3.2.2.
The
SendDataDaemon.cpp
file
3.2.3.
The
main.cpp
file
3.3.
Sending data
Navy
3.2.3 : The
main.cpp
file