Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 ( )
private
PVServer_ServiceWrapper::~PVServer_ServiceWrapper ( )
privatevirtual

References myData, and StopPVServer().

Member Function Documentation

std::string PVServer_ServiceWrapper::FindOrStartPVServer ( int  port)
bool PVServer_ServiceWrapper::GetGUIConnected ( )
PVServer_ServiceWrapper * PVServer_ServiceWrapper::GetInstance ( )
static
void PVServer_ServiceWrapper::SetGUIConnected ( bool  isConnected)
bool PVServer_ServiceWrapper::StopPVServer ( )

Member Data Documentation

PVServer_ServiceWrapper * PVServer_ServiceWrapper::instance = NULL
staticprivate
Private* PVServer_ServiceWrapper::myData
private

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