#include "nmtMaster.h"
#include "canfestival.h"
Include dependency graph for nmtMaster.c:
Go to the source code of this file.
Functions | |
UNS8 | masterSendNMTstateChange (CO_Data *d, UNS8 Node_ID, UNS8 cs) |
UNS8 | masterSendNMTnodeguard (CO_Data *d, UNS8 nodeId) |
void | masterRequestNodeState (CO_Data *d, UNS8 nodeId) |
Definition in file nmtMaster.c.
void masterRequestNodeState | ( | CO_Data * | d, | |
UNS8 | nodeId | |||
) |
d | ||
nodeId |
FIXME: should warn for bad toggle bit.
NMTable configuration to indicate that the master is waiting for a Node_Guard frame from the slave whose node_id is ID
A state that does not exist
NMT broadcast
Definition at line 90 of file nmtMaster.c.
References masterSendNMTnodeguard().
Here is the call graph for this function:
UNS8 masterSendNMTnodeguard | ( | CO_Data * | d, | |
UNS8 | nodeId | |||
) |
d | ||
nodeId |
Definition at line 70 of file nmtMaster.c.
Referenced by masterRequestNodeState().
UNS8 masterSendNMTstateChange | ( | CO_Data * | d, | |
UNS8 | Node_ID, | |||
UNS8 | cs | |||
) |