OMKPvmMulticastMessage.h

Go to the documentation of this file.
00001 #ifndef OMKPvmMulticastMessageHEADER
00002 #define OMKPvmMulticastMessageHEADER
00003 
00004 #include "OMKPvmOutgoingMessage.h"
00005 
00006 #include <vector>
00007 
00008 namespace OMK
00009 {
00015 class OMKPVM_API PvmMulticastMessage : public PvmOutgoingMessage 
00016 {
00017  public:
00019   virtual ~PvmMulticastMessage () ;
00020 
00022   PvmMulticastMessage (const std::vector<int> & ) ;
00023 
00025   virtual void send(PvmMessage::MessageTag tag) ;
00026 
00027  protected:
00029   int _numberOfRecepients ;
00030 
00032   int * _recepients ;
00033 };
00034 } // namespace OMK
00035 #endif

logo OpenMask

Documentation generated on Mon Jun 9 11:45:57 2008

Generated with doxygen by Dimitri van Heesch ,   1997-2007