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

Function OD_get_i32

301/CO_ODinterface.h:505–508  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

503
504/** Get int32_t variable from Object Dictionary, see @ref OD_get_value */
505static inline ODR_t
506OD_get_i32(const OD_entry_t* entry, uint8_t subIndex, int32_t* val, bool_t odOrig) {
507 return OD_get_value(entry, subIndex, val, sizeof(*val), odOrig);
508}
509
510/** Get int64_t variable from Object Dictionary, see @ref OD_get_value */
511static inline ODR_t

Callers

nothing calls this directly

Calls 1

OD_get_valueFunction · 0.85

Tested by

no test coverage detected