|
| UNS8 | buildPDO (CO_Data *d, UNS8 numPdo, Message *pdo) |
| | Copy all the data to transmit in process_var Prepare the PDO defined at index to be sent *pwCobId : returns the value of the cobid. (subindex 1)
|
| |
| UNS8 | sendPDOrequest (CO_Data *d, UNS16 RPDOIndex) |
| | Transmit a PDO request frame on the network to the slave.
|
| |
| UNS8 | processPDO (CO_Data *d, Message *m) |
| | Compute a PDO frame reception bus_id is hardware dependant.
|
| |
| UNS8 | sendPDOevent (CO_Data *d) |
| | Used by the application to signal changes in process data that could be mapped to some TPDO. This do not necessarily imply PDO emission. Function iterates on all TPDO and look TPDO transmit type and content change before sending it.
|
| |
| UNS8 | _sendPDOevent (CO_Data *d, UNS8 isSyncEvent) |
| | Function iterates on all TPDO and look TPDO transmit type and content change before sending it.
|
| |
| void | PDOInit (CO_Data *d) |
| | Initialize PDO feature.
|
| |
| void | PDOStop (CO_Data *d) |
| | Stop PDO feature.
|
| |
| void | PDOEventTimerAlarm (CO_Data *d, UNS32 pdoNum) |
| | Set timer for PDO event.
|
| |
| void | PDOInhibitTimerAlarm (CO_Data *d, UNS32 pdoNum) |
| | Inhibit timer for PDO event.
|
| |
| void | CopyBits (UNS8 NbBits, UNS8 *SrcByteIndex, UNS8 SrcBitIndex, UNS8 SrcBigEndian, UNS8 *DestByteIndex, UNS8 DestBitIndex, UNS8 DestBigEndian) |
| | copy bit per bit in little endian
|
| |
| void | sendPdo (CO_Data *d, UNS32 pdoNum, Message *pdo) |
| | <BRIEF> sendPDO
|
| |
Created on: Oct 9, 2024 Author: jenej
Definition in file pdo.h.