CANdevStudio
Development tool for CAN bus simulation
Loading...
Searching...
No Matches
CanRawSenderModel Class Reference

The class provides node graphical representation of CanRawSender. More...

#include <canrawsendermodel.h>

Inheritance diagram for CanRawSenderModel:
Collaboration diagram for CanRawSenderModel:

Public Slots

void sendFrame (const QCanBusFrame &frame)
 Callback, called when CanRawSender emits signal sendFrame, sends frame.
 

Signals

void requestRedraw ()
 
- Signals inherited from ComponentModelInterface
void startSimulation ()
 
void stopSimulation ()
 
void handleDock (QWidget *widget)
 
void simBcastSnd (const QJsonObject &msg, const QVariant &param)
 

Public Member Functions

 CanRawSenderModel ()
 
virtual ~CanRawSenderModel ()=default
 
unsigned int nPorts (PortType portType) const override
 Used to get number of ports of each type used by model.
 
NodeDataType dataType (PortType portType, PortIndex portIndex) const override
 Used to get data type of each port.
 
std::shared_ptr< NodeData > outData (PortIndex port) override
 Sets output data for propagation.
 
void setInData (std::shared_ptr< NodeData >, PortIndex) override
 Handles data on input port, not used in this class.
 
QtNodes::NodePainterDelegate * painterDelegate () const override
 Used to provide custom painter to nodeeditor.
 
- Public Member Functions inherited from ComponentModel< CanRawSender, CanRawSenderModel >
 ComponentModel ()=default
 
 ComponentModel (const QString &name)
 
virtual ~ComponentModel ()
 
virtual void initModel (QtNodes::Node &node, int nodeCnt, bool darkMode) override
 
virtual QString caption () const override
 Used to get node caption.
 
virtual void setCaption (const QString &caption) override
 Sets model caption and updates widget title.
 
virtual QString name () const override
 Used to identify model by data model name.
 
virtual std::unique_ptr< QtNodes::NodeDataModel > clone () const override
 Creates new node of the same type.
 
virtual QJsonObject save () const override
 Possibility to save node properties.
 
virtual void restore (QJsonObject const &json) override
 Used to restore node configurations.
 
virtual QWidget * embeddedWidget () override
 Used to get widget embedded in Node.
 
virtual bool resizable () const override
 Used to get information if node is resizable.
 
virtual ComponentInterfacegetComponent () override
 Component getter.
 
virtual bool restored () override
 
virtual void setColorMode (bool darkMode) override
 
virtual bool hasSeparateThread () const override
 
void simBcastRcv (const QJsonObject &msg, const QVariant &param) override
 
void simBcastSndSlot (const QJsonObject &msg, const QVariant &param) override
 
- Public Member Functions inherited from ComponentModelInterface
virtual ~ComponentModelInterface ()=default
 

Additional Inherited Members

- Protected Attributes inherited from ComponentModel< CanRawSender, CanRawSenderModel >
CanRawSender _component
 
QLabel * _label
 
QString _caption
 
QString _name
 
bool _resizable
 
bool _restored
 
bool _darkMode
 
QtNodes::NodeStyle _nodeStyle
 
std::unique_ptr< QThread > _thread
 
QUuid _id
 

Detailed Description

The class provides node graphical representation of CanRawSender.

Constructor & Destructor Documentation

◆ CanRawSenderModel()

CanRawSenderModel::CanRawSenderModel ( )

◆ ~CanRawSenderModel()

virtual CanRawSenderModel::~CanRawSenderModel ( )
virtualdefault

Member Function Documentation

◆ dataType()

NodeDataType CanRawSenderModel::dataType ( PortType  portType,
PortIndex  portIndex 
) const
override

Used to get data type of each port.

Parameters
typeof port @patam port id
Returns
CanDeviceDataOut type if portType is out

◆ nPorts()

unsigned int CanRawSenderModel::nPorts ( PortType  portType) const
override

Used to get number of ports of each type used by model.

Parameters
typeof port
Returns
1 if port out, 0 if any other type

◆ outData()

std::shared_ptr< NodeData > CanRawSenderModel::outData ( PortIndex  port)
override

Sets output data for propagation.

Parameters
portid
Returns
CanDeviceDataOut filled with data

◆ painterDelegate()

QtNodes::NodePainterDelegate * CanRawSenderModel::painterDelegate ( ) const
override

Used to provide custom painter to nodeeditor.

Returns
NodePainterDelegate used to perform custom node painting

◆ requestRedraw

void CanRawSenderModel::requestRedraw ( )
signal

◆ sendFrame

void CanRawSenderModel::sendFrame ( const QCanBusFrame &  frame)
slot

Callback, called when CanRawSender emits signal sendFrame, sends frame.

Parameters
receivedframe

◆ setInData()

void CanRawSenderModel::setInData ( std::shared_ptr< NodeData >  ,
PortIndex   
)
inlineoverride

Handles data on input port, not used in this class.

Parameters
dataon port
portid

The documentation for this class was generated from the following files: