#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 77 of file DbcSignal.h.
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 |
|
) |
| |
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 |
|
) |
| |
NewEagle::DbcSignal::~DbcSignal |
( |
| ) |
|
uint8_t NewEagle::DbcSignal::GetDlc |
( |
| ) |
const |
ByteOrder NewEagle::DbcSignal::GetEndianness |
( |
| ) |
const |
double NewEagle::DbcSignal::GetGain |
( |
| ) |
const |
double NewEagle::DbcSignal::GetInitialValue |
( |
| ) |
|
uint8_t NewEagle::DbcSignal::GetLength |
( |
| ) |
const |
int32_t NewEagle::DbcSignal::GetMultiplexerSwitch |
( |
| ) |
const |
std::string NewEagle::DbcSignal::GetName |
( |
| ) |
const |
double NewEagle::DbcSignal::GetOffset |
( |
| ) |
const |
double NewEagle::DbcSignal::GetResult |
( |
| ) |
const |
SignType NewEagle::DbcSignal::GetSign |
( |
| ) |
const |
uint8_t NewEagle::DbcSignal::GetStartBit |
( |
| ) |
const |
void NewEagle::DbcSignal::SetInitialValue |
( |
double |
value | ) |
|
void NewEagle::DbcSignal::SetResult |
( |
double |
result | ) |
|
uint8_t NewEagle::DbcSignal::_dlc |
|
private |
double NewEagle::DbcSignal::_gain |
|
private |
double NewEagle::DbcSignal::_initialValue |
|
private |
uint8_t NewEagle::DbcSignal::_length |
|
private |
int32_t NewEagle::DbcSignal::_multiplexerSwitch |
|
private |
std::string NewEagle::DbcSignal::_name |
|
private |
double NewEagle::DbcSignal::_offset |
|
private |
double NewEagle::DbcSignal::_result |
|
private |
uint8_t NewEagle::DbcSignal::_startBit |
|
private |
The documentation for this class was generated from the following files: