|
static std::string | getJ1939ParameterName (eParameterJ1939 param, bool shortName=true) |
| Get the name of the parameter for the J1939 network.
|
|
static std::string | getJ1939ParameterColumnName (eParameterJ1939 param) |
| Get the name of the parameter for the J1939 network to display in the column.
|
|
static uint16_t | getJ1939ParameterColumnWidth (eParameterJ1939 param) |
| Get the width of the column in DataFlow's sheet for the J1939 network.
|
|
static uint16_t | getJ1939ParameterMaxChars (eParameterJ1939 param) |
| Get the maximum number of characters for the parameter for the J1939 network.
|
|
static std::string | getJ1939ParameterValueAsString (const std::shared_ptr< INetworkInfo > &networkInfo, iv::channels::EnumDataFlowParameter::eParameterJ1939 param) |
| Get the value for the parameter of the J1939 network as a string.
|
|
static std::string | getModbusParameterName (eParameterModbus param, bool shortName=true) |
| Get the name of the parameter for the Modbus network.
|
|
static uint16_t | getModbusParameterColumnWidth (eParameterModbus param) |
| Get the width of the column in DataFlow's sheet for the Modbus network.
|
|
static uint16_t | getModbusParameterMaxChars (eParameterModbus param) |
| Get the width of the column in DataFlow's sheet for the Modbus network.
|
|
static std::string | getModbusParameterValueAsString (const std::shared_ptr< iv::channels::INetworkInfo > &networkInfo, const std::shared_ptr< iv::channels::AbstractChannel > &channel, iv::eLanguage language, eParameterModbus param) |
| Get the value for the parameter of the Modbus network as a string.
|
|
static std::set< iv::comms::modbus::eRegisterType > | getModbusRegisterTypesForDirection (iv::channels::INetworkInfo::eDirection modbusRegisterDirection) |
| Get the register types for the direction of the Modbus network.
|
|
static std::set< iv::eDataType > | getModbusDataTypesForRegisterType (iv::comms::modbus::eRegisterType modbusType) |
| Get the data types for the register type of the Modbus network.
|
|
static std::string | getNmea0183ParameterName (eParameterNmea0183 param, bool shortName=true) |
| Get the name of the parameter for the NMEA0183 network.
|
|
static uint16_t | getNmea0183ParameterMaxChars (eParameterNmea0183 param) |
| Get the name of the parameter for the NMEA0183 network to display in the column.
|
|
static uint16_t | getNmea0183ParameterColumnWidth (eParameterNmea0183 param) |
| Get the width of the column in DataFlow's sheet for the NMEA0183 network.
|
|
static std::string | getNmea0183ParameterValueAsString (const std::shared_ptr< iv::channels::INetworkInfo > &networkInfo, const std::shared_ptr< iv::channels::AbstractChannel > &channel, iv::eLanguage language, eParameterNmea0183 param) |
| Get the value for the parameter of the NMEA0183 network as a string.
|
|
static std::string | getVdrParameterName (eParameterVdr param, bool shortName=true) |
|
static uint16_t | getVdrParameterMaxChars (eParameterVdr param) |
|
static uint16_t | getVdrParameterColumnWidth (eParameterVdr param) |
|
static std::string | getVdrParameterValueAsString (const std::shared_ptr< iv::channels::INetworkInfo > &networkInfo, const std::shared_ptr< iv::channels::AbstractChannel > &channel, iv::eLanguage language, eParameterVdr param) |
|
static std::string | getNmea2kParameterColumnName (eParameterNmea2k param) |
|
static std::string | getNmea2kParameterName (eParameterNmea2k param, bool shortName=true) |
|
static uint16_t | getNmea2kParameterMaxChars (eParameterNmea2k param) |
|
static uint16_t | getNmea2kParameterColumnWidth (eParameterNmea2k param) |
|
static std::string | getNmea2kParameterValueAsString (const std::shared_ptr< iv::channels::INetworkInfo > &networkInfo, eParameterNmea2k param) |
|