StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
RTS
include
rcfEventList.h
1
#ifndef RCFEVENTLIST_H
2
#define RCFEVENTLIST_H
3
4
#define RCF_MAX_EVENTS 1000
5
6
struct
rcfEvent
7
{
8
int
size;
9
char
*ptr;
/* This is calculated from shm + offset */
10
};
11
12
struct
rcfEventList
13
{
14
struct
rcfEvent
event[RCF_MAX_EVENTS];
15
int
size;
16
int
nEvts;
17
char
filename[255];
18
int
append;
19
};
20
21
#endif
22
rcfEventList
Definition:
rcfEventList.h:12
rcfEvent
Definition:
rcfEventList.h:6
Generated by
1.8.5