sensorfw
sfwerror.h
Go to the documentation of this file.
1 
26 #ifndef SFW_ERROR_H
27 #define SFW_ERROR_H
28 
32 static const int INVALID_SESSION = -1;
33 
37 typedef enum
38 {
39  SmNoError = 0,
49 
53 typedef enum
54 {
55  SNoError = 0,
68  //SaCannotAccessHwSensor,
73 } SensorError;
74 
75 #endif // SFW_ERROR_H
SensorError
Enumeration about sensor error states.
Definition: sfwerror.h:53
SensorManagerError
Enumeration about SensorManager error states.
Definition: sfwerror.h:37