D.I.T. ( Do It Tizen! )  1.0.0
Samsung Software Membership
 All Data Structures Files Functions Macros Pages
Data Fields
Pressure Struct Reference

Pressure 모듈에 대한 구조체이다. Pressure 모듈은 Pressure Sensor를 다양한 방식으로 제어할 수 있다. More...

#include <Sensor.h>

Collaboration diagram for Pressure:
Collaboration graph

Data Fields

bool(* addCallback )(Pressure this_gen, sensor_callback sensorCallback, int timeinterval, void *data)
 
bool(* detachCallback )(Pressure this_gen)
 
bool(* On )(Pressure this_gen)
 
bool(* Off )(Pressure this_gen)
 
bool(* isSupported )(Pressure this_gen)
 
Pressure_data(* getValue )(Pressure this_gen)
 

Detailed Description

Pressure 모듈에 대한 구조체이다. Pressure 모듈은 Pressure Sensor를 다양한 방식으로 제어할 수 있다.

Note
Pressure 모듈에 대한 구조체이다.
구조체를 사용하기 전에 NewPressure() 함수를 사용해야 하며 사용이 끝났을 때 DestroyPressure() 함수를 꼭 사용해야 한다.
See Also
Tizen Native API Document - Sensor part
Precondition
feature
Warning
Pressure Sensor의 경우 device에 있는 다양한 센서들을 조합해서 사용하므로 모든 Sensor를 추가해야 한다.

The documentation for this struct was generated from the following file: