NNP STM Generic Remote Module git-main
Loading...
Searching...
No Matches
nmtMaster.h
Go to the documentation of this file.
1
8#ifndef INC_NMTMASTER_H_
9#define INC_NMTMASTER_H_
10
13void masterRequestNodeState (CO_Data* d, UNS8 nodeId);
14
15#endif /* INC_NMTMASTER_H_ */
#define UNS8
Unsigned int8 representation in CANFest.
Definition applicfg.h:25
UNS8 masterSendNMTstateChange(CO_Data *d, UNS8 nodeId, UNS8 cs)
Transmit a NMT message on the network to the slave whose nodeId is node ID.
Definition nmtMaster.c:30
void masterRequestNodeState(CO_Data *d, UNS8 nodeId)
Ask the state of the slave node whose nodeId is node Id.
Definition nmtMaster.c:81
UNS8 masterSendNMTnodeguard(CO_Data *d, UNS8 nodeId)
Transmit a NodeGuard message on the network to the slave whose nodeId is node ID.
Definition nmtMaster.c:58
This structure contains all necessary informations to define a CANOpen node.
Definition data.h:44