#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:

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

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) |
|
|
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); \
} \
} |
|
||||||||||||
|
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001