REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
run.h File Reference
#include <ArduinoJson.h>
#include <queue>
#include <string>
#include "daq/base.h"
#include "mode/mode.h"
Include dependency graph for run.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  run::RunStateChange
 
class  run::RunConfig
 The RunConfig data structure defines the properties for a run. More...
 
class  run::Run
 
class  run::RunStateChangeHandler
 
class  run::RunDataHandler
 

Namespaces

namespace  run
 

Enumerations

enum class  run::RunState {
  run::NEW , run::ERROR , run::DONE , run::QUEUED ,
  run::TAKE_OFF , run::IC , run::OP , run::OP_END ,
  run::TMP_HALT , run::__attribute__ =((unused))
}
 

Variables

constexpr const char * run::RunStateNames [static_cast< unsigned int >(RunState::_COUNT)]