#include "nmtMaster.h"#include "canfestival.h"#include "sysdep.h"

Go to the source code of this file.
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. | |
Definition in file nmtMaster.c.
1.5.6