#include <EventDistributor.H>
Inherited by EventDistributorClient, and EventDistributorRoot.
Public Methods | |
virtual | ~EventDistributor () |
virtual bool | init (int argc, char **argv)=0 |
virtual void | loop ()=0 |
virtual void | term ()=0 |
Protected Methods | |
EventDistributor (str_ptr host) | |
Protected Attributes | |
char * | _serialized_event_buffer |
int | _serialized_event_buffer_size |
str_ptr | _host |
Static Protected Attributes | |
const int | EVT_MPI_ROOT_RANK = 0 |
|
|
|
|
|
Implemented in EventDistributorClient, and EventDistributorRoot. |
|
Implemented in EventDistributorClient, and EventDistributorRoot. |
|
Implemented in EventDistributorClient, and EventDistributorRoot. |
|
|
|
|
|
|
|
|