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

Package class diagram package MDS_Events
All Known Implementing Classes:
CfgScanner, DeviceSpecialization, EpiCfgscanner, ExtendedConfiguration, MDS, p10404PulsiOximeter, p10407BloodPressure, p10408Thermometer, p10415WeighingScale, p10417Glucometer, p10441ActivityMonitor, p10442Strength, p10471ActivityHub, PeriCfgScanner, Scanner

public interface MDS_Events


Method Summary
 ConfigReportRsp MDS_Configuration_Event(ConfigReport cfgreport)
          This event is sent by the agent during the configuring state of startup if the manager does not already know the agent's configuration from past associations.
 void MDS_Dynamic_Data_Update_Fixed(ScanReportInfoFixed scanreportinfofixed)
          This event provides dynamic data (typically measurements) from the agent for some or all of the metric objects or the MDS object that the agent supports.
 void MDS_Dynamic_Data_Update_MP_Fixed(ScanReportInfoMPFixed scanreportinfompfixed)
          This is the same as MDS-Dynamic-Data-Update-Fixed, but allows inclusion of data from multiple persons.
 void MDS_Dynamic_Data_Update_MP_Var(ScanReportInfoMPVar scanreportinfompvar)
          This is the same as MDS-Dynamic-Data-Update-Var, but allows inclusion of data from multiple persons.
 void MDS_Dynamic_Data_Update_Var(ScanReportInfoVar scanreportinfovar)
          This event provides dynamic data (typically measurements) from the agent for some or all of the objects that the agent supports.
 

Method Detail

MDS_Configuration_Event

ConfigReportRsp MDS_Configuration_Event(ConfigReport cfgreport)
This event is sent by the agent during the configuring state of startup if the manager does not already know the agent's configuration from past associations. The event provides static information about the supported measurement capabilities of the agent.


MDS_Dynamic_Data_Update_Var

void MDS_Dynamic_Data_Update_Var(ScanReportInfoVar scanreportinfovar)
This event provides dynamic data (typically measurements) from the agent for some or all of the objects that the agent supports. Data for reported objects are reported using a generic attribute list variable format (see 7.4.5 for details on event report formats). The event is triggered by an MDS-Data- Request from the manager system, or it is sent as an unsolicited message by the agent. For agents that support manager-initiated measurement data transmission, refer to 8.9.3.3.3 for information on controlling the activation and/or period of the data transmission. For agents that do not support manager-initiated measurement data transmission, refer to 8.9.3.3.2 for information on the limited control a manager can assert.


MDS_Dynamic_Data_Update_Fixed

void MDS_Dynamic_Data_Update_Fixed(ScanReportInfoFixed scanreportinfofixed)
                                   throws Exception
This event provides dynamic data (typically measurements) from the agent for some or all of the metric objects or the MDS object that the agent supports. Data are reported in the fixed format defined by the Attribute-Value-Map attribute for reported metric objects or the MDS object (see 7.4.5 for details on event report formats). The event is triggered by an MDS-Data-Request from the manager system (i.e., a manager-initiated measurement data transmission), or it is sent as an unsolicited message by the agent (i.e., an agent-initiated measurement data transmission). For agents that support manager-initiated measurement data transmission, refer to 8.9.3.3.3 for information on controlling the activation and/or period of the data transmission. For agents that do not support manager-initiated measurement data transmission, refer to 8.9.3.3.2 for information on the limited control a manager can assert.

Throws:
Exception

MDS_Dynamic_Data_Update_MP_Var

void MDS_Dynamic_Data_Update_MP_Var(ScanReportInfoMPVar scanreportinfompvar)
This is the same as MDS-Dynamic-Data-Update-Var, but allows inclusion of data from multiple persons.


MDS_Dynamic_Data_Update_MP_Fixed

void MDS_Dynamic_Data_Update_MP_Fixed(ScanReportInfoMPFixed scanreportinfompfixed)
This is the same as MDS-Dynamic-Data-Update-Fixed, but allows inclusion of data from multiple persons.



Copyright © 2014 universAAL Consortium. All Rights Reserved.