European
Southern
Observatory

ESO — Reaching New Heights in Astronomy

Countries taking part in the ESO

VLT Software Documentation

tcssimTrkServerDummy.C File Reference

#include "vltPort.h"
#include <tcs.h>
#include "stdio.h"
#include "stdlib.h"
#include "fndSTRING.h"
#include "fndASSOCIATION.h"
#include "fndINT.h"
#include "fndDICTIONARY.h"
#include "ECCS.h"
#include "eccsDB_ATTR.h"
#include "eccsDB_TABLE.h"
#include "eccsTestTools.h"
#include "evhHANDLER.h"
#include "evhTIMEOUT.h"
#include "evhTASK.h"
#include "evhDUMMY.h"
#include "evhTIMER.h"
#include "evhSTD_COMMANDS.h"
#include "evhStates.h"
#include "evhErrors.h"
#include "math.h"
#include "tcsBASE.h"
#include "fndString.h"
#include "cmd.h"
#include "tcsVcc.h"
#include "slalib.h"
#include "slamac.h"
#include <unistd.h>
Include dependency graph for tcssimTrkServerDummy.C:

Go to the source code of this file.

Classes

class  ALT_AZ_STD_COMMANDS
class  APPLICATION
class  tcssimTRK_NAMED_POS

Defines

#define _POSIX_SOURCE   1
#define eccsLOG_LEVEL   3
#define DB_ALT_BASE   ":LCU:alt:trk"
#define DB_AZ_BASE   ":LCU:az:trk"
#define DB_POS_PRLTIC   ":LCU:alt:trk:intCoord.parallAngle"
#define DB_POS_ALT   ":LCU:alt:trk.position"
#define DB_POS_AZ   ":LCU:az:trk.position"
#define DB_TIME_ALT   ":LCU:alt:trk.timestamp"
#define DB_TIME_AZ   ":LCU:az:trk.timestamp"
#define DB_POS_ALPHA_APP   ":LCU:alt:trk:intCoord.alphaApp"
#define DB_POS_DELTA_APP   ":LCU:alt:trk:intCoord.deltaApp"
#define DB_POS_ALPHA   ":trk:data:position:actPos.RA2000"
#define DB_POS_DELTA   ":trk:data:position:actPos.DEC2000"
#define DB_UTC   ":trk:data:times.utc"
#define DB_LST   ":trk:data:times.lst"
#define DB_SITE_LATITUDE   ":trk:data:siteConstants.latitude"
#define DB_SITE_LONGITUDE   ":trk:data:siteConstants.longitude"
#define DB_SITE_HEIGHT   ":trk:data:siteConstants.height"
#define DB_OBJ_NAMES   ":tcssim:dummyLcu:posNames.posNames"
#define STD_CMDS_USED   (evhSTD_USE_ALL & ~evhSTD_USE_EXIT)
#define trkNAMED_ALT   0x1
#define trkNAMED_AZ   0x2
#define trkNAMED_ROT   0x4
#define MSG(msg)   fprintf(stderr, " %s\n", msg)

Functions

 tcsTCS_RCSID ("@(#) $Id: tcssimTrkServerDummy.C 200162 2010-06-11 13:30:40Z pduhoux $")
char * GetDbPath (dbSYMADDRESS relPath, dbSYMADDRESS absPath)
void PrintCLineHelp (void)
int ParseArguments (int argc, char *argv[], char **procName, char **dataFile, vltLOGICAL &timerDisabled)
int main (int argc, char *argv[])

Variables

dbSYMADDRESS dbRoot = ""

Define Documentation

#define _POSIX_SOURCE   1

Definition at line 121 of file tcssimTrkServerDummy.C.

#define DB_ALT_BASE   ":LCU:alt:trk"

Definition at line 176 of file tcssimTrkServerDummy.C.

Referenced by main().

#define DB_AZ_BASE   ":LCU:az:trk"

Definition at line 177 of file tcssimTrkServerDummy.C.

Referenced by main().

#define DB_LST   ":trk:data:times.lst"

Definition at line 190 of file tcssimTrkServerDummy.C.

#define DB_OBJ_NAMES   ":tcssim:dummyLcu:posNames.posNames"

Definition at line 195 of file tcssimTrkServerDummy.C.

Referenced by APPLICATION::ObjnameCB().

