Specifies parameters for the cluster gateway machine. More...
#include <ScaleViz/nodes/SoClusterGateway.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
SoClusterGateway () | |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoSFString | outhostname |
SoSFString | inhostname |
SoSFUShort | port |
The ScaleViz gateway is the cluster node responsible for communications between Open Inventor Render Units (OIRUs) and the application. This node uses two network interfaces and addresses: one for communication with the application (called the external address) and another one for communication with OIRUs inside the cluster (called the internal address). For the external address, a specific port can be defined if the default one (1234) does not match your network configuration.
outhostname | "localhost" |
inhostname | "localhost" |
port | 0 |
SoClusterGateway::SoClusterGateway | ( | ) |
Constructor.
static SoType SoClusterGateway::getClassTypeId | ( | ) | [static] |
virtual SoType SoClusterGateway::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoNode.
Specifies the name/ip of the machine in the internal cluster network.
For example, 12.12.12.1 or node1-ib.
Specifies the name/ip of the machine in the application view.
For example, 53.253.127.12 or node1.
Specifies the communication port to use to connect to the gateway.
Default value is 0. In this case, the port is defined by the ScaleViz daemon or by setting the SCALEVIZ_DATA_PORT. Otherwise, the specified value is used. Note: Firewall must accept connection through the specified port.