SRanipal C SDK
1.3.2.0
SRanipal C SDK document
|
Enumerations | |
enum | AnipalStatus { ANIPAL_STATUS_ERROR, ANIPAL_STATUS_IDLE, ANIPAL_STATUS_WORKING } |
Functions | |
int | Initial (int anipalType, void *config) |
int | Release (int anipalType) |
int | GetStatus (int anipalType, AnipalStatus *status) |
int | SRanipal_GetVersion (char *&version) |
Animation pal
An enum type of the status of the specific anipal engine.
int ViveSR::anipal::GetStatus | ( | int | anipalType, |
AnipalStatus * | status | ||
) |
Gets the status of an anipal module.
anipalType | The index of an anipal module. |
status | The status of an anipal module. |
int ViveSR::anipal::Initial | ( | int | anipalType, |
void * | config | ||
) |
Invokes an anipal module.
anipalType | The index of an anipal module. |
config |
int ViveSR::anipal::Release | ( | int | anipalType | ) |
Turn off and release the specific anipal engine.
anipalType | The index of an anipal module. |
int ViveSR::anipal::SRanipal_GetVersion | ( | char *& | version | ) |
Gets the SRanipal version
version | Represented by four integer |