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

#include "OVR_SensorImpl.h"

Inheritance diagram for OVR::BootLoaderDeviceCreateDesc:
Inheritance graph
Collaboration diagram for OVR::BootLoaderDeviceCreateDesc:
Collaboration graph

Public Member Functions

 BootLoaderDeviceCreateDesc (DeviceFactory *factory, const HIDDeviceDesc &hidDesc)
 
virtual DeviceCreateDescClone () const
 
virtual DeviceBaseNewDeviceInstance ()
 
virtual MatchResult MatchDevice (const DeviceCreateDesc &other, DeviceCreateDesc **) const
 
virtual bool MatchHIDDevice (const HIDDeviceDesc &hidDesc) const
 
virtual bool GetDeviceInfo (DeviceInfo *info) const
 
- Public Member Functions inherited from OVR::HIDDeviceCreateDesc
 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 bool UpdateMatchedCandidate (const DeviceCreateDesc &desc, bool *newDeviceFlag=NULL)
 
- 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)
 

Additional Inherited Members

- Public Types inherited from OVR::DeviceCreateDesc
enum  MatchResult { Match_None, Match_Found, Match_Candidate }
 
- Data Fields inherited from OVR::HIDDeviceCreateDesc
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
 
}; 
 

Detailed Description

Definition at line 102 of file OVR_SensorImpl.h.

Constructor & Destructor Documentation

OVR::BootLoaderDeviceCreateDesc::BootLoaderDeviceCreateDesc ( DeviceFactory factory,
const HIDDeviceDesc hidDesc 
)
inline

Definition at line 105 of file OVR_SensorImpl.h.

Member Function Documentation

virtual DeviceCreateDesc* OVR::BootLoaderDeviceCreateDesc::Clone ( ) const
inlinevirtual

Implements OVR::DeviceCreateDesc.

Definition at line 108 of file OVR_SensorImpl.h.

virtual bool OVR::BootLoaderDeviceCreateDesc::GetDeviceInfo ( DeviceInfo info) const
inlinevirtual

Implements OVR::DeviceCreateDesc.

Definition at line 135 of file OVR_SensorImpl.h.

virtual MatchResult OVR::BootLoaderDeviceCreateDesc::MatchDevice ( const DeviceCreateDesc other,
DeviceCreateDesc **   
) const
inlinevirtual

Implements OVR::DeviceCreateDesc.

Definition at line 116 of file OVR_SensorImpl.h.

virtual bool OVR::BootLoaderDeviceCreateDesc::MatchHIDDevice ( const HIDDeviceDesc hidDesc) const
inlinevirtual

Reimplemented from OVR::DeviceCreateDesc.

Definition at line 128 of file OVR_SensorImpl.h.

virtual DeviceBase* OVR::BootLoaderDeviceCreateDesc::NewDeviceInstance ( )
inlinevirtual

Implements OVR::DeviceCreateDesc.

Definition at line 114 of file OVR_SensorImpl.h.


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