#include <OniDriverAPI.h>
|
| virtual OniStatus | convertDepthToColorCoordinates (StreamBase *, int, int, OniDepthPixel, int *, int *) |
| |
| virtual OniStatus | getProperty (int, void *, int *) |
| |
| virtual int | getRequiredFrameSize () |
| |
| virtual OniStatus | invoke (int, void *, int) |
| |
| virtual OniBool | isCommandSupported (int) |
| |
| virtual OniBool | isPropertySupported (int) |
| |
| virtual void | notifyAllProperties () |
| |
| virtual void | setNewFrameCallback (NewFrameCallback handler, void *pCookie) |
| |
| virtual OniStatus | setProperty (int, const void *, int) |
| |
| virtual void | setPropertyChangedCallback (PropertyChangedCallback handler, void *pCookie) |
| |
| virtual void | setServices (StreamServices *pStreamServices) |
| |
| virtual OniStatus | start ()=0 |
| |
| virtual void | stop ()=0 |
| |
| | StreamBase () |
| |
| virtual | ~StreamBase () |
| |
Definition at line 65 of file OniDriverAPI.h.
| oni::driver::StreamBase::StreamBase |
( |
| ) |
|
|
inline |
| virtual oni::driver::StreamBase::~StreamBase |
( |
| ) |
|
|
inlinevirtual |
| virtual OniStatus oni::driver::StreamBase::getProperty |
( |
int |
, |
|
|
void * |
, |
|
|
int * |
|
|
) |
| |
|
inlinevirtual |
| virtual int oni::driver::StreamBase::getRequiredFrameSize |
( |
| ) |
|
|
inlinevirtual |
| virtual OniStatus oni::driver::StreamBase::invoke |
( |
int |
, |
|
|
void * |
, |
|
|
int |
|
|
) |
| |
|
inlinevirtual |
| virtual OniBool oni::driver::StreamBase::isCommandSupported |
( |
int |
| ) |
|
|
inlinevirtual |
| virtual OniBool oni::driver::StreamBase::isPropertySupported |
( |
int |
| ) |
|
|
inlinevirtual |
| virtual void oni::driver::StreamBase::notifyAllProperties |
( |
| ) |
|
|
inlinevirtual |
| void oni::driver::StreamBase::raiseNewFrame |
( |
OniFrame * |
pFrame | ) |
|
|
inlineprotected |
| void oni::driver::StreamBase::raisePropertyChanged |
( |
int |
propertyId, |
|
|
const void * |
data, |
|
|
int |
dataSize |
|
) |
| |
|
inlineprotected |
| virtual OniStatus oni::driver::StreamBase::setProperty |
( |
int |
, |
|
|
const void * |
, |
|
|
int |
|
|
) |
| |
|
inlinevirtual |
| virtual OniStatus oni::driver::StreamBase::start |
( |
| ) |
|
|
pure virtual |
| virtual void oni::driver::StreamBase::stop |
( |
| ) |
|
|
pure virtual |
| void* oni::driver::StreamBase::m_newFrameCallbackCookie |
|
private |
| void* oni::driver::StreamBase::m_propertyChangedCookie |
|
private |
The documentation for this class was generated from the following file: