CAN programming interface environment
Version 3.10
Loading...
Searching...
No Matches
Programming in C++

The CANpie FD API provides classes for manipulating CAN frames and forwarding these frames via a socket interface (QCanSocket) between applications.

The classes use the Qt library and have the prefix QCan. The following table gives an overview.

QCanFrame

Class defining a CAN data frame or error frame

QCanInterface

Class defining a physical CAN interface

QCanNetwork

Class defining a CAN network

QCanNetworkSettings

Access parameters of QCanNetwork

QCanPlugin

Class for a CAN plugin, used by the QCanServer

QCanServer

CANpie server class, managing multiple CAN networks

QCanServerSettings

Access parameters of QCanServer

QCanSocket

Class defining a CAN socket, which connects to a QCanNetwork

QCanSocketCpFD

CANpie FD interface for QCanSocket class

QCanSocketDialog

Dialog for QCanSocket class

QCanTimeStamp

Time stamp with a resolution of 1 nanosecond.