IOT Dash
Public Member Functions | List of all members
IotDash.Parsing.IInterfaceEvaluationContext Interface Reference
Inheritance diagram for IotDash.Parsing.IInterfaceEvaluationContext:
Inheritance graph
[legend]

Public Member Functions

TValue GetValue (string topic)
 
DateTime GetNow ()
 

Detailed Description

Represents a context of a single evaluation. The context stores values of various MQTT topics. Evaluation must be a fast, synchronous operation, so waiting for MQTT messages is no feasible.

Member Function Documentation

◆ GetValue()

TValue IotDash.Parsing.IInterfaceEvaluationContext.GetValue ( string  topic)

Get last value on given topic .

Parameters
topicThe topic to inspect.
Returns
The value of the topic.

Implemented in Tests.Adapters.TestEvaluationContext.


The documentation for this interface was generated from the following file: