Version: 9.15.0
SALOMEMultiComm Class Reference

Class is designed to ease the use of multi communication. More...

#include <SALOMEMultiComm.hxx>

Inheritance diagram for SALOMEMultiComm:

Public Member Functions

 SALOMEMultiComm ()
 
 SALOMEMultiComm (SALOME::TypeOfCommunication type)
 
virtual void setProtocol (SALOME::TypeOfCommunication type)
 
SALOME::TypeOfCommunication getProtocol () const
 

Protected Attributes

SALOME::TypeOfCommunication _type
 

Detailed Description

Class is designed to ease the use of multi communication.


Simply inherite from it your servant class you want to emit data with senders.

Constructor & Destructor Documentation

◆ SALOMEMultiComm() [1/2]

SALOMEMultiComm::SALOMEMultiComm ( )

◆ SALOMEMultiComm() [2/2]

SALOMEMultiComm::SALOMEMultiComm ( SALOME::TypeOfCommunication  type)

Member Function Documentation

◆ getProtocol()

SALOME::TypeOfCommunication SALOMEMultiComm::getProtocol ( ) const

References _type.

Referenced by SenderFactory::buildSender().

◆ setProtocol()

void SALOMEMultiComm::setProtocol ( SALOME::TypeOfCommunication  type)
virtual

References _type.

Referenced by SenderFactory::buildSender().

Field Documentation

◆ _type