CANopenNode
CANopen protocol stack
Loading...
Searching...
No Matches
CO_storage_t Struct Reference

Data storage object. More...

#include <CO_storage.h>

+ Collaboration diagram for CO_storage_t:

Data Fields

OD_extension_t OD_1010_extension
 Extension for OD object.
 
OD_extension_t OD_1011_extension
 Extension for OD object.
 
CO_CANmodule_tCANmodule
 From CO_storage_init()
 
ODR_t(* store )(CO_storage_entry_t *entry, CO_CANmodule_t *CANmodule)
 From CO_storage_init()
 
ODR_t(* restore )(CO_storage_entry_t *entry, CO_CANmodule_t *CANmodule)
 From CO_storage_init()
 
CO_storage_entry_tentries
 From CO_storage_init()
 
uint8_t entriesCount
 From CO_storage_init()
 
bool_t enabled
 true, if storage is enabled.
 

Detailed Description

Data storage object.

Object is used with CANopen OD objects at index 1010 and 1011.

Field Documentation

◆ enabled

bool_t CO_storage_t::enabled

true, if storage is enabled.

Setting of this variable is implementation specific.


The documentation for this struct was generated from the following file: