|
uint32_t | getGlobalId (iv::types::channelOrder channelOrder, iv::types::unitId unitId, iv::channels::eChannelSpecificType channelSpecificType) |
|
iv::types::indexChannel | generateIndexChannel (uint16_t id, iv::channels::eChannelSpecificType type) |
|
std::pair< iv::alarms::eAlarmState, iv::alarms::eAlarmType > | unpackedStateAlarmAndTypeAlarm (unsigned char stateAndType) |
|
bool | hasToShowRawValue (const iv::channels::eChannelBaseType baseType) |
|
bool | isSerialLine (const iv::channels::eChannelSpecificType type) |
|
std::vector< iv::channels::eAnalogSensorType > | sensorTypeByUnitTypeAndChOrder (const iv::units::eUnitType &unitType, const iv::types::channelOrder &chOrder) |
|
bool | isDefaultChannelId (const types::channelId &chId) |
|
bool | isChannelWithoutAlarm (iv::channels::eChannelSpecificType channelType) |
|
void | formatTag (iv::types::channelId &id) |
|
std::string | formatValue (const iv::types::channelValue &value, const iv::channels::eChannelBaseType type, const std::optional< uint8_t > numberOfDecimals=0, const std::optional< iv::eMeasurementUnit > measurementUnit=std::nullopt) |
|
iv::types::Range< uint16_t > | stationHeartbeatAndFailureChannelOrderRange () |
|
iv::types::Range< uint16_t > | watchcallNodeHearbeatAndFailureChannelOrderRange () |
|
iv::types::Range< iv::types::channelOrder > | unitHeartbeatAndCanFailureChannelOrderRange (const iv::types::unitId unitId) |
|
iv::types::channelOrder | networkHeartbeatAndFailureChannelOrder (const iv::types::channelOrder stationOrder, const iv::types::channelOrder commOrder) |
|
std::string | generateDefaultChannelId (iv::types::unitId unitId, iv::types::channelOrder channelOrder) |
|
std::string | generateDefaultLomHeartbeatChannelId (iv::types::unitId unitId) |
|
std::string | generateDefaultStationHeartbeatChannelId (const iv::types::stationId &stationId) |
|
std::string | generateDefaultStationFailChannelId (const iv::types::stationId &stationId) |
|
std::string | generateDefaultWatchcallNodeFailChannelId (const iv::types::repeaterId &repeaterId) |
|
std::string | generateDefaultWatchcallNodeHearbeatChannelId (const iv::types::repeaterId &repeaterId) |
|
std::string | generateDefaultCanAFailChannelId (iv::types::unitId unitId) |
|
std::string | generateDefaultCanBFailChannelId (iv::types::unitId unitId) |
|
std::string | generateDefaultCanCFailChannelId (iv::types::unitId unitId) |
|
std::string | generateDefaultLomOfflineChannelId (iv::types::unitId unitId) |
|