Loading Common/Libraries/ComponentProxy/include/ActiveSurfaceProxy.h 0 → 100644 +13 −0 Original line number Diff line number Diff line #ifndef ACTIVESURFACEPROXY_H #define ACTIVESURFACEPROXY_H #include <ActiveSurfaceBossC.h> #include "ComponentProxy.h" namespace ActiveSurface { PROXY_COMPONENT(ActiveSurfaceBoss); }; #endif Common/Libraries/ComponentProxy/include/AntennaProxy.h 0 → 100644 +13 −0 Original line number Diff line number Diff line #ifndef ANTENNAPROXY_H #define ANTENNAPROXY_H #include <AntennaBossC.h> #include "ComponentProxy.h" namespace Antenna { PROXY_COMPONENT(AntennaBoss); }; #endif Common/Libraries/ComponentProxy/include/BackendsProxy.h 0 → 100644 +21 −0 Original line number Diff line number Diff line #ifndef BACKENDSPROXY_H #define BACKENDSPROXY_H #include <BackendsBossC.h> #include <DBBCC.h> #include <HolographyC.h> #include <NoiseGeneratorC.h> #include <TotalPowerC.h> #include "ComponentProxy.h" namespace Backends { PROXY_COMPONENT(BackendsBoss); PROXY_COMPONENT(DBBC); PROXY_COMPONENT(Holography); PROXY_COMPONENT(NoiseGenerator); PROXY_COMPONENT(TotalPower); }; #endif Common/Libraries/ComponentProxy/include/ManagementProxy.h 0 → 100644 +22 −0 Original line number Diff line number Diff line #ifndef MANAGEMENTPROXY_H #define MANAGEMENTPROXY_H #include <ExternalClientsC.h> #include <FitsWriterC.h> #include <CalibrationToolC.h> #include <CustomLoggerC.h> #include <SchedulerC.h> #include "ComponentProxy.h" namespace Management { PROXY_COMPONENT(CustomLogger); PROXY_COMPONENT(ExternalClients); PROXY_COMPONENT(Scheduler); PROXY_COMPONENT(FitsWriter); PROXY_COMPONENT(CalibrationTool); }; #endif Common/Libraries/ComponentProxy/include/MinorServoProxy.h 0 → 100644 +15 −0 Original line number Diff line number Diff line #ifndef MINORSERVOPROXY_H #define MINORSERVOPROXY_H #include <MinorServoBossC.h> #include <MinorServoC.h> #include "ComponentProxy.h" namespace MinorServo { PROXY_COMPONENT(MinorServoBoss); PROXY_COMPONENT(WPServo); }; #endif Loading
Common/Libraries/ComponentProxy/include/ActiveSurfaceProxy.h 0 → 100644 +13 −0 Original line number Diff line number Diff line #ifndef ACTIVESURFACEPROXY_H #define ACTIVESURFACEPROXY_H #include <ActiveSurfaceBossC.h> #include "ComponentProxy.h" namespace ActiveSurface { PROXY_COMPONENT(ActiveSurfaceBoss); }; #endif
Common/Libraries/ComponentProxy/include/AntennaProxy.h 0 → 100644 +13 −0 Original line number Diff line number Diff line #ifndef ANTENNAPROXY_H #define ANTENNAPROXY_H #include <AntennaBossC.h> #include "ComponentProxy.h" namespace Antenna { PROXY_COMPONENT(AntennaBoss); }; #endif
Common/Libraries/ComponentProxy/include/BackendsProxy.h 0 → 100644 +21 −0 Original line number Diff line number Diff line #ifndef BACKENDSPROXY_H #define BACKENDSPROXY_H #include <BackendsBossC.h> #include <DBBCC.h> #include <HolographyC.h> #include <NoiseGeneratorC.h> #include <TotalPowerC.h> #include "ComponentProxy.h" namespace Backends { PROXY_COMPONENT(BackendsBoss); PROXY_COMPONENT(DBBC); PROXY_COMPONENT(Holography); PROXY_COMPONENT(NoiseGenerator); PROXY_COMPONENT(TotalPower); }; #endif
Common/Libraries/ComponentProxy/include/ManagementProxy.h 0 → 100644 +22 −0 Original line number Diff line number Diff line #ifndef MANAGEMENTPROXY_H #define MANAGEMENTPROXY_H #include <ExternalClientsC.h> #include <FitsWriterC.h> #include <CalibrationToolC.h> #include <CustomLoggerC.h> #include <SchedulerC.h> #include "ComponentProxy.h" namespace Management { PROXY_COMPONENT(CustomLogger); PROXY_COMPONENT(ExternalClients); PROXY_COMPONENT(Scheduler); PROXY_COMPONENT(FitsWriter); PROXY_COMPONENT(CalibrationTool); }; #endif
Common/Libraries/ComponentProxy/include/MinorServoProxy.h 0 → 100644 +15 −0 Original line number Diff line number Diff line #ifndef MINORSERVOPROXY_H #define MINORSERVOPROXY_H #include <MinorServoBossC.h> #include <MinorServoC.h> #include "ComponentProxy.h" namespace MinorServo { PROXY_COMPONENT(MinorServoBoss); PROXY_COMPONENT(WPServo); }; #endif