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
SensorManagerError
Enumeration about SensorManager error states.
Definition: sfwerror.h:38
@ SmFactoryNotRegistered
Definition: sfwerror.h:45
@ SmIdNotRegistered
Definition: sfwerror.h:44
@ SmNotInstantiated
Definition: sfwerror.h:46
@ SmNoError
Definition: sfwerror.h:39
@ SmAdaptorNotStarted
Definition: sfwerror.h:47
@ SmCanNotRegisterService
Definition: sfwerror.h:41
@ SmNotConnected
Definition: sfwerror.h:40
@ SmCanNotRegisterObject
Definition: sfwerror.h:42
@ SmAlreadyUnderControl
Definition: sfwerror.h:43
SensorError
Enumeration about sensor error states.
Definition: sfwerror.h:54
@ SAdaptorNotObtained
Definition: sfwerror.h:58
@ SJoinFailed
Definition: sfwerror.h:62
@ SaCannotAccessSensor
Definition: sfwerror.h:69
@ SaValueOutOfRange
Definition: sfwerror.h:72
@ SNoError
Definition: sfwerror.h:55
@ SHardwareIdNotInitialized
Definition: sfwerror.h:60
@ SHwSensorStartFailed
Definition: sfwerror.h:63
@ SaPropertyDoesNotExist
Definition: sfwerror.h:71
@ SSensorNotValid
Definition: sfwerror.h:56
@ SPropertyGetError
Definition: sfwerror.h:65
@ SaAccessNotAllowed
Definition: sfwerror.h:70
@ SPropertySetError
Definition: sfwerror.h:66
@ SClientSocketError
Definition: sfwerror.h:67
@ SAdaptorNotStarted
Definition: sfwerror.h:57
@ SRingBufferNotFound
Definition: sfwerror.h:61
@ SAdaptorNotInitialized
Definition: sfwerror.h:59
@ SCannotAccessHwSensor
Definition: sfwerror.h:64