sensorfw
sfwerror.h
Go to the documentation of this file.
1
26#ifndef SFW_ERROR_H
27#define SFW_ERROR_H
28
32static const int INVALID_SESSION = -1;
33
37typedef enum
38{
49
53typedef enum
54{
68 //SaCannotAccessHwSensor,
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