Searched refs:HBcons (Results 1 – 4 of 4) sorted by relevance
/canopennode-3.5.0-3.4.0/stack/ |
D | CO_HBconsumer.c | 54 CO_HBconsumer_t *HBcons, in CO_HBcons_monitoredNodeConfig() argument 62 if(idx >= HBcons->numberOfMonitoredNodes) return; in CO_HBcons_monitoredNodeConfig() 64 monitoredNode = &HBcons->monitoredNodes[idx]; in CO_HBcons_monitoredNodeConfig() 84 HBcons->CANdevRx, in CO_HBcons_monitoredNodeConfig() 85 HBcons->CANdevRxIdxStart + idx, in CO_HBcons_monitoredNodeConfig() 89 (void*)&HBcons->monitoredNodes[idx], in CO_HBcons_monitoredNodeConfig() 102 CO_HBconsumer_t *HBcons; in CO_ODF_1016() local 112 HBcons = (CO_HBconsumer_t*) ODF_arg->object; in CO_ODF_1016() 121 ret = CO_HBconsumer_initEntry(HBcons, ODF_arg->subIndex-1U, NodeID, HBconsTime); in CO_ODF_1016() 131 CO_HBconsumer_t *HBcons, in CO_HBconsumer_init() argument [all …]
|
D | CO_HBconsumer.h | 125 CO_HBconsumer_t *HBcons, 149 CO_HBconsumer_t *HBcons, 167 CO_HBconsumer_t *HBcons, 186 CO_HBconsumer_t *HBcons, 204 CO_HBconsumer_t *HBcons, 219 CO_HBconsumer_t *HBcons, 231 CO_HBconsumer_t *HBcons, 242 CO_HBconsumer_t *HBcons, 257 CO_HBconsumer_t *HBcons,
|
/canopennode-3.5.0-3.4.0/ |
D | CANopen.c | 308 CO->HBcons = &COO_HBcons; in CO_new() 354 … CO->HBcons = (CO_HBconsumer_t *) calloc(1, sizeof(CO_HBconsumer_t)); in CO_new() 439 if(CO->HBcons == NULL) errCnt++; in CO_new() 696 CO->HBcons, in CO_CANopenInit() 811 free(CO->HBcons); in CO_delete() 891 co->HBcons, in CO_process()
|
D | CANopen.h | 131 CO_HBconsumer_t *HBcons; /**< Heartbeat consumer object*/ member
|