CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FUShmServer.h
Go to the documentation of this file.
1 #ifndef FUSHMSERVER_H
2 #define FUSHMSERVER_H 1
3 
4 
6 
7 
8 namespace evf {
9 
10 
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  //
34 
35  };
36 
37 
38 } // namespace evf
39 
40 
41 #endif
FUShmBuffer * buffer_
Definition: FUShmServer.h:33
FUShmServer(FUShmBuffer *buffer)
Definition: FUShmServer.cc:25
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:82
unsigned int writeNext(unsigned char *data, unsigned int nFed, unsigned int *fedSize)
Definition: FUShmServer.cc:44