![]() |
VR-Forces 5.0.1 Developer's Guide
|
Classes | |
| class | ChangeEntityMessage |
| class | ConfigureRadioMessage |
| class | ControlMessage |
| class | DtRadio |
| struct | DtRadioConnectionBundle |
| class | DtRadioManager |
| struct | OmniAntennaPattern |
| struct | SphericalAntennaPattern |
| class | DtRadioStateTypes |
| class | DtRadioSystemInitializer |
| class | RemoveRadioMessage |
| class | DtRwRadioChannel |
| class | DtRwModulationType |
| class | DtRwRadioState |
| class | StreamAudioMessage |
| class | DtJammingSignalFilter |
| class | DtRadioNetInterface |
| class | DtRadioNetManager |
| class | DtSignalFilter |
| class | DtIntercomConfigDialog |
| class | DtRadioConfigDialog |
| class | DtRadioStackWidget |
| class | DtRadioSystemConfigDialog |
| class | DtRadioWidget |
| class | DtRadioApp |
| class | DtRadioAppSystemInitializer |
| class | DtAudioSettingsDialog |
Typedefs | |
| typedef DtLockfreeQueue < ControlMessage * > | DtControlQueue |
| typedef DtLockfreeQueue < StreamAudioMessage * > | DtStreamQueue |
Functions | |
| double DT_DLL_MAKRADIO | DtCreateIntercomFrequency (const DtUUID &entityId) |
| DtRadioID DT_DLL_MAKRADIO | DtCreateStreamTag (int site, int host, int entityNum, int radioId) |
| DtRadioID DT_DLL_MAKRADIO | DtCreateStreamTag (const DtEntityIdentifier &entityId, int radioId) |
| void DT_DLL_MAKRADIO | DtDecodeStreamTag (DtRadioID tag, int &site, int &host, int &entityNum, int &radioId) |
| void DT_DLL_MAKRADIO | DtDecodeStreamTag (DtRadioID tag, DtEntityIdentifier &entityId, int &radioId) |
| std::string DT_DLL_MAKRADIO | DtCreateRadioTransmitterName (const DtEntityIdentifier &entityId, int radioId) |
| std::string DT_DLL_MAKRADIO | DtCreateRadioReceiverName (const DtEntityIdentifier &entityId, int radioId) |
| void DT_DLL_MAKRADIO | DtDecodeRadioName (const std::string &name, DtEntityIdentifier &entityId, int &radioId) |
| float DT_DLL_MAKRADIO | DtSignalStrength (makAudio::DtAudioBuffer *msg) |
Variables | |
| const DtRadioInputSource | DtAudioJammer = DtRadioInputSource(10) |
| const DtRadioInputSource | DtDataJammer = DtRadioInputSource(11) |
| const DtRadioInputSource | DtGpsJammer = DtRadioInputSource(12) |
| typedef DtLockfreeQueue<ControlMessage*> makRadio::DtControlQueue |
| typedef DtLockfreeQueue<StreamAudioMessage*> makRadio::DtStreamQueue |
| enum makRadio::CryptoMode |
| enum makRadio::Duplex |
| enum makRadio::RadioType |
| enum makRadio::SyncState |
| double DT_DLL_MAKRADIO makRadio::DtCreateIntercomFrequency | ( | const DtUUID & | entityId | ) |
| DtRadioID DT_DLL_MAKRADIO makRadio::DtCreateStreamTag | ( | int | site, |
| int | host, | ||
| int | entityNum, | ||
| int | radioId | ||
| ) |
| DtRadioID DT_DLL_MAKRADIO makRadio::DtCreateStreamTag | ( | const DtEntityIdentifier & | entityId, |
| int | radioId | ||
| ) |
| void DT_DLL_MAKRADIO makRadio::DtDecodeStreamTag | ( | DtRadioID | tag, |
| int & | site, | ||
| int & | host, | ||
| int & | entityNum, | ||
| int & | radioId | ||
| ) |
| void DT_DLL_MAKRADIO makRadio::DtDecodeStreamTag | ( | DtRadioID | tag, |
| DtEntityIdentifier & | entityId, | ||
| int & | radioId | ||
| ) |
| std::string DT_DLL_MAKRADIO makRadio::DtCreateRadioTransmitterName | ( | const DtEntityIdentifier & | entityId, |
| int | radioId | ||
| ) |
| std::string DT_DLL_MAKRADIO makRadio::DtCreateRadioReceiverName | ( | const DtEntityIdentifier & | entityId, |
| int | radioId | ||
| ) |
| void DT_DLL_MAKRADIO makRadio::DtDecodeRadioName | ( | const std::string & | name, |
| DtEntityIdentifier & | entityId, | ||
| int & | radioId | ||
| ) |
| float DT_DLL_MAKRADIO makRadio::DtSignalStrength | ( | makAudio::DtAudioBuffer * | msg | ) |
Get the audio signal strength on a scale of 0..1.
| const DtRadioInputSource makRadio::DtAudioJammer = DtRadioInputSource(10) |
| const DtRadioInputSource makRadio::DtDataJammer = DtRadioInputSource(11) |
| const DtRadioInputSource makRadio::DtGpsJammer = DtRadioInputSource(12) |