Public Member Functions | |
| virtual | ~CSensorListener () |
| void | StartListeningL () |
| void | StopListeningL () |
Static Public Member Functions | |
| static CSensorListener * | NewL (CLogContainer *aLogView) |
| static CSensorListener * | NewLC (CLogContainer *aLogView) |
Class: CSensorListener
Discussion: Simple sensor framework data listener. Example will implement a simple shake detection algorithm.
Definition at line 29 of file SensorListener.h.
| CSensorListener::~CSensorListener | ( | ) | [virtual] |
Destructor
Definition at line 44 of file SensorListener.cpp.
| CSensorListener * CSensorListener::NewL | ( | CLogContainer * | aLogView | ) | [static] |
Symbian two phase construction
| aLog | view to send text results for display. |
Definition at line 25 of file SensorListener.cpp.
| CSensorListener * CSensorListener::NewLC | ( | CLogContainer * | aLogView | ) | [static] |
Symbian two phase construction
| aLog | view to send text results for display. |
Definition at line 35 of file SensorListener.cpp.
| void CSensorListener::StartListeningL | ( | ) |
Start receiving sensor data
| void CSensorListener::StopListeningL | ( | ) |
Stop receiving sensor data
1.6.2