XIOS  1.0
Xml I/O Server
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Définitions de type Énumérations Valeurs énumérées Amis Macros
event_server.hpp
Aller à la documentation de ce fichier.
1 #ifndef __EVENT_SERVER_HPP__
2 #define __EVENT_SERVER_HPP__
3 
4 #include "xios_spl.hpp"
5 #include "buffer_in.hpp"
6 #include "buffer_server.hpp"
7 
8 namespace xios
9 {
10 
12  {
13  public:
14 
15  int classId ;
16  int type ;
17  int nbSender ;
18 
19 
20  void push(int rank,CServerBuffer* serverBuffer ,char* startBuffer,int size) ;
21 
22  struct SSubEvent
23  {
24  int rank ;
27  int size ;
28  } ;
29 
30  list<SSubEvent> subEvents ;
31 
32  bool isFull(void) ;
33  ~CEventServer() ;
34  } ;
35 
36 }
37 
38 #endif
#define xios(arg)
list< SSubEvent > subEvents
void push(int rank, CServerBuffer *serverBuffer, char *startBuffer, int size)
Definition: event_server.cpp:9