12 #include <boost/signal.hpp>
14 using namespace makVrv;
21 namespace tutorialDistributedSimulation3B
51 virtual bool disconnect();
54 virtual bool connected()
const;
DtExerciseConn * exerciseConn()
Get the exercise connection.
Definition: DistributedSimulationConnection3B.h:36
DtExerciseConn * myConnection
Definition: DistributedSimulationConnection3B.h:61
DtExerciseConnInitializer * myExConnInitializer
Definition: DistributedSimulationConnection3B.h:62
boost::signal< void()> signal_toBeDisconnected
Emitted when the connection will be disconnecting.
Definition: DistributedSimulationConnection3B.h:57
Definition: DistributedSimulationConnection3B.h:24
The shared settings manager, is the global object responsible for managing any shared settings object...
Definition: DtSharedSettingsManager.h:42
The DtBaseConnection is an abstract class.
Definition: DtBaseConnection.h:38
Contains makVrv:DtBaseConnection class.
The abstract interface necessary for agents.
Definition: DtAgentManagerInterface.h:33