Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

pom.h File Reference

#include <pwd.h>
#include <iomanip>
#include <sstream>
#include <sys/stat.h>
#include <fstream>
#include <string>
#include <list>
#include <vector>
#include <ECCS.h>
#include <fndOBJECT.h>
#include <fndSTRING.h>
#include <eccsErr.h>
#include <eccsDB_ATTR.h>
#include <eccsTestTools.h>
#include <evhCALLBACK.h>
#include <evhTASK.h>
#include <evhDB_TASK.h>
#include <evhCOMMAND.h>
#include <evhSTD_COMMANDS.h>
#include <evhSTD_COMMANDS_NAMES.h>
#include <tif.h>
#include <tcsBASE.h>
#include <tcsSTATE.h>
#include <tcsCMD_HANDLER.h>
#include "pomDefines.h"
#include "pomErrors.h"

Include dependency graph for pom.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define DB_READ(h, var, type, point, attrName)

Functions

vltLOGICAL pomObjectOk (eccsERROR_CLASS *object, const char *name)


Define Documentation

#define DB_READ h,
var,
type,
point,
attrName   
 

Value:

{                                                            \
        eccsDB_##type attrName##Attr(point, attrName);             \
  var = attrName##Attr;                                        \
  if (attrName##Attr.ErrStatus() == FAILURE)                   \
            {                                                        \
            ErrAdd(pomMOD, pomERR_DB_READ, __FILE_LINE__,        \
                   "configuration parameter", point, attrName);    \
            if (h) SendErrReplyCheck(h);                                    \
            }                                                        \
      }


Function Documentation

vltLOGICAL pomObjectOk eccsERROR_CLASS *    object,
const char *    name
 


Generated on Wed Dec 3 14:55:19 2003 for ATCS API by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001