#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_ServiceWrapper * | GetInstance () | 
| Returns the unique instance of the engine.  More... | |
Private Member Functions | |
| PVServer_ServiceWrapper () | |
| virtual | ~PVServer_ServiceWrapper () | 
Private Attributes | |
| Private * | myData | 
Static Private Attributes | |
| static PVServer_ServiceWrapper * | instance = NULL | 
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).
      
  | 
  private | 
References myData, and PVServer_ServiceWrapper::Private::pvserverService.
      
  | 
  privatevirtual | 
References myData, and StopPVServer().
| std::string PVServer_ServiceWrapper::FindOrStartPVServer | ( | int | port | ) | 
References myData, obj, and PVServer_ServiceWrapper::Private::pvserverService.
| bool PVServer_ServiceWrapper::GetGUIConnected | ( | ) | 
References myData, obj, and PVServer_ServiceWrapper::Private::pvserverService.
      
  | 
  static | 
References instance, and PVServer_ServiceWrapper().
| void PVServer_ServiceWrapper::SetGUIConnected | ( | bool | isConnected | ) | 
References myData, obj, and PVServer_ServiceWrapper::Private::pvserverService.
| bool PVServer_ServiceWrapper::StopPVServer | ( | ) | 
References myData, obj, and PVServer_ServiceWrapper::Private::pvserverService.
      
  | 
  staticprivate | 
      
  | 
  private |