Equalizer  1.4.1
Public Member Functions | Public Attributes
eq::fabric::GPUInfo Struct Reference

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

#include <gpuInfo.h>

+ Collaboration diagram for eq::fabric::GPUInfo:

List of all members.

Public Member Functions

 GPUInfo ()
 Default constructor pointing to default display.
bool operator== (const GPUInfo &rhs) const
bool operator!= (const GPUInfo &rhs) const

Public Attributes

uint32_t port
 The display (GLX) or ignored (Win32, AGL).
uint32_t device
 The screen (GLX), GPU (Win32) or virtual screen (AGL).
PixelViewport pvp
 The size and location of the GPU.
std::string hostname
 remote system hostname, empty for local GPUs

Detailed Description

A structure containing GPU-specific information.

Definition at line 29 of file gpuInfo.h.


Constructor & Destructor Documentation

Default constructor pointing to default display.

Definition at line 32 of file gpuInfo.h.


Member Function Documentation

bool eq::fabric::GPUInfo::operator!= ( const GPUInfo rhs) const [inline]
Returns:
true if both infos are not identical.
Version:
1.0

Definition at line 40 of file gpuInfo.h.

References device, port, and pvp.

bool eq::fabric::GPUInfo::operator== ( const GPUInfo rhs) const [inline]
Returns:
true if both infos are identical.
Version:
1.0

Definition at line 36 of file gpuInfo.h.

References device, port, and pvp.


Member Data Documentation

The screen (GLX), GPU (Win32) or virtual screen (AGL).

Definition at line 47 of file gpuInfo.h.

Referenced by operator!=(), and operator==().

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

Definition at line 44 of file gpuInfo.h.

Referenced by operator!=(), and operator==().

The size and location of the GPU.

Definition at line 50 of file gpuInfo.h.

Referenced by operator!=(), and operator==().


The documentation for this struct was generated from the following file:
Generated on Mon Nov 26 2012 14:41:50 for Equalizer 1.4.1 by  doxygen 1.7.6.1