#include "omniEventsLog.h"
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/param.h>
#include <errno.h>
#include <time.h>
#include <assert.h>
#include "gethostname.h"
#include "EventChannelFactory.h"
#include "Orb.h"
#include "defaults.h"
Go to the source code of this file.
Classes | |
class | OmniEvents::timestamp |
This class can be used to generate timestamps. More... | |
Namespaces | |
namespace | OmniEvents |
Defines | |
#define | STRUCT_STAT struct stat |
#define | FLAG_TRUNCATE ios::trunc |
#define | FLAG_APPEND ios::app |
#define | FLAG_SYNC 0 |
#define | VMS_SEMICOLON |
Functions | |
int | yyparse () |
Variables | |
int | yydebug |
FILE * | yyin |
timestamp | OmniEvents::ts |
#define FLAG_APPEND ios::app |
Definition at line 215 of file omniEventsLog.cc.
Referenced by OmniEvents::omniEventsLog::checkpoint(), and OmniEvents::omniEventsLog::incarnateFactory().
#define FLAG_SYNC 0 |
Definition at line 216 of file omniEventsLog.cc.
Referenced by OmniEvents::omniEventsLog::checkpoint().
#define FLAG_TRUNCATE ios::trunc |
Definition at line 214 of file omniEventsLog.cc.
Referenced by OmniEvents::omniEventsLog::checkpoint().
#define STRUCT_STAT struct stat |
Definition at line 185 of file omniEventsLog.cc.
Referenced by OmniEvents::omniEventsLog::fileExists().
#define VMS_SEMICOLON |
Definition at line 238 of file omniEventsLog.cc.
Referenced by OmniEvents::omniEventsLog::initializeFileNames().
int yyparse | ( | ) |
int yydebug |
FILE* yyin |