SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
Public Member Functions | |
ChannelInstanceRegistration () | |
ChannelInstanceRegistration (const QString &channelName, ChannelAPI *channelAPI) | |
bool | operator< (const ChannelInstanceRegistration &other) const |
Public Attributes | |
QString | m_channelName |
ChannelAPI * | m_channelSinkAPI |
ChannelAPI * | m_channelSourceAPI |
Definition at line 60 of file deviceset.h.
|
inline |
Definition at line 66 of file deviceset.h.
References operator<().
Referenced by DeviceSet::addRxChannel(), DeviceSet::addTxChannel(), DeviceSet::loadRxChannelSettings(), DeviceSet::loadTxChannelSettings(), DeviceSet::registerRxChannelInstance(), and DeviceSet::registerTxChannelInstance().
DeviceSet::ChannelInstanceRegistration::ChannelInstanceRegistration | ( | const QString & | channelName, |
ChannelAPI * | channelAPI | ||
) |
Definition at line 29 of file deviceset.cpp.
References ChannelAPI::getStreamType(), m_channelSinkAPI, m_channelSourceAPI, ChannelAPI::StreamSingleSink, and ChannelAPI::StreamSingleSource.
bool DeviceSet::ChannelInstanceRegistration::operator< | ( | const ChannelInstanceRegistration & | other | ) | const |
Definition at line 365 of file deviceset.cpp.
References ChannelAPI::getCenterFrequency(), ChannelAPI::getName(), m_channelSinkAPI, and m_channelSourceAPI.
Referenced by ChannelInstanceRegistration().
QString DeviceSet::ChannelInstanceRegistration::m_channelName |
Definition at line 62 of file deviceset.h.
Referenced by DeviceSet::freeRxChannels(), DeviceSet::freeTxChannels(), DeviceSet::loadRxChannelSettings(), DeviceSet::loadTxChannelSettings(), DeviceSet::renameRxChannelInstances(), DeviceSet::renameTxChannelInstances(), DeviceSet::saveRxChannelSettings(), and DeviceSet::saveTxChannelSettings().
ChannelAPI* DeviceSet::ChannelInstanceRegistration::m_channelSinkAPI |
Definition at line 63 of file deviceset.h.
Referenced by ChannelInstanceRegistration(), DeviceSet::loadRxChannelSettings(), operator<(), and DeviceSet::saveRxChannelSettings().
ChannelAPI* DeviceSet::ChannelInstanceRegistration::m_channelSourceAPI |
Definition at line 64 of file deviceset.h.
Referenced by ChannelInstanceRegistration(), DeviceSet::loadTxChannelSettings(), operator<(), and DeviceSet::saveTxChannelSettings().