#include "nmtSlave.h"
#include "states.h"
#include "canfestival.h"
Include dependency graph for nmtSlave.c:
Go to the source code of this file.
Functions | |
void | proceedNMTstateChange (CO_Data *d, Message *m) |
UNS8 | slaveSendBootUp (CO_Data *d) |
Definition in file nmtSlave.c.
void proceedNMTstateChange | ( | CO_Data * | d, | |
Message * | m | |||
) |
put the slave in the state wanted by the master
d | ||
m |
Check if this NMT-message is for this node
byte 1 = 0 : all the nodes are concerned (broadcast)
command specifier (cs)
end switch
end if( ( (*m).data[1] == 0 ) || ( (*m).data[1] == bDeviceNodeId ) )
Definition at line 43 of file nmtSlave.c.
References setState().
Referenced by canDispatch().
Here is the call graph for this function:
UNS8 slaveSendBootUp | ( | CO_Data * | d | ) |
d |
message configuration
Definition at line 97 of file nmtSlave.c.
Referenced by switchCommunicationState().