#include <DbcSignal.h>
|
| DbcSignal (uint8_t dlc, double gain, double offset, uint8_t startBit, ByteOrder endianness, uint8_t length, SignType sign, std::string name, MultiplexerMode multiplexerMode) |
|
| DbcSignal (uint8_t dlc, double gain, double offset, uint8_t startBit, ByteOrder endianness, uint8_t length, SignType sign, std::string name, MultiplexerMode multiplexerMode, int32_t multiplexerSwitch) |
|
DataType | GetDataType () |
|
uint8_t | GetDlc () const |
|
ByteOrder | GetEndianness () const |
|
double | GetGain () const |
|
double | GetInitialValue () |
|
uint8_t | GetLength () const |
|
MultiplexerMode | GetMultiplexerMode () const |
|
int32_t | GetMultiplexerSwitch () const |
|
std::string | GetName () const |
|
double | GetOffset () const |
|
double | GetResult () const |
|
SignType | GetSign () const |
|
uint8_t | GetStartBit () const |
|
void | SetComment (NewEagle::DbcSignalComment comment) |
|
void | SetDataType (DataType type) |
|
void | SetInitialValue (double value) |
|
void | SetResult (double result) |
|
| ~DbcSignal () |
|
Definition at line 109 of file DbcSignal.h.
◆ DbcSignal() [1/2]
NewEagle::DbcSignal::DbcSignal |
( |
uint8_t |
dlc, |
|
|
double |
gain, |
|
|
double |
offset, |
|
|
uint8_t |
startBit, |
|
|
ByteOrder |
endianness, |
|
|
uint8_t |
length, |
|
|
SignType |
sign, |
|
|
std::string |
name, |
|
|
MultiplexerMode |
multiplexerMode |
|
) |
| |
◆ DbcSignal() [2/2]
NewEagle::DbcSignal::DbcSignal |
( |
uint8_t |
dlc, |
|
|
double |
gain, |
|
|
double |
offset, |
|
|
uint8_t |
startBit, |
|
|
ByteOrder |
endianness, |
|
|
uint8_t |
length, |
|
|
SignType |
sign, |
|
|
std::string |
name, |
|
|
MultiplexerMode |
multiplexerMode, |
|
|
int32_t |
multiplexerSwitch |
|
) |
| |
◆ ~DbcSignal()
NewEagle::DbcSignal::~DbcSignal |
( |
| ) |
|
◆ GetDataType()
◆ GetDlc()
uint8_t NewEagle::DbcSignal::GetDlc |
( |
| ) |
const |
◆ GetEndianness()
ByteOrder NewEagle::DbcSignal::GetEndianness |
( |
| ) |
const |
◆ GetGain()
double NewEagle::DbcSignal::GetGain |
( |
| ) |
const |
◆ GetInitialValue()
double NewEagle::DbcSignal::GetInitialValue |
( |
| ) |
|
◆ GetLength()
uint8_t NewEagle::DbcSignal::GetLength |
( |
| ) |
const |
◆ GetMultiplexerMode()
◆ GetMultiplexerSwitch()
int32_t NewEagle::DbcSignal::GetMultiplexerSwitch |
( |
| ) |
const |
◆ GetName()
std::string NewEagle::DbcSignal::GetName |
( |
| ) |
const |
◆ GetOffset()
double NewEagle::DbcSignal::GetOffset |
( |
| ) |
const |
◆ GetResult()
double NewEagle::DbcSignal::GetResult |
( |
| ) |
const |
◆ GetSign()
SignType NewEagle::DbcSignal::GetSign |
( |
| ) |
const |
◆ GetStartBit()
uint8_t NewEagle::DbcSignal::GetStartBit |
( |
| ) |
const |
◆ SetComment()
◆ SetDataType()
◆ SetInitialValue()
void NewEagle::DbcSignal::SetInitialValue |
( |
double |
value | ) |
|
◆ SetResult()
void NewEagle::DbcSignal::SetResult |
( |
double |
result | ) |
|
◆ _comment
◆ _dlc
uint8_t NewEagle::DbcSignal::_dlc |
|
private |
◆ _endianness
◆ _gain
double NewEagle::DbcSignal::_gain |
|
private |
◆ _initialValue
double NewEagle::DbcSignal::_initialValue |
|
private |
◆ _length
uint8_t NewEagle::DbcSignal::_length |
|
private |
◆ _multiplexerMode
◆ _multiplexerSwitch
int32_t NewEagle::DbcSignal::_multiplexerSwitch |
|
private |
◆ _name
std::string NewEagle::DbcSignal::_name |
|
private |
◆ _offset
double NewEagle::DbcSignal::_offset |
|
private |
◆ _result
double NewEagle::DbcSignal::_result |
|
private |
◆ _sign
◆ _startBit
uint8_t NewEagle::DbcSignal::_startBit |
|
private |
◆ _type
The documentation for this class was generated from the following files: