FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
dim.hxx
Go to the documentation of this file.
1
#ifndef DIM_HH
2
#define DIM_HH
3
4
#include "
dim_common.h
"
5
#include "
sllist.hxx
"
6
#include "
dllist.hxx
"
7
8
class
DimCore
9
{
10
public
:
11
static
int
inCallback
;
12
};
13
14
class
DllExp
DimErrorHandler
{
15
public
:
16
virtual
void
errorHandler(
int
severity,
int
code,
char
*msg) = 0;
17
virtual
~DimErrorHandler
() {};
18
};
19
20
class
DllExp
DimTimer
21
{
22
public
:
23
int
firedFlag
;
24
int
runningFlag
;
25
DimTimer
();
26
DimTimer
(
int
time
);
27
virtual
~
DimTimer
();
28
int
start
(
int
time
);
29
int
stop();
30
int
fired
() {
return
firedFlag;};
31
void
clear
() { firedFlag = 0;};
32
virtual
void
timerHandler
() { };
33
};
34
35
class
DllExp
DimThread
36
{
37
public
:
38
long
itsId
;
39
DimThread
();
40
virtual
~
DimThread
();
41
int
start
();
42
// int stop();
43
// void start(int time);
44
// int stop();
45
// int fired() { return firedFlag;};
46
// void clear() { firedFlag = 0;};
47
virtual
void
threadHandler
() { };
48
};
49
50
class
DllExp
DimUtil
51
{
52
public
:
53
static
char
*getEnvVar(
char
*varName);
54
DimUtil
();
55
~
DimUtil
();
56
static
char
*
itsBuffer
;
57
static
int
itsBufferSize
;
58
};
59
60
#endif
start
int start(int initState)
Definition:
feeserver.c:1740
DimTimer::runningFlag
int runningFlag
Definition:
dim.hxx:24
sllist.hxx
DimUtil
Definition:
dim.hxx:50
dllist.hxx
DimTimer::timerHandler
virtual void timerHandler()
Definition:
dim.hxx:32
DimUtil::itsBufferSize
static int itsBufferSize
Definition:
dim.hxx:57
DimTimer::clear
void clear()
Definition:
dim.hxx:31
DimUtil::itsBuffer
static char * itsBuffer
Definition:
dim.hxx:56
DimThread::itsId
long itsId
Definition:
dim.hxx:38
DimTimer::fired
int fired()
Definition:
dim.hxx:30
DllExp
#define DllExp
Definition:
dim_common.h:93
DimCore::inCallback
static int inCallback
Definition:
dim.hxx:11
DimThread
Definition:
dim.hxx:35
DimCore
Definition:
dim.hxx:8
DimTimer::firedFlag
int firedFlag
Definition:
dim.hxx:23
time
Warning because the service this data corrsponds to might have been last updated longer ago than Local time
Definition:
smartfact.txt:92
dim_common.h
DimErrorHandler::~DimErrorHandler
virtual ~DimErrorHandler()
Definition:
dim.hxx:17
DimThread::threadHandler
virtual void threadHandler()
Definition:
dim.hxx:47
DimErrorHandler
Definition:
dim.hxx:14
DimTimer
Definition:
dim.hxx:20
dim
dim
dim.hxx
Generated on Sun Sep 18 2016 20:50:17 for FACT++ by
1.8.11