Commit f83d60dd authored by Andrea Orlat's avatar Andrea Orlat
Browse files

Noto Active Surface Errors

parent 21ddc011
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
"@(#) $Id$"
+50 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
   - $Id: ASErrors.xml,v 1.1 2011-03-24 09:01:20 c.migoni Exp $
   - Author: Giuseppe Maccaferri
   -
   - History:
   -   18-01-2005  Created
   -   14-09-2005  Added error memebers
   -   12-05-2008 Added TrackingNotStarted error code
   -   16-07-2008 Modified for ACS7.0.1
-->

<Type xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xmlns="Alma/ACSError" xsi:noNamespaceSchemaLocation="Alma/ACSError ACSError.xsd"
 name="ASErrors" type="2003" _prefix="alma">

 <Code name="NoError" shortDescription="No error" Description="No error condition found"/>
 <ErrorCode name="USDCalibrated" shortDescription="No error" Description="USD succesful calibrated">
 	<Member name="CammaLen" type="double" description="Lenght of camma-on window" unit="deg"/>
 	<Member name="CammaPos" type="double" description="Distance from top edge of the middle camma-on window" unit="deg"/>
 </ErrorCode>
 <ErrorCode name="LibrarySocketError" shortDescription="Socket error. Critical" Description="Error encountered while creating or accessing socket resource" />
 <ErrorCode name="SocketReconn" shortDescription="Socket reconnected. Warning" Description="Socket was broken. Reconnected succesfully"/>
 <ErrorCode name="SocketFail" shortDescription="Unrecoverable socket problems. Critical" Description="The socket connection could not be reestablished"/>
 <ErrorCode name="SocketTOut" shortDescription="time out writing to socket. Critical" Description=""/>
 <ErrorCode name="SocketNotRdy" shortDescription="unable to allocate socket resource. Error" Description=""/>
 <ErrorCode name="MemoryAllocation" shortDescription="Buffer can't be allocated. Error" Description=""/>
 <ErrorCode name="LANConnectionError" shortDescription="LAN/485 converter is not reachable or disconnected" Description="???"/>
 <ErrorCode name="LAN_Unavailable" shortDescription="The LAN component is unavailable" Description="???"/>
 <ErrorCode name="sendCmdErr" shortDescription="sendCmd() returned a wrong code. Error" Description=""/>
 <ErrorCode name="Incomplete" shortDescription="Incomplete reply from USD. Warning" Description=""/>
 <ErrorCode name="InvalidResponse" shortDescription="USD returned an invalid acknowledge code. Error" Description=""/>
 <ErrorCode name="Nak" shortDescription="USD does not acknowledge last command.Warning" Description=""/>
 <ErrorCode name="CDBAccessError" shortDescription="Error while accessing the Configuration Database.Error" Description="">
 	<Member name="FieldName" type="string" description="FiledName"/>
 </ErrorCode>
 <ErrorCode name="USDConnectionError" shortDescription="USD is not reachable or disconnected.Critical" Description=""/>
 <ErrorCode name="USDTimeout" shortDescription="Timeout on receive data from USD.Critical" Description="">
	<Member name="which" type="string" description="the usd location"/>
 </ErrorCode>
 <ErrorCode name="USDUnavailable" shortDescription="USD no more available.Warning" Description=""/>
 <ErrorCode name="USDError" shortDescription="generic USD error executing an action.Error " Description=""/>
 <ErrorCode name="DevIOError" shortDescription="USD error reading or writing a property.Error" Description="">
 	<Member name="property" type="string" description=""/>
</ErrorCode>
 <ErrorCode name="corbaError" shortDescription="CORBA system exception executing an action.Error" Description=""/>
 <ErrorCode name="USDStillRunning" shortDescription="USD still running while shouldn't be!.Error" Description=""/>
 <ErrorCode name="USDunCalibrated" shortDescription="USD not calibrated.Warning" Description=""/>
 <ErrorCode name="CannotGetUSD" shortDescription="USD not activated.Warning" Description=""/>
 </Type>
+249 −0
Original line number Diff line number Diff line
#*******************************************************************************
# E.S.O. - ACS project
#
# "@(#) $Id: Makefile,v 1.1 2011-03-24 09:01:32 c.migoni Exp $"
#
# Makefile of lan
#
# who       when      what
# --------  --------  ----------------------------------------------
# almaprog  04/08/04  created
#

#*******************************************************************************
# This Makefile follows VLT Standards (see Makefile(5) for more).
#*******************************************************************************
# REMARKS
#    None
#------------------------------------------------------------------------

#
# user definable C-compilation flags
#USER_CFLAGS = 

