Go to the source code of this file.
|
| double DT_DLL_MAKRADIO | makRadio::DtCreateIntercomFrequency (const DtEntityIdentifier &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. More...
|
| |