Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
EventFilter
ShmBuffer
bin
FUShmServer.h
Go to the documentation of this file.
1
#ifndef FUSHMSERVER_H
2
#define FUSHMSERVER_H 1
3
4
5
#include "
EventFilter/ShmBuffer/interface/FUShmBuffer.h
"
6
7
8
namespace
evf {
9
10
11
class
FUShmServer
12
{
13
public
:
14
//
15
// construction/destruction
16
//
17
FUShmServer
(
FUShmBuffer
* buffer);
18
~FUShmServer
();
19
20
21
//
22
// member functions
23
//
24
unsigned
int
writeNext
(
unsigned
char
*
data
,
25
unsigned
int
nFed,
26
unsigned
int
*fedSize);
27
28
29
private
:
30
//
31
// member data
32
//
33
FUShmBuffer
*
buffer_
;
34
35
};
36
37
38
}
// namespace evf
39
40
41
#endif
evf::FUShmServer::~FUShmServer
~FUShmServer()
Definition:
FUShmServer.cc:33
evf::FUShmServer::buffer_
FUShmBuffer * buffer_
Definition:
FUShmServer.h:33
FUShmBuffer.h
evf::FUShmServer
Definition:
FUShmServer.h:11
evf::FUShmServer::FUShmServer
FUShmServer(FUShmBuffer *buffer)
Definition:
FUShmServer.cc:25
data
char data[epos_bytes_allocation]
Definition:
EPOS_Wrapper.h:82
evf::FUShmServer::writeNext
unsigned int writeNext(unsigned char *data, unsigned int nFed, unsigned int *fedSize)
Definition:
FUShmServer.cc:44
evf::FUShmBuffer
Definition:
FUShmBuffer.h:41
Generated for CMSSW Reference Manual by
1.8.5