Create a config module containing all the configuration, proto and flags

stuff.
This commit is contained in:
David Given
2024-10-13 11:57:18 +02:00
parent 9ddfa5a56b
commit e1f2494966
128 changed files with 301 additions and 288 deletions

View File

@@ -1,8 +1,8 @@
#ifndef FLUXSOURCE_H
#define FLUXSOURCE_H
#include "lib/flags.h"
#include "lib/config.pb.h"
#include "lib/config/flags.h"
#include "lib/config/config.pb.h"
class A2rFluxSourceProto;
class CwfFluxSourceProto;