Instrument abstraction layer.
Public Member Functions | |
bool | FbxStore (FBFbxObject pFbxObject, kFbxObjectStore pStoreWhat) |
Storage/Retrieval of information into the FBX file format. | |
bool | FbxRetrieve (FBFbxObject pFbxObject, kFbxObjectStore pStoreWhat) |
__init__ (FBDevice pDevice) | |
Constructor. | |
bool | InstrumentWriteData (FBEvaluateInfo pEvaluateInfo) |
Write data to instrument's connectors. | |
InstrumentRecordFrame (FBTime pRecordTime, FBDeviceNotifyInfo pNotifyInfo) | |
Record the data to the function curves for the instrument. | |
Public Attributes | |
FBPropertyDevice | Device |
Read Write Property: Handle to owner device. | |
FBPropertyBase | Active |
Read Write Property: Is instrument active?. | |
FBPropertyModelTemplate | ModelTemplate |
Read Write Property: Model template to build instruments' structure. |
bool FbxStore | ( | FBFbxObject | pFbxObject, |
kFbxObjectStore | pStoreWhat | ||
) |
Storage/Retrieval of information into the FBX file format.
pFbxObject | Object to interface with FBX file format. |
pStoreWhat | Attributes to store in FBX file. |
bool FbxRetrieve | ( | FBFbxObject | pFbxObject, |
kFbxObjectStore | pStoreWhat | ||
) |
__init__ | ( | FBDevice | pDevice | ) |
bool InstrumentWriteData | ( | FBEvaluateInfo | pEvaluateInfo | ) |
Write data to instrument's connectors.
In the evaluation engine callback, this will take the data in the instrument's temporary data holders and write it to the connectors.
pEvaluateInfo | Evaluation information structure. |
InstrumentRecordFrame | ( | FBTime | pRecordTime, |
FBDeviceNotifyInfo | pNotifyInfo | ||
) |
Record the data to the function curves for the instrument.
pRecordTime | Time to record data at. |
pNotifyInfo | Device notification information structure. |
FBPropertyDevice Device |
Read Write Property: Handle to owner device.
FBPropertyBase Active |
Read Write Property: Is instrument active?.
FBPropertyModelTemplate ModelTemplate |
Read Write Property: Model template to build instruments' structure.