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

Function OD_set_f32

301/CO_ODinterface.h:616–619  ·  view source on GitHub ↗

Set float32_t variable in Object Dictionary, see @ref OD_set_value */

Source from the content-addressed store, hash-verified

614
615/** Set float32_t variable in Object Dictionary, see @ref OD_set_value */
616static inline ODR_t
617OD_set_f32(const OD_entry_t* entry, uint8_t subIndex, float32_t val, bool_t odOrig) {
618 return OD_set_value(entry, subIndex, &val, sizeof(val), odOrig);
619}
620
621/** Set float64_t variable in Object Dictionary, see @ref OD_set_value */
622static inline ODR_t

Callers

nothing calls this directly

Calls 1

OD_set_valueFunction · 0.85

Tested by

no test coverage detected