|
void | iv::comms::can::prvGetIdLocalUnitAndSubnetwork (iv::types::unitId idUnit, iv::types::unitId *idLocalUnit, iv::types::subnetwork *idSubnetwork) |
|
bool | iv::comms::can::isInSdoResponseCanIdRange (const uint32_t canId) |
|
bool | iv::comms::can::isInHeartbeatCanIdRange (const uint32_t canId) |
|
bool | iv::comms::can::isHeartbeatOk (const iv::comms::eHeartbeatState heartbeatState) |
|
uint8_t | iv::comms::can::prvIdUnitStation (iv::types::unitId idStation) |
|
uint16_t | iv::comms::can::prvIndexChannelBroadCast (iv::model::eShipArea areaStation, uint16_t typeBroadcast) |
|
bool | iv::comms::can::isWatchCall (uint16_t indexChannel, uint16_t *areaRepeater) |
|
bool | iv::comms::can::isBroadCastCommand (uint16_t indexChannel, iv::comms::can::eBroadcastType *typeBroadCast, uint16_t *typeZoneRepeaters) |
|
uint16_t | iv::comms::can::indexChannelBroadcastNewAlarm (iv::model::eShipArea stationArea) |
|
uint16_t | iv::comms::can::indexChannelBroadcastSoundOff (iv::model::eShipArea stationArea) |
|
void | iv::comms::can::getIdUnitLocalAndSubnetwork (iv::types::unitId idUnit, iv::types::unitId *idUnitLocal, iv::types::subnetwork *idSubnetwork) |
|
void | iv::comms::can::getNumDaysAndMillisecondsSinceLOMBaseDate (iv::types::timestamp now, uint16_t &daysSince1984, uint32_t &milliseconds) |
|
uint16_t | iv::comms::can::getIdUnitGlobal (uint16_t idUnitLocal, uint16_t idSubnetwork) |
|
uint16_t | iv::comms::can::idUnitStation (uint16_t idStation) |
|
bool | iv::comms::can::isEqualMessageCAN (const iv::comms::can::CanDataMessage *message1, const iv::comms::can::CanDataMessage *message2) |
|
iv::comms::can::eMessageType | iv::comms::can::getMessageType (const uint64_t msgId) |
|
unsigned char | iv::comms::can::idTypeRepeaterByArea (iv::model::eShipArea eAreaShip) |
|