3#include "ParticipantUDP.h"
8#include <unordered_map>
11namespace RoboidControl {
27 virtual void UpdateMyThings(
unsigned long currentTimeMs)
override;
29#pragma endregion Update
34 unsigned long nextPublishMe = 0;
40#pragma endregion Receive
A message communicating the network ID for that participant.
Definition NetworkIdMsg.h:8
A participant is a device which manages things. It can communicate with other participant to synchron...
Definition Participant.h:52
unsigned int port
The port number for UDP communication with the participant.
Definition Participant.h:57
A participant messages notifies other participants of its presence When received by another participa...
Definition ParticipantMsg.h:10
A participant using UDP communication A local participant is the local device which can communicate w...
Definition ParticipantUDP.h:45
A participant is device which can communicate with other participants.
Definition SiteServer.h:14
Message providing generic details about a Thing.
Definition ThingMsg.h:7