European
Southern
Observatory

ESO — Reaching New Heights in Astronomy

Countries taking part in the ESO

VLT Software Documentation

tcsLogFits.c File Reference

#include "tcsLogFits.h"
#include "stdlib.h"
#include "string.h"
Include dependency graph for tcsLogFits.c:

Go to the source code of this file.

Functions

ccsCOMPL_STAT tcsLogFitsSetModule (const ccsMODULEID module_p)
const char * tcsLogFitsGetModule ()
ccsCOMPL_STAT tcsLogFitsFitsSetDict (const logDICTIONARY fitsDict_p)
const char * tcsLogFitsGetDict ()
ccsCOMPL_STAT tcsLogFitsSetLevel (vltINT32 level_p)
vltINT32 tcsLogFitsGetLevel ()
ccsCOMPL_STAT tcsLogFitsSetMask (const logMASK mask_p)
const char * tcsLogFitsGetMask ()
ccsCOMPL_STAT tcsLogFitsComment (const char *who, const char *text, vltINT32 reqLevel)
ccsCOMPL_STAT tcsLogFitsEvent (logFITS_TYPE fitsType, const char *text, vltINT32 reqLevel)
ccsCOMPL_STAT tcsLogFitsAction (const logCATEGORY fitsCat, const logFITS_KEY fitsSys, const logACTION fitsAction, vltINT32 reqLevel)
ccsCOMPL_STAT tcsLogFitsParLogical (const logCATEGORY fitsCat, const logFITS_KEY fitsSys, const logFITS_KEY fitsParam, const vltLOGICAL value, vltINT32 reqLevel)
ccsCOMPL_STAT tcsLogFitsParInt32 (const logCATEGORY fitsCat, const logFITS_KEY fitsSys, const logFITS_KEY fitsParam, const vltINT32 value, vltINT32 reqLevel)
ccsCOMPL_STAT tcsLogFitsParDouble (const logCATEGORY fitsCat, const logFITS_KEY fitsSys, const logFITS_KEY fitsParam, const vltDOUBLE value, vltINT32 reqLevel)
ccsCOMPL_STAT tcsLogFitsParChar (const logCATEGORY fitsCat, const logFITS_KEY fitsSys, const logFITS_KEY fitsParam, const char *value, vltINT32 reqLevel)
ccsCOMPL_STAT tcsLogFitsParUChar (const logCATEGORY fitsCat, const logFITS_KEY fitsSys, const logFITS_KEY fitsParam, const unsigned char *value, vltINT32 reqLevel)

Variables

static ccsMODULEID tcsLogFitsModule = "tcs"
static logDICTIONARY tcsLogFitsDict = "ALL"
static vltINT32 tcsLogFitsLevel = 1
static logMASK tcsLogFitsMask = ""

Function Documentation

ccsCOMPL_STAT tcsLogFitsAction ( const logCATEGORY  fitsCat,
const logFITS_KEY  fitsSys,
const logACTION  fitsAction,
vltINT32  reqLevel 
)

Definition at line 156 of file tcsLogFits.c.

References tcsLogFitsDict, tcsLogFitsGetLevel(), and tcsLogFitsModule.

ccsCOMPL_STAT tcsLogFitsComment ( const char *  who,
const char *  text,
vltINT32  reqLevel 
)

Definition at line 130 of file tcsLogFits.c.

References tcsLogFitsGetLevel(), and tcsLogFitsModule.

ccsCOMPL_STAT tcsLogFitsEvent ( logFITS_TYPE  fitsType,
const char *  text,
vltINT32  reqLevel 
)

Definition at line 142 of file tcsLogFits.c.

References tcsLogFitsGetLevel(), and tcsLogFitsModule.

ccsCOMPL_STAT tcsLogFitsFitsSetDict ( const logDICTIONARY  fitsDict_p  ) 

Definition at line 76 of file tcsLogFits.c.

References tcsLogFitsDict.

const char* tcsLogFitsGetDict (  ) 

Definition at line 86 of file tcsLogFits.c.

References tcsLogFitsDict.

vltINT32 tcsLogFitsGetLevel (  ) 
const char* tcsLogFitsGetMask (  ) 

Definition at line 120 of file tcsLogFits.c.

References tcsLogFitsMask.

const char* tcsLogFitsGetModule (  ) 

Definition at line 69 of file tcsLogFits.c.

References tcsLogFitsModule.

ccsCOMPL_STAT tcsLogFitsParChar ( const logCATEGORY  fitsCat,
const logFITS_KEY  fitsSys,
const logFITS_KEY  fitsParam,
const char *  value,
vltINT32  reqLevel 
)

Definition at line 248 of file tcsLogFits.c.

References tcsLogFitsDict, tcsLogFitsGetLevel(), and tcsLogFitsModule.

ccsCOMPL_STAT tcsLogFitsParDouble ( const logCATEGORY  fitsCat,
const logFITS_KEY  fitsSys,
const logFITS_KEY  fitsParam,
const vltDOUBLE  value,
vltINT32  reqLevel 
)

Definition at line 225 of file tcsLogFits.c.

References tcsLogFitsDict, tcsLogFitsGetLevel(), and tcsLogFitsModule.

ccsCOMPL_STAT tcsLogFitsParInt32 ( const logCATEGORY  fitsCat,
const logFITS_KEY  fitsSys,
const logFITS_KEY  fitsParam,
const vltINT32  value,
vltINT32  reqLevel 
)

Definition at line 207 of file tcsLogFits.c.

References tcsLogFitsDict, tcsLogFitsGetLevel(), and tcsLogFitsModule.

ccsCOMPL_STAT tcsLogFitsParLogical ( const logCATEGORY  fitsCat,
const logFITS_KEY  fitsSys,
const logFITS_KEY  fitsParam,
const vltLOGICAL  value,
vltINT32  reqLevel 
)

Definition at line 179 of file tcsLogFits.c.

References tcsLogFitsDict, tcsLogFitsGetLevel(), and tcsLogFitsModule.

ccsCOMPL_STAT tcsLogFitsParUChar ( const logCATEGORY  fitsCat,
const logFITS_KEY  fitsSys,
const logFITS_KEY  fitsParam,
const unsigned char *  value,
vltINT32  reqLevel 
)

Definition at line 268 of file tcsLogFits.c.

References tcsLogFitsDict, tcsLogFitsGetLevel(), and tcsLogFitsModule.

ccsCOMPL_STAT tcsLogFitsSetLevel ( vltINT32  level_p  ) 

Definition at line 93 of file tcsLogFits.c.

References tcsLogFitsLevel.

ccsCOMPL_STAT tcsLogFitsSetMask ( const logMASK  mask_p  ) 

Definition at line 108 of file tcsLogFits.c.

References tcsLogFitsMask.

ccsCOMPL_STAT tcsLogFitsSetModule ( const ccsMODULEID  module_p  ) 

Definition at line 59 of file tcsLogFits.c.

References tcsLogFitsModule.


Variable Documentation

logDICTIONARY tcsLogFitsDict = "ALL" [static]
vltINT32 tcsLogFitsLevel = 1 [static]

Definition at line 56 of file tcsLogFits.c.

Referenced by tcsLogFitsGetLevel(), and tcsLogFitsSetLevel().

logMASK tcsLogFitsMask = "" [static]

Definition at line 57 of file tcsLogFits.c.

Referenced by tcsLogFitsGetMask(), and tcsLogFitsSetMask().

ccsMODULEID tcsLogFitsModule = "tcs" [static]
Generated on Mon Apr 23 10:12:20 2012 for INTROOT API by doxygen 1.6.3