![]()  | 
  
    CANopenNode
    
   CANopen protocol stack 
   | 
 
Node Guarding master - monitored node. More...
#include <CO_Node_Guarding.h>
Data Fields | |
| uint32_t | guardTime_us | 
| Guard time in microseconds.  | |
| uint32_t | guardTimer | 
| Guard timer in microseconds, counting down.  | |
| uint16_t | ident | 
| CAN identifier (CO_CAN_ID_HEARTBEAT + Node Id)  | |
| CO_NMT_internalState_t | NMTstate | 
| NMT operating state.  | |
| uint8_t | toggle | 
| toggle bit7, expected from the next received message  | |
| bool_t | responseRecived | 
| True, if response was received since last rtr message.  | |
| bool_t | CANtxWasBusy | 
| True, if CANtxBuff was busy since last processing.  | |
| bool_t | monitoringActive | 
| True, if monitoring is active (response within time).  | |
Node Guarding master - monitored node.