LinearAccelation 모듈에 대한 구조체이다. LinearAccelation 모듈은 LinearAccelation Sensor를 다양한 방식으로 제어할 수 있다.
More...
#include <Sensor.h>
|
bool(* | addCallback )(LinearAccelation this_gen, sensor_callback sensorCallback, int timeinterval, void *data) |
|
bool(* | detachCallback )(LinearAccelation this_gen) |
|
bool(* | On )(LinearAccelation this_gen) |
|
bool(* | Off )(LinearAccelation this_gen) |
|
bool(* | isSupported )(LinearAccelation this_gen) |
|
LinearAcceleration_data(* | getValue )(LinearAccelation this_gen) |
|
LinearAccelation 모듈에 대한 구조체이다. LinearAccelation 모듈은 LinearAccelation Sensor를 다양한 방식으로 제어할 수 있다.
- Note
- LinearAccelation 모듈에 대한 구조체이다.
구조체를 사용하기 전에 NewLinearAccelation() 함수를 사용해야 하며 사용이 끝났을 때 DestroyLinearAccelation() 함수를 꼭 사용해야 한다.
- See Also
- Tizen Native API Document - Sensor part
- Precondition
- feature
The documentation for this struct was generated from the following file: