Version: 9.15.0
PVServer_ServiceWrapper Class Reference

#include <PVServer_ServiceWrapper.h>

Classes

class  Private
 

Public Member Functions

bool GetGUIConnected ()
 
void SetGUIConnected (bool isConnected)
 
std::string FindOrStartPVServer (int port)
 
bool StopPVServer ()
 

Static Public Member Functions

static PVServer_ServiceWrapperGetInstance ()
 Returns the unique instance of the engine. More...
 

Private Member Functions

 PVServer_ServiceWrapper ()
 
virtual ~PVServer_ServiceWrapper ()
 

Private Attributes

PrivatemyData
 

Static Private Attributes

static PVServer_ServiceWrapperinstance = NULL
 

Detailed Description

Class facilitating the access to the PARAVIS engine without having to link to it. Documentation of the method is found in the PARAVIS module (in the idl directory).

Constructor & Destructor Documentation

◆ PVServer_ServiceWrapper()

PVServer_ServiceWrapper::PVServer_ServiceWrapper ( )
private

◆ ~PVServer_ServiceWrapper()

PVServer_ServiceWrapper::~PVServer_ServiceWrapper ( )
privatevirtual

References myData, and StopPVServer().

Member Function Documentation

◆ FindOrStartPVServer()

std::string PVServer_ServiceWrapper::FindOrStartPVServer ( int  port)

◆ GetGUIConnected()

bool PVServer_ServiceWrapper::GetGUIConnected ( )

◆ GetInstance()

PVServer_ServiceWrapper * PVServer_ServiceWrapper::GetInstance ( )
static

Returns the unique instance of the engine.

References instance, and PVServer_ServiceWrapper().

◆ SetGUIConnected()

void PVServer_ServiceWrapper::SetGUIConnected ( bool  isConnected)

◆ StopPVServer()

bool PVServer_ServiceWrapper::StopPVServer ( )

Member Data Documentation

◆ instance

PVServer_ServiceWrapper * PVServer_ServiceWrapper::instance = NULL
staticprivate

◆ myData

Private* PVServer_ServiceWrapper::myData
private

The documentation for this class was generated from the following files: