Evita  0.16
Classes | Macros | Typedefs
evMultiProcessController.h File Reference
#include "vtkObject.h"
#include "vtkDataObject.h"
Include dependency graph for evMultiProcessController.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  evMultiProcessController
 

Macros

#define VTK_MP_CONTROLLER_MAX_PROCESSES   1024
 
#define VTK_MP_CONTROLLER_ANY_SOURCE   -1
 
#define VTK_MP_CONTROLLER_INVALID_SOURCE   -2
 
#define VTK_MP_CONTROLLER_RMI_TAG   315167
 
#define VTK_MP_CONTROLLER_RMI_ARG_TAG   315168
 
#define VTK_BREAK_RMI_TAG   239954
 
#define EVBLOCKING   0
 
#define EVNONBLOCKING   1
 

Typedefs

typedef void(* evProcessFunctionType) (evMultiProcessController *controller, void *userData)
 
typedef void(* evRMIFunctionType) (void *localArg, void *remoteArg, int remoteArgLength, int remoteProcessId)
 

Macro Definition Documentation

#define EVBLOCKING   0
#define EVNONBLOCKING   1
#define VTK_BREAK_RMI_TAG   239954
#define VTK_MP_CONTROLLER_ANY_SOURCE   -1
#define VTK_MP_CONTROLLER_INVALID_SOURCE   -2
#define VTK_MP_CONTROLLER_MAX_PROCESSES   1024
#define VTK_MP_CONTROLLER_RMI_ARG_TAG   315168
#define VTK_MP_CONTROLLER_RMI_TAG   315167

Typedef Documentation

typedef void(* evProcessFunctionType) (evMultiProcessController *controller, void *userData)
typedef void(* evRMIFunctionType) (void *localArg, void *remoteArg, int remoteArgLength, int remoteProcessId)