Type Definition svisual::SVMap[][src]

pub type SVMap<const N: usize, const P: usize> = SVStruct<LinearMap<&'static str, ValueRec<P>, N>>;
Expand description

Map of signals

Implementations

Create new instance

Checks if package is empty

Checks if package is full

Update value of specified type at current time position

Trait Implementations

Use previous values if no update will come. F is send package function Read more