REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
run_manager.cpp File Reference
#include "run/run_manager.h"
#include "mode/counters.h"
#include <Arduino.h>
#include <cmath>
#include <cstdlib>
#include <daq/daq.h>
#include <utils/logging.h>
#include <mode/mode.h>
#include <mode/teensy/mode.h>
#include <protocol/protocol_oob.h>
#include <run/run.h>
Include dependency graph for run_manager.cpp:

Go to the source code of this file.

Namespaces

namespace  run
 

Functions

FLASHMEM void run::run_traditional (run::Run &run, RunStateChangeHandler *state_change_handler, RunDataHandler *run_data_handler, client::StreamingRunDataNotificationHandler *alt_run_data_handler)
 
FLASHMEM void run::run_flexio (Run &run, RunStateChangeHandler *state_change_handler, RunDataHandler *run_data_handler)