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,
40
SmNotConnected
,
41
SmCanNotRegisterService
,
42
SmCanNotRegisterObject
,
43
SmAlreadyUnderControl
,
44
SmIdNotRegistered
,
45
SmFactoryNotRegistered
,
46
SmNotInstantiated
,
47
SmAdaptorNotStarted
48
}
SensorManagerError
;
49
53
typedef
enum
54
{
55
SNoError
= 0,
56
SSensorNotValid
,
57
SAdaptorNotStarted
,
58
SAdaptorNotObtained
,
59
SAdaptorNotInitialized
,
60
SHardwareIdNotInitialized
,
61
SRingBufferNotFound
,
62
SJoinFailed
,
63
SHwSensorStartFailed
,
64
SCannotAccessHwSensor
,
65
SPropertyGetError
,
66
SPropertySetError
,
67
SClientSocketError
,
68
//SaCannotAccessHwSensor,
69
SaCannotAccessSensor
,
70
SaAccessNotAllowed
,
71
SaPropertyDoesNotExist
,
72
SaValueOutOfRange
,
73
}
SensorError
;
74
75
#endif // SFW_ERROR_H
SNoError
Definition:
sfwerror.h:55
SmAdaptorNotStarted
Definition:
sfwerror.h:47
SensorError
SensorError
Enumeration about sensor error states.
Definition:
sfwerror.h:53
SAdaptorNotInitialized
Definition:
sfwerror.h:59
SRingBufferNotFound
Definition:
sfwerror.h:61
SSensorNotValid
Definition:
sfwerror.h:56
SJoinFailed
Definition:
sfwerror.h:62
SAdaptorNotStarted
Definition:
sfwerror.h:57
SmNoError
Definition:
sfwerror.h:39
SAdaptorNotObtained
Definition:
sfwerror.h:58
SmNotInstantiated
Definition:
sfwerror.h:46
SHwSensorStartFailed
Definition:
sfwerror.h:63
SmCanNotRegisterService
Definition:
sfwerror.h:41
SmCanNotRegisterObject
Definition:
sfwerror.h:42
SaPropertyDoesNotExist
Definition:
sfwerror.h:71
SmFactoryNotRegistered
Definition:
sfwerror.h:45
SClientSocketError
Definition:
sfwerror.h:67
SensorManagerError
SensorManagerError
Enumeration about SensorManager error states.
Definition:
sfwerror.h:37
SmAlreadyUnderControl
Definition:
sfwerror.h:43
SmIdNotRegistered
Definition:
sfwerror.h:44
SaAccessNotAllowed
Definition:
sfwerror.h:70
SHardwareIdNotInitialized
Definition:
sfwerror.h:60
SPropertyGetError
Definition:
sfwerror.h:65
SaCannotAccessSensor
Definition:
sfwerror.h:69
SPropertySetError
Definition:
sfwerror.h:66
SaValueOutOfRange
Definition:
sfwerror.h:72
SCannotAccessHwSensor
Definition:
sfwerror.h:64
SmNotConnected
Definition:
sfwerror.h:40
include
sfwerror.h
Generated by
1.8.14