Struct waveform_config

Inheritance Relationships

Base Type

Struct Documentation

struct waveform_config : public rcppsw::config::base_config

Parameters for base_waveform derived classes. Not all parameters are applicable to all waveform types.

Public Functions

inline waveform_config(const std::string &type_in, double freq_in, double phase_in, double amp_in, double offset_in)
waveform_config(void) = default

Public Members

double amplitude = {0.0}
double frequency = {0.0}
double offset = {0.0}
double phase = {0.0}
std::string type = {}