21#ifndef YASE_AUTOLOAD_H
22#define YASE_AUTOLOAD_H
45 void associate(
string category,
string param,
Module& module);
46 bool provides(
string category,
string param);
52 vector<double> new_outputs;
54 std::thread * monitor;
A parameter auto-loader that continually reloads a *.json file.
Definition auto_load.hh:36
void init()
Definition auto_load.cc:90
void update()
Definition auto_load.cc:96
An abstract base class for modules.
Definition module.hh:39
Definition additive_saw.cc:24