Reference time class.
Public Member Functions | |
__init__ (object pObject=None) | |
Constructor. | |
int | Add (str pName) |
Add a reference time to list. | |
Remove (int pIndex) | |
Remove a reference time from the list. | |
SetTime (int pIndex, FBTime pReferenceTime, FBTime pSystem) | |
Set a reference time. | |
FBTime | GetTime (int pIndex, FBTime pSystem) |
Get a reference time. | |
str | operator[] (int pIndex) |
Overloaded [] operator. | |
Public Attributes | |
FBPropertyBase | Count |
Read Only Property: Number of reference times. | |
FBPropertyBase | ItemIndex |
Read Write Property: Current reference time index. |
__init__ | ( | object | pObject = None | ) |
Constructor.
pObject | For internal use only(default=NULL). |
Reimplemented from FBComponent.
Add a reference time to list.
pName | Name of time to add the list. |
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
. Overloaded [] operator.
pIndex |
pIndex
. FBPropertyBase Count |
Read Only Property: Number of reference times.
FBPropertyBase ItemIndex |
Read Write Property: Current reference time index.