pub trait TcatFluctuatedSectionOperation<T>: TcatSectionOperation<T>{
const FLUCTUATED_OFFSETS: &'static [usize];
// Provided method
fn partial_cache(
req: &FwReq,
node: &FwNode,
section: &Section,
params: &mut T,
timeout_ms: u32
) -> Result<(), Error> { ... }
}Expand description
Operation for fluctuated content in section of TCAT general protocol.
Required Associated Constants§
sourceconst FLUCTUATED_OFFSETS: &'static [usize]
const FLUCTUATED_OFFSETS: &'static [usize]
The set of address offsets in which any value is changed apart from software operation; e.g. hardware metering.
Provided Methods§
Object Safety§
This trait is not object safe.