sa_sensor_light_api.h File Reference

Go to the source code of this file.

Defines

#define DECLARE_SENSOR_light   Sensor_light* iSensor_light
#define SENSOR_LIGHT_DESTROY   delete_Sensor_light(self->iSensor_light); self->iSensor_light = NULL;
#define SENSOR_LIGHT_CREATE
#define SENSOR_LIGHT_START   sa_typical_qt_sensor_create(self->iSensor_light = new_Sensor_light(self->ac), "light sensor initialization")
#define SENSOR_LIGHT_STOP   SENSOR_LIGHT_DESTROY
#define SENSOR_LIGHT_IS_RUNNING   (self->iSensor_light != NULL)
#define SENSOR_LIGHT_RECONFIGURE(key, value)   sa_reconfigure_ignore_all_keys

Functions

Sensor_lightnew_Sensor_light (ac_AppContext *aAppContext)
void delete_Sensor_light (Sensor_light *obj)

Define Documentation

#define DECLARE_SENSOR_light   Sensor_light* iSensor_light

Definition at line 19 of file sa_sensor_light_api.h.

#define SENSOR_LIGHT_CREATE

Definition at line 21 of file sa_sensor_light_api.h.

#define SENSOR_LIGHT_DESTROY   delete_Sensor_light(self->iSensor_light); self->iSensor_light = NULL;

Definition at line 20 of file sa_sensor_light_api.h.

#define SENSOR_LIGHT_IS_RUNNING   (self->iSensor_light != NULL)

Definition at line 24 of file sa_sensor_light_api.h.

#define SENSOR_LIGHT_RECONFIGURE ( key,
value   )     sa_reconfigure_ignore_all_keys

Definition at line 25 of file sa_sensor_light_api.h.

#define SENSOR_LIGHT_START   sa_typical_qt_sensor_create(self->iSensor_light = new_Sensor_light(self->ac), "light sensor initialization")

Definition at line 22 of file sa_sensor_light_api.h.

#define SENSOR_LIGHT_STOP   SENSOR_LIGHT_DESTROY

Definition at line 23 of file sa_sensor_light_api.h.


Function Documentation

void delete_Sensor_light ( Sensor_light obj  ) 

Definition at line 36 of file sa_sensor_light_qt.cpp.

Sensor_light* new_Sensor_light ( ac_AppContext aAppContext  ) 

Definition at line 31 of file sa_sensor_light_qt.cpp.

References Sensor_light::Sensor_light().


ContextLogger2—ContextLogger2 Logger Daemon Internals—Generated on Mon May 2 13:50:01 2011 by Doxygen 1.6.1