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

Function OD_set_i64

301/CO_ODinterface.h:586–589  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

584
585/** Set int32_t variable in Object Dictionary, see @ref OD_set_value */
586static inline ODR_t
587OD_set_i64(const OD_entry_t* entry, uint8_t subIndex, int64_t val, bool_t odOrig) {
588 return OD_set_value(entry, subIndex, &val, sizeof(val), odOrig);
589}
590
591/** Set uint8_t variable in Object Dictionary, see @ref OD_set_value */
592static inline ODR_t

Callers

nothing calls this directly

Calls 1

OD_set_valueFunction · 0.85

Tested by

no test coverage detected