Developing Apama Applications > EPL Streams: A Quick Tour > Example events for stream queries
Example events for stream queries
The following events are used by the stream query examples:
event Temperature {
string sensorId;
float temperature;
}
 
event Pressure {
string sensorId;
float pressure;
}
 
event TemperatureAndPressure {
string sensorId;
float temperature;
float pressure;
}
Copyright © 2013-2015 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.