|
NNP STM Generic Remote Module git-main
|
#include "canfestival.h"#include "sysdep.h"#include "ObjDict.h"#include "eedata.h"#include "nmtSlave.h"#include "states.h"#include "main.h"#include "acceltemp.h"#include "app.h"Go to the source code of this file.
Functions | |
| void | processNMTstateChange (CO_Data *d, Message *m) |
| Manage the reception of a NMT message from the master. | |
| UNS8 | slaveSendBootUp (CO_Data *d) |
| Transmit the boot-Up frame when the slave is moving from initialization state to pre_operational state. | |
| void | StartWatchDog (CO_Data *d, UNS16 timebase) |
| Starts watchdog on slave. | |
| void | StopWatchDog (CO_Data *d) |
| Stops watchdog on slave. | |
| void | setNodeStateToStopped (void) |
| <BRIEF> setNodeStateToStopped | |
Definition in file nmtSlave.c.