nico@207: nico@207:
nico@215:#include "nmtMaster.h"
#include "canfestival.h"
nico@215: 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@215: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 90 of file nmtMaster.c. nico@210:
etisserant@240: References struct_s_timer_entry::d, masterSendNMTnodeguard(), NMT_MAX_NODE_ID, struct_CO_Data::NMTable, Unknown_state, and UNS8. nico@215:
nico@215: Referenced by GetChangeStateResults(). nico@210:
etisserant@240: Here is the call graph for this function:
UNS8 masterSendNMTnodeguard | nico@207:( | nico@215: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:
etisserant@240: References struct_CO_Data::canHandle, canSend(), Message::cob_id, struct_s_timer_entry::d, Message::len, MSG_WAR, NODE_GUARD, REQUEST, Message::rtr, and SHORT_CAN::w. nico@215:
nico@210: Referenced by masterRequestNodeState(). nico@215:
etisserant@240: Here is the call graph for this function:
UNS8 masterSendNMTstateChange | nico@207:( | nico@215: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: Definition at line 45 of file nmtMaster.c. nico@215:
etisserant@240: References struct_CO_Data::canHandle, canSend(), Message::cob_id, struct_s_timer_entry::d, Message::data, Message::len, MSG_WAR, NOT_A_REQUEST, Message::rtr, and SHORT_CAN::w. nico@215:
nico@215: Referenced by main(). nico@215:
etisserant@240: Here is the call graph for this function:
etisserant@240: