#include <canop.h>
Go to the source code of this file.
Functions | |
void | bootNode (BYTE bNode) |
void | stopNode (BYTE bNode) |
void | resetNode (BYTE bNode) |
void | resetNodeCommunication (BYTE bNode) |
void | sendBootUp (void) |
void | processReceivedNMT (s_rx_buffer_message *) |
By the functions of this file, the slavelib is able to hanle (and send) NMT messages by the NMT-Master. NMT-Messages can cause the slavelib to change into an other state (e.g. from pre-operational to operational)
|
Starts a remote node.
|
|
Called by proccessRxCanMessages( ). It is responsible to check an incoming message wheter this is an NMT Object. If it is, then this function changes the state of the statemachine of this device |
|
Resets a remote node.
|
|
Resets a remote node's communication.
|
|
This function sends a boot-up message (0x700 + node-id) with databyte 1 set to 0 |
|
stops a remote node.
|