Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following example triggers the transmission of TPDO #3 of the CANopen node AppNode.


Code Block
languagecpp
    :
    COTPdoTrigPdo(&(AppNode.TPdo[0]), 3);
    :