pub struct ModeledTestPlatform;Expand description
Platform bundle for the modeled simulated components.
Trait Implementations§
Source§impl Platform for ModeledTestPlatform
impl Platform for ModeledTestPlatform
Source§type Identity = DummyIdentity
type Identity = DummyIdentity
Local identity implementation.
Source§type Radio = ModeledRadio
type Radio = ModeledRadio
Radio implementation.
Source§type Delay = DummyDelay
type Delay = DummyDelay
Async delay implementation.
Source§type Clock = DummyClock
type Clock = DummyClock
Monotonic clock implementation.
Source§type CounterStore = DummyCounterStore
type CounterStore = DummyCounterStore
Persistent frame-counter store implementation.
Source§type KeyValueStore = DummyKeyValueStore
type KeyValueStore = DummyKeyValueStore
General-purpose persistent key-value store implementation.