Class SPSensor
- java.lang.Object
-
- org.apache.streampipes.vocabulary.SPSensor
-
public class SPSensor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringACCELERATION_Xstatic StringACCELERATION_Ystatic StringACCELERATION_Zstatic StringAMBIENT_LIGHTstatic StringGYROSCOPE_Xstatic StringGYROSCOPE_Ystatic StringGYROSCOPE_Zstatic StringIMAGEstatic StringMAGNETOMETER_Xstatic StringMAGNETOMETER_Ystatic StringMAGNETOMETER_Zstatic StringSTATEstatic StringTEMPERATURE
-
Constructor Summary
Constructors Constructor Description SPSensor()
-
-
-
Field Detail
-
ACCELERATION_X
public static final String ACCELERATION_X
- See Also:
- Constant Field Values
-
ACCELERATION_Y
public static final String ACCELERATION_Y
- See Also:
- Constant Field Values
-
ACCELERATION_Z
public static final String ACCELERATION_Z
- See Also:
- Constant Field Values
-
GYROSCOPE_X
public static final String GYROSCOPE_X
- See Also:
- Constant Field Values
-
GYROSCOPE_Y
public static final String GYROSCOPE_Y
- See Also:
- Constant Field Values
-
GYROSCOPE_Z
public static final String GYROSCOPE_Z
- See Also:
- Constant Field Values
-
MAGNETOMETER_X
public static final String MAGNETOMETER_X
- See Also:
- Constant Field Values
-
MAGNETOMETER_Y
public static final String MAGNETOMETER_Y
- See Also:
- Constant Field Values
-
MAGNETOMETER_Z
public static final String MAGNETOMETER_Z
- See Also:
- Constant Field Values
-
TEMPERATURE
public static final String TEMPERATURE
- See Also:
- Constant Field Values
-
AMBIENT_LIGHT
public static final String AMBIENT_LIGHT
- See Also:
- Constant Field Values
-
IMAGE
public static final String IMAGE
- See Also:
- Constant Field Values
-
STATE
public static final String STATE
- See Also:
- Constant Field Values
-
-