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

Function OD_get_f32

301/CO_ODinterface.h:541–544  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

539
540/** Get float32_t variable from Object Dictionary, see @ref OD_get_value */
541static inline ODR_t
542OD_get_f32(const OD_entry_t* entry, uint8_t subIndex, float32_t* val, bool_t odOrig) {
543 return OD_get_value(entry, subIndex, val, sizeof(*val), odOrig);
544}
545
546/** Get float64_t variable from Object Dictionary, see @ref OD_get_value */
547static inline ODR_t

Callers

nothing calls this directly

Calls 1

OD_get_valueFunction · 0.85

Tested by

no test coverage detected