hwsd  1.1.1
 All Classes Files Functions Variables Enumerations Enumerator Pages
hwsd::GPUInfo Struct Reference

A structure containing GPU-specific information. More...

#include <gpuInfo.h>

+ Inheritance diagram for hwsd::GPUInfo:
+ Collaboration diagram for hwsd::GPUInfo:

Public Member Functions

HWSD_API GPUInfo ()
 Default constructor pointing to the default display. More...
 
HWSD_API GPUInfo (const std::string &name)
 Constructor pointing to default display of a specific GPU type. More...
 
HWSD_API void invalidatePVP ()
 Invalidate the pixel viewport. More...
 
HWSD_API bool operator== (const GPUInfo &rhs) const
 
HWSD_API bool operator!= (const GPUInfo &rhs) const
 
HWSD_API std::string getName () const
 
- Public Member Functions inherited from hwsd::NodeInfo
HWSD_API NodeInfo ()
 Default constructor describing a local session. More...
 
HWSD_API bool operator== (const NodeInfo &rhs) const
 
HWSD_API bool operator!= (const NodeInfo &rhs) const
 
HWSD_API bool isLocal () const
 

Public Attributes

unsigned type
 Four-character code of the GPU type. More...
 
unsigned port
 The display (GLX) or ignored (WGL, AGL). More...
 
unsigned device
 The screen (GLX, WGL), GPU (WGLn, WGLa) or virtual screen (AGL). More...
 
int pvp [4]
 The size and location of the GPU (x,y,w,h). More...
 
unsigned flags
 bitmask of additional GPU capabilities
 
unsigned unused
 
- Public Attributes inherited from hwsd::NodeInfo
lunchbox::uint128_t id
 Random unique ID identifing the origin node. More...
 
std::string nodeName
 System hostname if remote, empty for local. More...
 
std::string session
 The session name: local, default or custom string. More...
 

Static Public Attributes

static const unsigned defaultValue = UINT_MAX
 A non-enumerated port or device. More...
 
static const unsigned FLAG_VIRTUALGL = 0x1
 Process runs under VirtualGL. More...
 
static const unsigned FLAG_VIRTUALGL_DISPLAY = 0x2
 VirtualGL redirect GPU. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from hwsd::NodeInfo
static HWSD_API bool isLocal (const std::string &name)
 
static std::string getLocalSession ()
 

Detailed Description

A structure containing GPU-specific information.

Definition at line 33 of file gpuInfo.h.

Constructor & Destructor Documentation

HWSD_API hwsd::GPUInfo::GPUInfo ( )

Default constructor pointing to the default display.

Version
1.0
HWSD_API hwsd::GPUInfo::GPUInfo ( const std::string &  name)

Constructor pointing to default display of a specific GPU type.

The information name is a type code of four characters. The passed string is formatted accordingly.

Parameters
namethe type of the GPU.
Version
1.0

Member Function Documentation

HWSD_API std::string hwsd::GPUInfo::getName ( ) const
Returns
the type name string of this information.
Version
1.0
HWSD_API void hwsd::GPUInfo::invalidatePVP ( )

Invalidate the pixel viewport.

Version
1.0
HWSD_API bool hwsd::GPUInfo::operator!= ( const GPUInfo rhs) const
Returns
true if both infos are not identical.
Version
1.0
HWSD_API bool hwsd::GPUInfo::operator== ( const GPUInfo rhs) const
Returns
true if both informations are identical.
Version
1.0

Member Data Documentation

const unsigned hwsd::GPUInfo::defaultValue = UINT_MAX
static

A non-enumerated port or device.

Version
1.0

Definition at line 36 of file gpuInfo.h.

unsigned hwsd::GPUInfo::device

The screen (GLX, WGL), GPU (WGLn, WGLa) or virtual screen (AGL).

Version
1.0

Definition at line 80 of file gpuInfo.h.

const unsigned hwsd::GPUInfo::FLAG_VIRTUALGL = 0x1
static

Process runs under VirtualGL.

Version
1.1.2

Definition at line 39 of file gpuInfo.h.

const unsigned hwsd::GPUInfo::FLAG_VIRTUALGL_DISPLAY = 0x2
static

VirtualGL redirect GPU.

Version
1.1.2

Definition at line 42 of file gpuInfo.h.

unsigned hwsd::GPUInfo::port

The display (GLX) or ignored (WGL, AGL).

Version
1.0

Definition at line 74 of file gpuInfo.h.

int hwsd::GPUInfo::pvp[4]

The size and location of the GPU (x,y,w,h).

Version
1.0

Definition at line 83 of file gpuInfo.h.

unsigned hwsd::GPUInfo::type

Four-character code of the GPU type.

Version
1.0

Definition at line 71 of file gpuInfo.h.


The documentation for this struct was generated from the following file: