1#ifndef FASTCAT_COMMANDER_H_
2#define FASTCAT_COMMANDER_H_
9#include "fastcat/device_base.h"
19 bool Write(DeviceCmd& cmd)
override;
Definition commander.h:14
double enable_time_
Definition commander.h:27
DeviceCmd device_cmd_
Definition commander.h:25
uint16_t skip_n_loops_
Definition commander.h:32
bool ConfigFromYaml(const YAML::Node &node) override
std::string device_cmd_type_string_
Definition commander.h:24
double enable_duration_
Definition commander.h:29
uint16_t skip_counter_
Definition commander.h:33
bool start_enabled_
Definition commander.h:30
bool Write(DeviceCmd &cmd) override
Definition device_base.h:20
Definition device_base.h:18