Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  ivrclientcore.h

  Sprache: C
 

//========= Copyright Valve Corporation ============//
#pragma once

namespace vr
{

class IVRClientCore
{
public:
 /** Initializes the system */
 virtual EVRInitError Init( vr::EVRApplicationType eApplicationType, const char *pStartupInfo ) = 0;

 /** cleans up everything in vrclient.dll and prepares the DLL to be unloaded */
 virtual void Cleanup() = 0;

 /** checks to see if the specified interface/version is supported in this vrclient.dll */
 virtual EVRInitError IsInterfaceVersionValid( const char *pchInterfaceVersion ) = 0;

 /** Retrieves any interface from vrclient.dll */
 virtual void *GetGenericInterface( const char *pchNameAndVersion, EVRInitError *peError ) = 0;

 /** Returns true if any driver has an HMD attached. Can be called outside of Init/Cleanup */
 virtual bool BIsHmdPresent() = 0;

 /** Returns an English error string from inside vrclient.dll which might be newer than the API DLL */
 virtual const char *GetEnglishStringForHmdError( vr::EVRInitError eError ) = 0;

 /** Returns an error symbol from inside vrclient.dll which might be newer than the API DLL */
 virtual const char *GetIDForVRInitError( vr::EVRInitError eError ) = 0;
};

static const char * const IVRClientCore_Version = "IVRClientCore_003";


}

Messung V0.5 in Prozent
C=88 H=97 G=92

¤ Dauer der Verarbeitung: 0.2 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002