#include <NokovSDKClient.h>
|
bool | DecodeTimecode (unsigned int inTimecode, unsigned int inTimecodeSubframe, int *hour, int *minute, int *second, int *frame, int *subframe) |
|
int | FreeDataDescriptions (sDataDescriptions *pDataDescriptions) |
|
int | GetDataDescriptions (sDataDescriptions **pDataDescriptions) |
|
int | GetDataDescriptionsEx (sDataDescriptions **pDataDescriptions) |
|
sFrameOfMocapData * | GetLastFrameOfMocapData () |
|
int | GetServerDescription (sServerDescription *pServerDescription) |
|
int | GetTposeDataDescriptions (char *name, sDataDescriptions **pDataDescriptions) |
|
int | Initialize (char *szServerAddress) |
|
int | NokovCopyFrame (const sFrameOfMocapData *pSrc, sFrameOfMocapData *pDst) |
|
int | NokovFreeFrame (sFrameOfMocapData *pDst) |
|
| NokovSDKClient () |
|
void | NokovSDKVersion (unsigned char Version[4]) |
|
int | SetDataCallback (void(*CallbackFunction)(sFrameOfMocapData *pFrameOfData, void *pUserData), void *pUserData=0) |
|
int | SetForcePlateCallback (void(*CallbackFunction)(sForcePlates *pForcePlate, void *pUserData), void *pUserData=0) |
|
int | SetMessageCallback (void(*CallbackFunction)(int id, char *szTraceMessage)) |
|
int | SetNotifyMsgCallback (void(*CallbackFunc)(sNotifyMsg *pNotify, void *pUserData), void *pUserData=0) |
|
void | SetVerbosityLevel (int level) |
|
bool | TimecodeStringify (unsigned int inTimecode, unsigned int inTimecodeSubframe, char *Buffer, int BufferSize) |
|
int | Uninitialize () |
|
int | WaitForForcePlateInit (long time=0) |
|
| ~NokovSDKClient () |
|
Definition at line 34 of file NokovSDKClient.h.
◆ NokovSDKClient()
NokovSDKClient::NokovSDKClient |
( |
| ) |
|
◆ ~NokovSDKClient()
NokovSDKClient::~NokovSDKClient |
( |
| ) |
|
◆ DecodeTimecode()
bool NokovSDKClient::DecodeTimecode |
( |
unsigned int |
inTimecode, |
|
|
unsigned int |
inTimecodeSubframe, |
|
|
int * |
hour, |
|
|
int * |
minute, |
|
|
int * |
second, |
|
|
int * |
frame, |
|
|
int * |
subframe |
|
) |
| |
◆ FreeDataDescriptions()
◆ GetDataDescriptions()
◆ GetDataDescriptionsEx()
◆ GetLastFrameOfMocapData()
◆ GetServerDescription()
◆ GetTposeDataDescriptions()
int NokovSDKClient::GetTposeDataDescriptions |
( |
char * |
name, |
|
|
sDataDescriptions ** |
pDataDescriptions |
|
) |
| |
◆ Initialize()
int NokovSDKClient::Initialize |
( |
char * |
szServerAddress | ) |
|
◆ NokovCopyFrame()
◆ NokovFreeFrame()
◆ NokovSDKVersion()
void NokovSDKClient::NokovSDKVersion |
( |
unsigned char |
Version[4] | ) |
|
◆ SetDataCallback()
int NokovSDKClient::SetDataCallback |
( |
void(*)(sFrameOfMocapData *pFrameOfData, void *pUserData) |
CallbackFunction, |
|
|
void * |
pUserData = 0 |
|
) |
| |
◆ SetForcePlateCallback()
int NokovSDKClient::SetForcePlateCallback |
( |
void(*)(sForcePlates *pForcePlate, void *pUserData) |
CallbackFunction, |
|
|
void * |
pUserData = 0 |
|
) |
| |
◆ SetMessageCallback()
int NokovSDKClient::SetMessageCallback |
( |
void(*)(int id, char *szTraceMessage) |
CallbackFunction | ) |
|
◆ SetNotifyMsgCallback()
int NokovSDKClient::SetNotifyMsgCallback |
( |
void(*)(sNotifyMsg *pNotify, void *pUserData) |
CallbackFunc, |
|
|
void * |
pUserData = 0 |
|
) |
| |
◆ SetVerbosityLevel()
void NokovSDKClient::SetVerbosityLevel |
( |
int |
level | ) |
|
◆ TimecodeStringify()
bool NokovSDKClient::TimecodeStringify |
( |
unsigned int |
inTimecode, |
|
|
unsigned int |
inTimecodeSubframe, |
|
|
char * |
Buffer, |
|
|
int |
BufferSize |
|
) |
| |
◆ Uninitialize()
int NokovSDKClient::Uninitialize |
( |
| ) |
|
◆ WaitForForcePlateInit()
int NokovSDKClient::WaitForForcePlateInit |
( |
long |
time = 0 | ) |
|
◆ m_pClientCore
ClientCore* NokovSDKClient::m_pClientCore |
|
private |
The documentation for this class was generated from the following file: