|
INFM HIL Interface
Interface between Artery simulation and DuTs
|
Contains the necessary information to configure a send operation for the configuration of the CAN Connector. More...
#include <CANConnectorSendOperation.h>
Public Member Functions | |
| CANConnectorSendOperation (canid_t canID, bool isCANFD, bool isCyclic, bool announce=false, __u32 count=0, struct bcm_timeval ival1={0}, struct bcm_timeval ival2={0}) | |
Public Attributes | |
| canid_t | canID |
| bool | isCANFD |
| bool | isCyclic |
| bool | announce |
| __u32 | count |
| struct bcm_timeval | ival1 |
| struct bcm_timeval | ival2 |
Contains the necessary information to configure a send operation for the configuration of the CAN Connector.
| sim_interface::dut_connector::can::CANConnectorSendOperation::CANConnectorSendOperation | ( | canid_t | canID, |
| bool | isCANFD, | ||
| bool | isCyclic, | ||
| bool | announce = false, |
||
| __u32 | count = 0, |
||
| struct bcm_timeval | ival1 = {0}, |
||
| struct bcm_timeval | ival2 = {0} |
||
| ) |
Constructor
| canID | - The CAN ID of the frame. |
| isCANFD | - Flag for CANFD frames. |
| isCyclic | - Flag for cyclic frames. |
| announce | - Flag for immediately sending out updates once. |
| count | - Number of times the frame is send with the first interval. |
| ival1 | - First Interval. |
| ival2 | - Second Interval. |
| bool sim_interface::dut_connector::can::CANConnectorSendOperation::announce |
Flag for immediately sending out updates once.
| canid_t sim_interface::dut_connector::can::CANConnectorSendOperation::canID |
The CAN ID of the frame.
| __u32 sim_interface::dut_connector::can::CANConnectorSendOperation::count |
Number of times the frame is send with the first interval.
| bool sim_interface::dut_connector::can::CANConnectorSendOperation::isCANFD |
Flag for CANFD frames.
| bool sim_interface::dut_connector::can::CANConnectorSendOperation::isCyclic |
Flag for cyclic messages.
| struct bcm_timeval sim_interface::dut_connector::can::CANConnectorSendOperation::ival1 |
First Interval.
| struct bcm_timeval sim_interface::dut_connector::can::CANConnectorSendOperation::ival2 |
Second Interval.