org.universAAL.lddi.lib.ieeex73std.x73.p20601.dim
Interface PeriCfgScanner_Events

Package class diagram package PeriCfgScanner_Events
All Known Implementing Classes:
PeriCfgScanner

public interface PeriCfgScanner_Events

All of the event report styles listed in Table 18 are buffered equivalents to their Buffered counterparts in 6.3.9.4.5. One difference is that the scanner buffers data over the reporting interval and sends a single message at the end of the interval. A second difference is that the same objects and attributes are included in each report regardless of whether their values have changed.

Author:
lgigante
See Also:
EpiCfgScanner_Events

Method Summary
 void Buf_Scan_Report_Fixed(ScanReportInfoFixed srif)
           
 void Buf_Scan_Report_Grouped(ScanReportInfoGrouped srig)
           
 void Buf_Scan_Report_MP_Fixed(ScanReportInfoMPFixed srimpf)
           
 void Buf_Scan_Report_MP_Grouped(ScanReportInfoMPGrouped srimpg)
           
 void Buf_Scan_Report_MP_Var(ScanReportInfoMPVar srimpvar)
           
 void Buf_Scan_Report_Var(ScanReportInfoVar sriv)
           
 

Method Detail

Buf_Scan_Report_Var

void Buf_Scan_Report_Var(ScanReportInfoVar sriv)

Buf_Scan_Report_Fixed

void Buf_Scan_Report_Fixed(ScanReportInfoFixed srif)

Buf_Scan_Report_Grouped

void Buf_Scan_Report_Grouped(ScanReportInfoGrouped srig)

Buf_Scan_Report_MP_Var

void Buf_Scan_Report_MP_Var(ScanReportInfoMPVar srimpvar)

Buf_Scan_Report_MP_Fixed

void Buf_Scan_Report_MP_Fixed(ScanReportInfoMPFixed srimpf)

Buf_Scan_Report_MP_Grouped

void Buf_Scan_Report_MP_Grouped(ScanReportInfoMPGrouped srimpg)


Copyright © 2014 universAAL Consortium. All Rights Reserved.