MCPcopy Create free account
hub / github.com/CANopenNode/CANopenNode / CO_GFCsend

Function CO_GFCsend

304/CO_GFC.c:124–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122
123#if ((CO_CONFIG_GFC)&CO_CONFIG_GFC_PRODUCER) != 0
124CO_ReturnError_t
125CO_GFCsend(CO_GFC_t* GFC) {
126 if (GFC->valid) {
127 return CO_CANsend(GFC->CANdevTx, GFC->CANtxBuff);
128 }
129 return CO_ERROR_NO;
130}
131#endif
132
133#endif /* (CO_CONFIG_GFC) & CO_CONFIG_GFC_ENABLE */

Callers

nothing calls this directly

Calls 1

CO_CANsendFunction · 0.85

Tested by

no test coverage detected