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


Public Member Functions | |
| CanRawFilterPrivate (CanRawFilter *q, CanRawFilterCtx &&ctx=CanRawFilterCtx(new CanRawFilterGuiImpl)) | |
| ComponentInterface::ComponentProperties | getSupportedProperties () const |
| QJsonObject | getSettings () |
| void | setSettings (const QJsonObject &json) |
| bool | acceptRxFrame (const QCanBusFrame &frame) |
| bool | acceptTxFrame (const QCanBusFrame &frame) |
Public Attributes | |
| bool | _simStarted { false } |
| CanRawFilterCtx | _ctx |
| CanRawFilterGuiInt & | _ui |
| bool | _docked { true } |
| std::map< QString, QVariant > | _props |
| CanRawFilterPrivate::CanRawFilterPrivate | ( | CanRawFilter * | q, |
| CanRawFilterCtx && | ctx = CanRawFilterCtx(new CanRawFilterGuiImpl) |
||
| ) |
| bool CanRawFilterPrivate::acceptRxFrame | ( | const QCanBusFrame & | frame | ) |
| bool CanRawFilterPrivate::acceptTxFrame | ( | const QCanBusFrame & | frame | ) |
| QJsonObject CanRawFilterPrivate::getSettings | ( | ) |
| ComponentInterface::ComponentProperties CanRawFilterPrivate::getSupportedProperties | ( | ) | const |
| void CanRawFilterPrivate::setSettings | ( | const QJsonObject & | json | ) |
| CanRawFilterCtx CanRawFilterPrivate::_ctx |
| bool CanRawFilterPrivate::_docked { true } |
| std::map<QString, QVariant> CanRawFilterPrivate::_props |
| bool CanRawFilterPrivate::_simStarted { false } |
| CanRawFilterGuiInt& CanRawFilterPrivate::_ui |