#define DB_POS_ALPHA   ":trk:data:position:actPos.RA2000"

Definition at line 187 of file tcssimTrkServerDummy.C.

Referenced by APPLICATION::ReadposCB().

#define DB_POS_ALPHA_APP   ":LCU:alt:trk:intCoord.alphaApp"

Definition at line 184 of file tcssimTrkServerDummy.C.

Referenced by APPLICATION::Mean2Observed().

#define DB_POS_ALT   ":LCU:alt:trk.position"
#define DB_POS_AZ   ":LCU:az:trk.position"
#define DB_POS_DELTA   ":trk:data:position:actPos.DEC2000"

Definition at line 188 of file tcssimTrkServerDummy.C.

Referenced by APPLICATION::ReadposCB().

#define DB_POS_DELTA_APP   ":LCU:alt:trk:intCoord.deltaApp"

Definition at line 185 of file tcssimTrkServerDummy.C.

Referenced by APPLICATION::Mean2Observed().

#define DB_POS_PRLTIC   ":LCU:alt:trk:intCoord.parallAngle"

Definition at line 179 of file tcssimTrkServerDummy.C.

Referenced by APPLICATION::Mean2Observed().

#define DB_SITE_HEIGHT   ":trk:data:siteConstants.height"

Definition at line 193 of file tcssimTrkServerDummy.C.

Referenced by APPLICATION::Mean2Observed().

#define DB_SITE_LATITUDE   ":trk:data:siteConstants.latitude"

Definition at line 191 of file tcssimTrkServerDummy.C.

Referenced by APPLICATION::Mean2Observed().

#define DB_SITE_LONGITUDE   ":trk:data:siteConstants.longitude"

Definition at line 192 of file tcssimTrkServerDummy.C.

Referenced by APPLICATION::Mean2Observed().

#define DB_TIME_ALT   ":LCU:alt:trk.timestamp"

Definition at line 182 of file tcssimTrkServerDummy.C.

Referenced by APPLICATION::StoreAltAzTimestamps().

#define DB_TIME_AZ   ":LCU:az:trk.timestamp"

Definition at line 183 of file tcssimTrkServerDummy.C.

Referenced by APPLICATION::StoreAltAzTimestamps().

#define DB_UTC   ":trk:data:times.utc"

Definition at line 189 of file tcssimTrkServerDummy.C.

#define eccsLOG_LEVEL   3
#define MSG ( msg   )     fprintf(stderr, " %s\n", msg)

Definition at line 966 of file tcssimTrkServerDummy.C.

#define STD_CMDS_USED   (evhSTD_USE_ALL & ~evhSTD_USE_EXIT)

Definition at line 227 of file tcssimTrkServerDummy.C.

#define trkNAMED_ALT   0x1

Definition at line 781 of file tcssimTrkServerDummy.C.

Referenced by APPLICATION::ObjnameCB().

#define trkNAMED_AZ   0x2

Definition at line 782 of file tcssimTrkServerDummy.C.

Referenced by APPLICATION::ObjnameCB().

#define trkNAMED_ROT   0x4

Definition at line 783 of file tcssimTrkServerDummy.C.


Function Documentation

char* GetDbPath ( dbSYMADDRESS  relPath,
dbSYMADDRESS  absPath 
)

Definition at line 968 of file tcssimTrkServerDummy.C.

References tcsDbRoot(), and tcsEnvName().

int main ( int  argc,
char *  argv[] 
)
int ParseArguments ( int  argc,
char *  argv[],
char **  procName,
char **  dataFile,
vltLOGICAL &  timerDisabled 
)

Definition at line 990 of file tcssimTrkServerDummy.C.

References PrintCLineHelp(), and TRUE.

void PrintCLineHelp ( void   ) 

Definition at line 977 of file tcssimTrkServerDummy.C.

References MSG.

tcsTCS_RCSID ( "@(#) $Id: tcssimTrkServerDummy.C 200162 2010-06-11 13:30:40Z pduhoux $"   ) 

Definition at line 125 of file tcssimTrkServerDummy.C.


Variable Documentation

dbSYMADDRESS dbRoot = ""

Definition at line 387 of file tcssimTrkServerDummy.C.

Referenced by tifCheckDataItem(), and tifGetByName().

Generated on Mon Apr 23 10:12:21 2012 for INTROOT API by doxygen 1.6.3