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

Package class diagram package EpiCfgScanner_Events
All Known Implementing Classes:
EpiCfgscanner

public interface EpiCfgScanner_Events

The EpiCfgScanner class represents a class that can be instantiated. EpiCfgScanner objects are used to send reports containing episodic data, that is, data not having a fixed period between each data value. A report is sent whenever one of the observed attributes changes value; however, two consecutive event reports shall not have a time interval less than the value of the Min-Reporting-Interval attribute.

Author:
lgigante

Method Summary
 void Unbuf_Scan_Report_Fixed(ScanReportInfoFixed srif)
          Unbuf-Scan-Report-Fixed: This event style is used whenever data values change and the fixed message format of each object is used to report data that changed.
 void Unbuf_Scan_Report_Grouped(ScanReportInfoGrouped srig)
          Unbuf-Scan-Report-Grouped: This style is used when the scanner object is used to send the data in its most compact format.
 void Unbuf_Scan_Report_MP_Fixed(ScanReportInfoMPFixed srimpf)
          Unbuf-Scan-Report-MP-Fixed: This is the same as Unbuf-Scan-Report-Fixed, but allows inclusion of data from multiple persons.
 void Unbuf_Scan_Report_MP_Grouped(ScanReportInfoMPGrouped srimpg)
          Unbuf-Scan-Report-MP-Grouped: This is the same as Unbuf-Scan-Report-Grouped, but allows inclusion of data from multiple persons.
 void Unbuf_Scan_Report_MP_Var(ScanReportInfoMPVar srimpvar)
          Unbuf-Scan-Report-MP-Var: This is the same as Unbuf-Scan-Report-Var, but allows inclusion of data from multiple persons.
 void Unbuf_Scan_Report_Var(ScanReportInfoVar sriv)
          Unbuf-Scan-Report-Var: This event style reports summary data about any objects and attributes that the scanner monitors.
 

Method Detail

Unbuf_Scan_Report_Var

void Unbuf_Scan_Report_Var(ScanReportInfoVar sriv)
Unbuf-Scan-Report-Var: This event style reports summary data about any objects and attributes that the scanner monitors. The event is triggered whenever data values change and the variable message format (type/length/value) is used when reporting data that changed.


Unbuf_Scan_Report_Fixed

void Unbuf_Scan_Report_Fixed(ScanReportInfoFixed srif)
Unbuf-Scan-Report-Fixed: This event style is used whenever data values change and the fixed message format of each object is used to report data that changed.


Unbuf_Scan_Report_Grouped

void Unbuf_Scan_Report_Grouped(ScanReportInfoGrouped srig)
Unbuf-Scan-Report-Grouped: This style is used when the scanner object is used to send the data in its most compact format. The Handle-Attr-Val-Map attribute describes the objects and attributes that are included and the format of the message.


Unbuf_Scan_Report_MP_Var

void Unbuf_Scan_Report_MP_Var(ScanReportInfoMPVar srimpvar)
Unbuf-Scan-Report-MP-Var: This is the same as Unbuf-Scan-Report-Var, but allows inclusion of data from multiple persons.


Unbuf_Scan_Report_MP_Fixed

void Unbuf_Scan_Report_MP_Fixed(ScanReportInfoMPFixed srimpf)
Unbuf-Scan-Report-MP-Fixed: This is the same as Unbuf-Scan-Report-Fixed, but allows inclusion of data from multiple persons.


Unbuf_Scan_Report_MP_Grouped

void Unbuf_Scan_Report_MP_Grouped(ScanReportInfoMPGrouped srimpg)
Unbuf-Scan-Report-MP-Grouped: This is the same as Unbuf-Scan-Report-Grouped, but allows inclusion of data from multiple persons.



Copyright © 2014 universAAL Consortium. All Rights Reserved.