18 class DtRadioTransmitterStateComponent;
19 class DtRadioReceiverStateComponent;
23 namespace makVrfEvents
25 class DtRawSignalEvent;
28 class DtEntityIdentifier;
34 class StreamAudioMessage;
35 class ConfigureRadioMessage;
61 virtual void adminStateDataDeleted();
72 virtual void createAndInitializeAdminStateData(
const DtUUID&);
78 double myTimeLastTransmit = 0.;
79 double myTimeLastReceive = 0.;
80 double myTimeToKeepTransmitterOn = 0.;
UUID is a unique ID wrapper class.
Definition: uuid.h:59
makVrf::DtRadioTransmitterStateComponent * txPub() const
Definition: radioNetInterface.h:50
Definition: rawSignalEvent.h:16
1) Define the interface class that will be used to represent the next and curent frames. The UNDEFINED_ macros are convenience macros that will define methods that throw exceptions (until they are implemented)
Definition: radioTransmitterStateComponent.h:139
boost::signals2::scoped_connection myStateDataDeletedConnection
Definition: radioNetInterface.h:88
Contains the DtUUID class declaration.
#define DT_DLL_MAKRADIOPLUGIN
Get proper local export symbol.
Definition: export.h:20
The overall structure of the DtStateData mechanism is: The DtStateData contains a list of double buff...
Definition: stateData.h:339
int myIntercomStreamId
Definition: radioNetInterface.h:77
The DtCommunicationManager class is a convenience class that will create both the DtNetworkInterfaceM...
Definition: communicationManager.h:51
DtUUID myEntityId
Definition: radioNetInterface.h:75
unsigned long long DtRadioID
Definition: radio.h:16
makVrf::DtRadioReceiverStateComponent * rxPub() const
Definition: radioNetInterface.h:55
1) Define the interface class that will be used to represent the next and curent frames. The UNDEFINED_ macros are convenience macros that will define methods that throw exceptions (until they are implemented)
Definition: radioReceiverStateComponent.h:64
makVrf::DtStateData * myStateData
Definition: radioNetInterface.h:86
Definition: radioNetInterface.h:37
unsigned long long myRadioId
Definition: radioNetInterface.h:76
makVrf::DtRadioTransmitterStateComponent * myTxPub
Definition: radioNetInterface.h:83
DtCommunicationManager * myExConn
Definition: radioNetInterface.h:82
makVrf::DtRadioReceiverStateComponent * myRxPub
Definition: radioNetInterface.h:84
Definition: streamAudio.h:16
DtUUID myAdminUUID
Definition: radioNetInterface.h:89