pub struct TestPlatform;Expand description
Platform bundle for the simulated test components.
Trait Implementations§
Source§impl Platform for TestPlatform
impl Platform for TestPlatform
Source§type Identity = DummyIdentity
type Identity = DummyIdentity
Local identity implementation.
Source§type Radio = SimulatedRadio
type Radio = SimulatedRadio
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.