Skip to content
Snippets Groups Projects
Unverified Commit c8379f52 authored by Fabio Vitello's avatar Fabio Vitello Committed by GitHub
Browse files

Merge pull request #649 from discos/fix-issue-644

Fix issue 644
parents 39ccfdad 064f5bee
No related branches found
No related tags found
No related merge requests found
...@@ -17,35 +17,12 @@ ...@@ -17,35 +17,12 @@
#include <ASErrors.idl> #include <ASErrors.idl>
#include <ManagmentDefinitions.idl> #include <ManagmentDefinitions.idl>
#include <ActiveSurfaceBoss.idl> #include <ActiveSurfaceBoss.idl>
#include <ActiveSurfaceCommon.idl>
#pragma prefix "alma" #pragma prefix "alma"
module ActiveSurface { module ActiveSurface {
enum TASOneWayAction {
AS_STOP,
AS_SETUP,
AS_STOW,
AS_REFPOS,
AS_UP,
AS_DOWN,
AS_BOTTOM,
AS_TOP,
AS_UPDATE,
AS_CORRECTION,
AS_MOVE,
AS_PROFILE
};
ACS_ENUM(TASOneWayAction);
enum TASProfile {
AS_SHAPED,
AS_SHAPED_FIXED,
AS_PARABOLIC,
AS_PARABOLIC_FIXED
};
ACS_ENUM(TASProfile);
/** /**
* This component is the supervisor of the Noto Active Surface subsystem. * This component is the supervisor of the Noto Active Surface subsystem.
* It will be used to control the entire active surface, i. e. during an * It will be used to control the entire active surface, i. e. during an
......
...@@ -66,7 +66,7 @@ MED_CLIENTS:=MedicinaMountTextClient ...@@ -66,7 +66,7 @@ MED_CLIENTS:=MedicinaMountTextClient
MED_MISC:=MedScripts MED_MISC:=MedScripts
NT_DOC:=NTDox NT_DOC:=NTDox
NT_ERRORS:=NotoActiveSurfaceErrors NT_ERRORS:= #ActiveSurfaceErrors NotoActiveSurfaceErrors
NT_INTERFACES:=NotoAntennaInterface NotoReceiversInterface NotoWeatherStationInterface NotoActiveSurfaceInterface \ NT_INTERFACES:=NotoAntennaInterface NotoReceiversInterface NotoWeatherStationInterface NotoActiveSurfaceInterface \
NT_LIBRARIES:= NT_LIBRARIES:=
NT_SERVERS:= NotoReceivers NotoMount NotoWeatherStation NotoActiveSurface NotoMinorServo NotoPyLocalOscillator NotoPyIfDistributor NT_SERVERS:= NotoReceivers NotoMount NotoWeatherStation NotoActiveSurface NotoMinorServo NotoPyLocalOscillator NotoPyIfDistributor
...@@ -146,7 +146,7 @@ else ...@@ -146,7 +146,7 @@ else
ifeq ($(STATION),Noto) ifeq ($(STATION),Noto)
#Add all modules included in the Noto system in this sequence #Add all modules included in the Noto system in this sequence
#Doc, (Errors, Interfacies, Libraries, Servers, Clients, Misc) #Doc, (Errors, Interfacies, Libraries, Servers, Clients, Misc)
MODULES:= ClientErrors ComponentErrors AntennaErrors ParserErrors BackendsErrors ManagementErrors ReceiversErrors MetrologyErrors MinorServoErrors \ MODULES:= ActiveSurfaceErrors ClientErrors ComponentErrors AntennaErrors ParserErrors BackendsErrors ManagementErrors ReceiversErrors MetrologyErrors MinorServoErrors \
ManagmentInterface AntennaInterface ReceiversInterface BackendsInterface MinorServoInterface WeatherStationInterface ActiveSurfaceInterface \ ManagmentInterface AntennaInterface ReceiversInterface BackendsInterface MinorServoInterface WeatherStationInterface ActiveSurfaceInterface \
NotoAntennaInterface \ NotoAntennaInterface \
SlaLibrary IRALibrary TextWindowLibrary ParserLibrary PyTestingLibrary \ SlaLibrary IRALibrary TextWindowLibrary ParserLibrary PyTestingLibrary \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment