This reference page is linked to from the following overview topics: MotionBuilder 2013.
#include <fbcore.h>
Public Member Functions | |
FBSyncReference (const char *pName, HIObject pObject=NULL) | |
Constructor. | |
void | Sync (int pSyncId) |
Notify sync. | |
int | GetSyncCount () |
Return sync count. | |
FBTime | GetTimeOfLastSync () |
Last sync time. | |
FBTime | GetTimeOfNextSync () |
Next sync time. | |
Public Attributes | |
FBPropertyBool | Active |
Read Write Property: Activate sync. | |
FBPropertyTime | SamplingPeriod |
Read Write Property: Sampling period. |
FBSyncReference | ( | const char * | pName, |
HIObject | pObject = NULL |
||
) |
Constructor.
pName | Synchronization reference name. |
pObject | For internal use only (default is NULL). |
void Sync | ( | int | pSyncId | ) |
int GetSyncCount | ( | ) |
Return sync count.
FBTime GetTimeOfLastSync | ( | ) |
Last sync time.
FBTime GetTimeOfNextSync | ( | ) |
Next sync time.
Read Write Property: Activate sync.
Read Write Property: Sampling period.