Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
OVR::HIDDeviceCreateDesc Class Reference

#include "OVR_HIDDeviceImpl.h"

Inheritance diagram for OVR::HIDDeviceCreateDesc:
Inheritance graph
Collaboration diagram for OVR::HIDDeviceCreateDesc:
Collaboration graph

Public Member Functions

 HIDDeviceCreateDesc (DeviceFactory *factory, DeviceType type, const HIDDeviceDesc &hidDesc)
 
 HIDDeviceCreateDesc (const HIDDeviceCreateDesc &other)
 
virtual bool MatchDevice (const String &path)
 
- Public Member Functions inherited from OVR::DeviceCreateDesc
 DeviceCreateDesc (DeviceFactory *factory, DeviceType type)
 
virtual ~DeviceCreateDesc ()
 
DeviceManagerImplGetManagerImpl () const
 
LockGetLock () const
 
void AddRef ()
 
void Release ()
 
virtual DeviceCreateDescClone () const =0
 
virtual DeviceBaseNewDeviceInstance ()=0
 
virtual bool GetDeviceInfo (DeviceInfo *info) const =0
 
virtual MatchResult MatchDevice (const DeviceCreateDesc &other, DeviceCreateDesc **pcandidate) const =0
 
virtual bool UpdateMatchedCandidate (const DeviceCreateDesc &desc, bool *newDeviceFlag=NULL)
 
virtual bool MatchHIDDevice (const HIDDeviceDesc &) const
 
- Public Member Functions inherited from OVR::ListNode< DeviceCreateDesc >
void RemoveNode ()
 
void ReplaceNodeWith (DeviceCreateDesc *pnew)
 
void InsertNodeAfter (DeviceCreateDesc *p)
 
void InsertNodeBefore (DeviceCreateDesc *p)
 
void Alloc_MoveTo (ListNode< DeviceCreateDesc > *pdest)
 

Data Fields

HIDDeviceDesc HIDDesc
 
- Data Fields inherited from OVR::DeviceCreateDesc
DeviceFactory *const pFactory
 
const DeviceType Type
 
Ptr< DeviceManagerLockpLock
 
AtomicInt< UInt32HandleCount
 
DeviceBasepDevice
 
bool Enumerated
 
- Data Fields inherited from OVR::ListNode< DeviceCreateDesc >
union {
T * pPrev
 
void * pVoidPrev
 
}; 
 
union {
T * pNext
 
void * pVoidNext
 
}; 
 

Additional Inherited Members

- Public Types inherited from OVR::DeviceCreateDesc
enum  MatchResult { Match_None, Match_Found, Match_Candidate }
 

Detailed Description

Definition at line 36 of file OVR_HIDDeviceImpl.h.

Constructor & Destructor Documentation

OVR::HIDDeviceCreateDesc::HIDDeviceCreateDesc ( DeviceFactory factory,
DeviceType  type,
const HIDDeviceDesc hidDesc 
)
inline

Definition at line 39 of file OVR_HIDDeviceImpl.h.

OVR::HIDDeviceCreateDesc::HIDDeviceCreateDesc ( const HIDDeviceCreateDesc other)
inline

Definition at line 41 of file OVR_HIDDeviceImpl.h.

Member Function Documentation

virtual bool OVR::HIDDeviceCreateDesc::MatchDevice ( const String path)
inlinevirtual

Reimplemented from OVR::DeviceCreateDesc.

Definition at line 44 of file OVR_HIDDeviceImpl.h.

Field Documentation

HIDDeviceDesc OVR::HIDDeviceCreateDesc::HIDDesc

Definition at line 50 of file OVR_HIDDeviceImpl.h.


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