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

Function CO_CANrxMsg_readData

301/CO_driver.h:205–208  ·  view source on GitHub ↗

* CANrx_callback() can read pointer to data from received CAN message * * See also CO_CANrxMsg_readIdent(): * * @param rxMsg Pointer to received message * @return pointer to data buffer */

Source from the content-addressed store, hash-verified

203 * @return pointer to data buffer
204 */
205static inline const uint8_t*
206CO_CANrxMsg_readData(void* rxMsg) {
207 return NULL;
208}
209
210/**
211 * Configuration object for CAN received message for specific \ref CO_obj "CANopenNode Object".

Callers 13

CO_SRDO_receive_normalFunction · 0.85
CO_SRDO_receive_invertedFunction · 0.85
CO_LSSslave_receiveFunction · 0.85
CO_LSSmaster_receiveFunction · 0.85
CO_ngm_receiveFunction · 0.85
CO_SDO_receiveFunction · 0.85
CO_NMT_receiveFunction · 0.85
CO_EM_receiveFunction · 0.85
CO_PDO.cFile · 0.85
CO_TIME_receiveFunction · 0.85
CO_SYNC_receiveFunction · 0.85
CO_SDOclient_receiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected