Public Member Functions |
|
FBDeviceInstrument (FBDevice pDevice) | |
Constructor. |
|
InstrumentRecordFrame (FBTime pRecordTime, FBDeviceNotifyInfo pNotifyInfo) | |
Record the data to the function curves for
the instrument. |
|
bool | InstrumentWriteData (FBEvaluateInfo pEvaluateInfo) |
Write data to instrument's connectors.
|
|
Public Attributes |
|
bool | Active |
Read Write Property: Is instrument
active? |
|
FBDevice | Device |
Read Write Property: Handle to owner
device. |
|
FBModelTemplate | ModelTemplate |
Read Write Property: Model template
to build instruments' structure. |
FBDeviceInstrument | ( | FBDevice | pDevice | ) |
Constructor.
pDevice | Parent device. |
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. |
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. |
Read Write Property: Model template to build instruments' structure.