Get float64_t variable from Object Dictionary, see @ref OD_get_value */
| 545 | |
| 546 | /** Get float64_t variable from Object Dictionary, see @ref OD_get_value */ |
| 547 | static inline ODR_t |
| 548 | OD_get_f64(const OD_entry_t* entry, uint8_t subIndex, float64_t* val, bool_t odOrig) { |
| 549 | return OD_get_value(entry, subIndex, val, sizeof(*val), odOrig); |
| 550 | } |
| 551 | |
| 552 | /** |
| 553 | * Set variable in Object Dictionary |
nothing calls this directly
no test coverage detected