A Simple Example SensorInterface

sensorInterface exampleInterface /**This is the description for the Example Interface*/ {
    encoding SENSIDL_BINARY with BIG_ENDIAN alignment 1 BIT
    sensorData {
        dataSet ExampleDataSet {
            firstData as UINT8 constant value ="1" /**This is the description for the NonMeasurementData*/
            secondData as FLOAT in Dimensionless adjusted by linear mapping [0;255]=> [0;1] /**This is the description for the MeasurementData*/
        }
    }
}