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

Function OD_get_i64

301/CO_ODinterface.h:511–514  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

509
510/** Get int64_t variable from Object Dictionary, see @ref OD_get_value */
511static inline ODR_t
512OD_get_i64(const OD_entry_t* entry, uint8_t subIndex, int64_t* val, bool_t odOrig) {
513 return OD_get_value(entry, subIndex, val, sizeof(*val), odOrig);
514}
515
516/** Get uint8_t variable from Object Dictionary, see @ref OD_get_value */
517static inline ODR_t

Callers

nothing calls this directly

Calls 1

OD_get_valueFunction · 0.85

Tested by

no test coverage detected