Skyward boardcore
|
#include <algorithms/AirBrakes/TrajectoryPoint.h>
#include <diagnostic/PrintLogger.h>
#include <drivers/timer/TimestampTimer.h>
#include <events/Event.h>
#include <events/EventHandler.h>
#include <miosix.h>
#include <utils/Debug.h>
#include <iostream>
#include <map>
Go to the source code of this file.
Classes | |
struct | Boardcore::Outcomes |
class | Boardcore::HILPhasesManagerBase |
class | Boardcore::HILPhasesManager< FlightPhases, SimulatorData, ActuatorData > |
Singleton object that manages all the phases of the simulation. After his instantiation we need to set the source of the current position in order to be able to save the outcomes for each event. More... | |
Namespaces | |
namespace | Boardcore |
This file includes all the types the logdecoder script will decode. | |