19 #include <QtCore/QStringList>
24 class DtCigiConnectionInterface;
27 class DtCigiConnectionInitializer;
42 virtual void updateCurrentDriver();
45 virtual std::string className()
const;
49 virtual void populateDeviceAddresses();
51 DtCigiDriver* findCurrentDriver(
const std::string& name);
53 void on_currentConnectionChanged(
const std::string& connectionName);
58 void on_cigiVersionChanged(
const std::string& sStr );
59 void on_entityMappingNameChanged(
const std::string& str);
60 void on_hostIpChanged(
const std::string& sStr);
61 void on_devAddrChanged(
const std::string& sStr);
62 void on_incomingBufferSizeChanged(
unsigned value);
63 void on_listenPortChanged(
unsigned value);
64 void on_numIncomingBuffersChanged(
unsigned value);
65 void on_numOutgoingBuffersChanged(
unsigned value);
66 void on_outgoingBufferSizeChanged(
unsigned value);
67 void on_packetBufferSizeChanged(
unsigned value);
68 void on_sendPortChanged(
unsigned value);
70 void on_transportTypeChanged(
int value);
71 void on_driverFrequencyChanged(
unsigned int value);
72 void on_hostFrequencyChanged(
unsigned int value);
73 void on_returnConnectionObjectIdsChanged(
bool value );
75 void on_makeAutoConnect();
77 void on_driverStarted(
DtDriver& simCon);
78 void on_driverStopped(
DtDriver& simCon);
79 void on_driverToBeDestroyed(
DtDriver& driver);
80 void on_autoDriverChanged(
const std::string& con);
DtCigiConnectionInitializer * myInitializer
Definition: DtCigiConnectionLogic.h:86
This class initializes the CIGI driver.
Definition: DtCigiConnectionInitializer.h:18
DtDe & myDe
Definition: DtCigiConnectionLogic.h:83
Logic for configuring the CIGI Connection.
Definition: DtCigiConnectionLogic.h:31
DtCigiConnectionInterface & myCigiConnectionInterface
Definition: DtCigiConnectionLogic.h:84
ConnectionMode
Definition: DtCigiConnectionInitializer.h:28
#define DT_DLL_VRVCIGIQT
Definition: vrvCigiQt.h:19
The DtDriver is an abstract class. Developers derive from this to create logic that "directs" things ...
Definition: DtDriver.h:31
The DtDriver for CIGI. Provides communication between the IG (DtDe) and the DtCigiConnection which do...
Definition: DtCigiDriver.h:46
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
Abstract interface for a CIGI connection widget.
Definition: DtCigiConnectionInterface.h:21
QStringList myModelDefinitions
Definition: DtCigiConnectionLogic.h:87
DtSignalConnectionManager myConnections
Definition: DtCigiConnectionLogic.h:88
Base class to provide boost signal/slot management.
Contains DLL export macros.
const char int mode
Definition: ioapi.h:38
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
DtCigiDriver * myCurrentDriver
Definition: DtCigiConnectionLogic.h:85