|
CANdevStudio
Development tool for CAN bus simulation
|
#include <cansignaldecoder_p.h>


Public Member Functions | |
| CanSignalDecoderPrivate (CanSignalDecoder *q, CanSignalDecoderCtx &&ctx=CanSignalDecoderCtx()) | |
| ComponentInterface::ComponentProperties | getSupportedProperties () const |
| QJsonObject | getSettings () |
| void | setSettings (const QJsonObject &json) |
| void | decodeFrame (const QCanBusFrame &frame, Direction const direction, bool status) |
Public Attributes | |
| bool | _simStarted { false } |
| CanSignalDecoderCtx | _ctx |
| std::map< QString, QVariant > | _props |
| CanDbHandler | _db { _props, _dbProperty } |
| CanSignalDecoderPrivate::CanSignalDecoderPrivate | ( | CanSignalDecoder * | q, |
| CanSignalDecoderCtx && | ctx = CanSignalDecoderCtx() |
||
| ) |
| void CanSignalDecoderPrivate::decodeFrame | ( | const QCanBusFrame & | frame, |
| Direction const | direction, | ||
| bool | status | ||
| ) |
| QJsonObject CanSignalDecoderPrivate::getSettings | ( | ) |
| ComponentInterface::ComponentProperties CanSignalDecoderPrivate::getSupportedProperties | ( | ) | const |
| void CanSignalDecoderPrivate::setSettings | ( | const QJsonObject & | json | ) |
| CanSignalDecoderCtx CanSignalDecoderPrivate::_ctx |
| CanDbHandler CanSignalDecoderPrivate::_db { _props, _dbProperty } |
| std::map<QString, QVariant> CanSignalDecoderPrivate::_props |
| bool CanSignalDecoderPrivate::_simStarted { false } |