Loading Common/Libraries/ComponentProxy/include/ComponentProxies +1 −0 Original line number Diff line number Diff line Loading @@ -8,5 +8,6 @@ #include "AntennaProxy.h" #include "ManagementProxy.h" #include "ReceiversProxy.h" #include "MountProxy.h" #endif Common/Libraries/ComponentProxy/include/MountProxy.h 0 → 100644 +13 −0 Original line number Diff line number Diff line #ifndef MOUNTPROXY_H #define MOUNTPROXY_H #include <MountC.h> #include "ComponentProxy.h" namespace Antenna { PROXY_COMPONENT(Mount); }; #endif Common/Libraries/ComponentProxy/src/Makefile +4 −1 Original line number Diff line number Diff line Loading @@ -44,6 +44,7 @@ compilation_test_LIBS = IRALibrary \ CommonReceiverInterfaceStubs \ bulkDataStubs bulkDataReceiverStubs \ bulkDataCallback bulkDataSenderStubs \ MountStubs \ ManagementErrors \ ComponentErrors \ AntennaErrors \ Loading @@ -62,7 +63,9 @@ INCLUDES = ActiveSurfaceProxy.h \ AntennaProxy.h \ ComponentProxies \ ManagementProxy.h \ ReceiversProxy.h ReceiversProxy.h \ MountProxy.h # Loading Common/Libraries/ComponentProxy/src/compilation_test.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -25,8 +25,9 @@ int main() MinorServo::WPServo_proxy m_wpServoProxy; Receivers::ReceiversBoss_proxy m_receiversBossProxy; Receivers::DewarPositioner_proxy m_dewarPositionerProxy; Receivers::LocalOscillator_proxy m_localOscillatorProxy; Receivers::LocalOscillator_proxy m_local_OscillatorProxy; Weather::GenericWeatherStation_proxy m_genericWeatherStationProxy; Antenna::Mount_proxy m_mount; return 0; } Loading
Common/Libraries/ComponentProxy/include/ComponentProxies +1 −0 Original line number Diff line number Diff line Loading @@ -8,5 +8,6 @@ #include "AntennaProxy.h" #include "ManagementProxy.h" #include "ReceiversProxy.h" #include "MountProxy.h" #endif
Common/Libraries/ComponentProxy/include/MountProxy.h 0 → 100644 +13 −0 Original line number Diff line number Diff line #ifndef MOUNTPROXY_H #define MOUNTPROXY_H #include <MountC.h> #include "ComponentProxy.h" namespace Antenna { PROXY_COMPONENT(Mount); }; #endif
Common/Libraries/ComponentProxy/src/Makefile +4 −1 Original line number Diff line number Diff line Loading @@ -44,6 +44,7 @@ compilation_test_LIBS = IRALibrary \ CommonReceiverInterfaceStubs \ bulkDataStubs bulkDataReceiverStubs \ bulkDataCallback bulkDataSenderStubs \ MountStubs \ ManagementErrors \ ComponentErrors \ AntennaErrors \ Loading @@ -62,7 +63,9 @@ INCLUDES = ActiveSurfaceProxy.h \ AntennaProxy.h \ ComponentProxies \ ManagementProxy.h \ ReceiversProxy.h ReceiversProxy.h \ MountProxy.h # Loading
Common/Libraries/ComponentProxy/src/compilation_test.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -25,8 +25,9 @@ int main() MinorServo::WPServo_proxy m_wpServoProxy; Receivers::ReceiversBoss_proxy m_receiversBossProxy; Receivers::DewarPositioner_proxy m_dewarPositionerProxy; Receivers::LocalOscillator_proxy m_localOscillatorProxy; Receivers::LocalOscillator_proxy m_local_OscillatorProxy; Weather::GenericWeatherStation_proxy m_genericWeatherStationProxy; Antenna::Mount_proxy m_mount; return 0; }