Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Interface

This section describes the API functions of the CANopen interface module. These functions are implemented within the source file: co_if.c/h

The class CO.IF is defined within co_if.h and is responsible for the interface management. The following data members are in this class:

Data MemberType Description
Node CO_NODE * Reference to parent CANopen node
Bus CANBUS_PARA CAN bus specification parameter

Note: The data within this structure must never be manipulated without the corresponding class member functions. This can lead to unpredictable behavior of the CANopen node.

  • No labels