Reference time class.
Definition at line 1411 of file fbsystem.h.
#include <fbsystem.h>
Public Member Functions | |
FBReferenceTime (HIObject pObject=NULL) | |
Constructor. | |
int | Add (const char *pName) |
Add a reference time to list. | |
void | Remove (int pIndex) |
Remove a reference time from the list. | |
void | SetTime (int pIndex, FBTime pReferenceTime, FBTime pSystem) |
Set a reference time. | |
FBTime | GetTime (int pIndex, FBTime pSystem) |
Get a reference time. | |
const char * | operator[] (int pIndex) |
Overloaded [] operator. | |
Public Attributes | |
FBPropertyInt | Count |
Read Only Property: Number of reference times. | |
FBPropertyInt | ItemIndex |
Read Write Property: Current reference time index. |
FBReferenceTime | ( | HIObject | pObject = NULL | ) |
Constructor.
pObject | For internal use only(default=NULL). |
int Add | ( | const char * | pName | ) |
Add a reference time to list.
pName | Name of time to add the list. |
void Remove | ( | int | pIndex | ) |
Remove a reference time from the list.
pIndex | Index of reference time to remove. |
Set a reference time.
pIndex | Index of reference time set. |
pReferenceTime | Time to use as reference time. |
pSystem | System time. |
Get a reference time.
pIndex | Index of reference to get. |
pSystem | System time. |
pIndex
. const char* operator[] | ( | int | pIndex | ) |
Overloaded [] operator.
pIndex |
pIndex
. Read Only Property: Number of reference times.
Definition at line 1449 of file fbsystem.h.
Read Write Property: Current reference time index.
Definition at line 1450 of file fbsystem.h.