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