|
FileExporterPublishFrame(IFrame, Int32) Method
|
Process frame of time-aligned measurements that arrived within the defined lag time.
Namespace: EpriExportAssembly: EpriExport (in EpriExport.dll) Version: 2.4.207-beta
Syntax protected virtual void PublishFrame(
IFrame frame,
int index
)
Protected Overridable Sub PublishFrame (
frame As IFrame,
index As Integer
)
protected:
virtual void PublishFrame(
IFrame^ frame,
int index
)
abstract PublishFrame :
frame : IFrame *
index : int -> unit
override PublishFrame :
frame : IFrame *
index : int -> unit
function PublishFrame(frame, index);
View SourceParameters
- frame IFrame
- IFrame of measurements that arrived within lag time and are ready for processing.
- index Int32
- Index of IFrame within one second of data ranging from zero to frames per second - 1.
See Also