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

Function OD_get_i8

301/CO_ODinterface.h:493–496  ·  view source on GitHub ↗

Get int8_t variable from Object Dictionary, see @ref OD_get_value */

Source from the content-addressed store, hash-verified

491
492/** Get int8_t variable from Object Dictionary, see @ref OD_get_value */
493static inline ODR_t
494OD_get_i8(const OD_entry_t* entry, uint8_t subIndex, int8_t* val, bool_t odOrig) {
495 return OD_get_value(entry, subIndex, val, sizeof(*val), odOrig);
496}
497
498/** Get int16_t variable from Object Dictionary, see @ref OD_get_value */
499static inline ODR_t

Callers

nothing calls this directly

Calls 1

OD_get_valueFunction · 0.85

Tested by

no test coverage detected