|
NNP STM Generic Remote Module git-main
|

Functions | |
| UNS8 | masterSendNMTstateChange (CO_Data *d, UNS8 Node_ID, UNS8 cs) |
| Transmit a NMT message on the network to the slave whose nodeId is node ID. | |
| UNS8 | masterSendNMTnodeguard (CO_Data *d, UNS8 nodeId) |
| Transmit a NodeGuard message on the network to the slave whose nodeId is node ID. | |
| void | masterRequestNodeState (CO_Data *d, UNS8 nodeId) |
| Ask the state of the slave node whose nodeId is node Id. | |
Ask the state of the slave node whose nodeId is node Id.
To ask states of all nodes on the network (NMT broadcast), nodeId must be equal to 0
| *d | Pointer to a CAN object data structure |
| nodeId | Id of the slave node |
Definition at line 81 of file nmtMaster.c.

Transmit a NodeGuard message on the network to the slave whose nodeId is node ID.
| *d | Pointer to a CAN object data structure |
| nodeId | Id of the slave node |
Definition at line 58 of file nmtMaster.c.
Referenced by masterRequestNodeState().

Transmit a NMT message on the network to the slave whose nodeId is node ID.
| *d | Pointer to a CAN object data structure |
| nodeId | Id of the slave node |
| cs | The order of state changement |
Definition at line 30 of file nmtMaster.c.