#
# additional include and library search paths
#USER_INC = 
#USER_LIB = 
USER_LIB = 	-lACE \
		-lTAO \
		-lTAO_DsLogAdmin \
		-lTAO_CosNaming \
		-lTAO_IORTable \
		-lTAO_PortableServer \
		-lTAO_Svc_Utils \
		-lTAO_CosTrading \
                -lTAO_CosNotification \
		-lTAO_DynamicAny \
		-lTAO_IFR_Client \
                -lTAO_CosProperty \
		-lacsutil \
		-lcdb \
		-llogging \
	        -lacscomponent \
		-lbaci \
		-lmaci \
		-lmaciClient \
		-lacserr \
		-lm \
                -lloki \
                -lACSErrTypeCommon 


#
# MODULE CODE DESCRIPTION:
# ------------------------
# As a general rule:  public file are "cleaned" and "installed"  
#                     local (_L) are not "installed".

#
# C programs (public and local)
# -----------------------------
EXECUTABLES     = 
EXECUTABLES_L   = 

#
# <brief description of xxxxx program>
xxxxx_LDFLAGS   =

#
# special compilation flags for single c sources
#yyyyy_CFLAGS   = 

#
# Includes (.h) files (public only)
# ---------------------------------lanSocket.h
INCLUDES        =

#
# Libraries (public and local)
# ----------------------------
LIBRARIES       =
LIBRARIES_L     =
#
# <brief description of lllll library>
#lanImpl_OBJECTS = lanImpl lanSocket
#lanImpl_LIBS= lanStubs  IRALibrary ASErrors
#
# error file
# ----------------------------
ACSERRDEF= ASErrors

#
# Scripts (public and local)
# ----------------------------
SCRIPTS         =
SCRIPTS_L       =

#
# TCL scripts (public and local)
# ------------------------------
TCL_SCRIPTS     =
TCL_SCRIPTS_L   =

#
# Python stuff (public and local)
# ----------------------------
PY_SCRIPTS         =
PY_SCRIPTS_L       =

PY_MODULES         =
PY_MODULES_L       =

PY_PACKAGES        =
PY_PACKAGES_L      =
pppppp_MODULES	   =

#
# <brief description of tttttt tcl-script>
tttttt_OBJECTS  =
tttttt_TCLSH    = 
tttttt_LIBS     = 

#
# TCL libraries (public and local)
# ------------------------------
TCL_LIBRARIES   =
TCL_LIBRARIES_L =

#
# <brief description of tttlll library>
tttlll_OBJECTS  = 

#
# Configuration Database Files
# ----------------------------
CDB_SCHEMAS =

#
# IDL Files and flags
# 
IDL_FILES =
IDL_TAO_FLAGS =
USER_IDL =
#
# Jarfiles and their directories
#                                                

JARFILES= 
jjj_DIRS=
jjj_EXTRAS= 
#
# java sources in Jarfile on/off
DEBUG= 
#
# ACS XmlIdl generation on/off
#
XML_IDL= 
#
# Java Component Helper Classes generation on/off
#
COMPONENT_HELPERS=
#
# Java Entity Classes generation on/off
#
XSDBIND=
#
# Schema Config files for the above
#
XSDBIND_INCLUDE=
# man pages to be done
# --------------------
MANSECTIONS =
MAN1 =
MAN3 =
MAN5 =
MAN7 =
MAN8 =

#
# local man pages
# ---------------
MANl =

#
# ASCII file to be converted into Framemaker-MIF
# --------------------
ASCII_TO_MIF = 

#
# other files to be installed
#----------------------------
INSTALL_FILES =

#
# list of all possible C-sources (used to create automatic dependencies)
# ------------------------------
CSOURCENAMES = \
	$(foreach exe, $(EXECUTABLES) $(EXECUTABLES_L), $($(exe)_OBJECTS)) \
	$(foreach rtos, $(RTAI_MODULES) , $($(rtos)_OBJECTS)) \
	$(foreach lib, $(LIBRARIES) $(LIBRARIES_L), $($(lib)_OBJECTS))

#
#>>>>> END OF standard rules

#
# INCLUDE STANDARDS
# -----------------                               

ifdef ACSROOT
    MAKEDIR  = $(shell if [ -f $(INTROOT)/include/acsMakefile ];  then \
                     echo $(INTROOT)/include; \
	           else \
	             echo $(ACSROOT)/include; \
		   fi;)
    include $(MAKEDIR)/acsMakefile
else
    MAKEDIR  = $(shell if [ -f $(INTROOT)/include/vltMakefile ];  then \
                     echo $(INTROOT)/include; \
	           else \
	             echo $(VLTROOT)/include; \
		   fi;)
    include $(MAKEDIR)/vltMakefile
endif

#
# TARGETS
# -------
all:	do_all
	@echo " . . . 'all' done" 

clean : clean_all                                 
	@echo " . . . clean done"

clean_dist : clean_all clean_dist_all 
	@echo " . . . clean_dist done"

man   : do_man 
	@echo " . . . man page(s) done"

install : install_all
	@echo " . . . installation done"

db : db_all
	@echo " . . . ../DB done"

cln~ :
	find ../ -name "*~" -exec rm '{}' \;

#___oOo___