pub trait NodeStateAccess: Sync + Send {
// Required methods
fn get_rpdos(&self) -> &[Pdo];
fn get_tpdos(&self) -> &[Pdo];
fn get_pdo_sync(&self) -> &ObjectFlagSync;
fn storage_context(&self) -> &StorageContext;
}Expand description
A trait by which NodeState is accessed
Required Methods§
Sourcefn get_pdo_sync(&self) -> &ObjectFlagSync
fn get_pdo_sync(&self) -> &ObjectFlagSync
Get the PDO flag sync object
Sourcefn storage_context(&self) -> &StorageContext
fn storage_context(&self) -> &StorageContext
Get the storage context object