#include "FedTimeD.hh"
#include "Exception.hh"
#include "Socket.hh"
#include "RTIRegion.hh"
#include "BasicMessage.hh"
#include <vector>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | certi |
Classes | |
class | NetworkMessage |
NetworkMessage is the base class used for modelling message exchanged between RTIG and RTIA. More... | |
Defines | |
#define | PORT_TCP_RTIG "60400" |
#define | PORT_UDP_RTIG "60500" |
#define | TAILLE_MSG_RESEAU sizeof(NetworkMessage) |
#define PORT_TCP_RTIG "60400" |
Definition at line 40 of file NetworkMessage.hh.
Referenced by Communications::Communications(), and RTIG::RTIG().
#define PORT_UDP_RTIG "60500" |
Definition at line 41 of file NetworkMessage.hh.
Referenced by Communications::Communications(), and RTIG::RTIG().
#define TAILLE_MSG_RESEAU sizeof(NetworkMessage) |
Definition at line 347 of file NetworkMessage.hh.
Referenced by SocketMC::receiveMC(), and SocketMC::sendMC().