Extensions.Measure.DeviceEventSource

From emotive
Revision as of 08:24, 6 August 2014 by Nb (talk | contribs) (Created page with "Category:Measure == Classification == {{ClassificationActivity | DeviceEventSource | Measuring device used as a source for events | Term | Measure|OTX Measure extens...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Classification

Name DeviceEventSource
Short Description Measuring device used as a source for events
Class Term
Extension OTX Measure extension
Group Event related terms
Exceptions -
Checker Rules Measure_Chk001
Standard Compliant Yes

Pseudo-Code Syntax

EventSource DeviceEventSource(OtxLink device);

Description

The DeviceEventSource term is a link to a DeviceSignature, a device that is made to an event source. This term provides a sequence of OTX using a measuring as a source for the events related to the OTX EventHandling library. A measurement will trigger an event when a new output parameters from one of its services has arrived.

Return Value

The Term returns the value, see table below.

Icons Note.png In OTX, Terms are categorized according to its return data type!
Data Type Description
EventSource EventSource from a measurement.

Properties

Name Data Type Class Default Cardinality Description
Device - OtxLink - [1] The attribute represents a reference that refers to a device that is monitored.

Examples

EventSource result = DeviceEventSource(myDevice);

See also

IsDeviceEvent
GetDeviceServiceNameFromEvent