adapnex::platforms::simulation

Types

Name

Description

MockContext

Simulation

Simulation implements a test fixture that allows standard scheduling APIs like Application::CreateCyclicTaskGroup() to be used in a unit test, where the application can be simulated faster than real‐time. To use the simulation test fixture declare a test using TEST_F(Simulation, ...) { ... }. Call Simulate() to run the simulation.

SimulationTaskGroup

Created with MrDocs