Readme.txt

(1 KB) Pobierz
Read Me file for N95 Symbian S60 RD Accelerometer plug-in.
(http://research.nokia.com/projects/activity_monitor)

Please read and accept "End User Software Agreement" in license.txt before using the plug-in.


General:

  - This SW plug-in (DLL) is meant for research and development usage only!

  - The capabilities assigned to it are listed below (application using it can not have more capabilities).
 
    LocalServices 
    Location 
    NetworkServices 
    ReadDeviceData 
    ReadUserData 
    SurroundingsDD 
    SwEvent 
    UserEnvironment 
    WriteDeviceData 
    WriteUserData


Installation:

  - Install N95AccelerometerPlugin.sis to your N95 device

  - Extract files:
    - RDAccelerometer.h and RDAccelerometerObserver.h to your SDK's \epoc32\include directory
    - *.dso and *.lib files to your SDK's \epoc32\release\armv5\LIB directory


Usage:

  - Add library RDAccelerometer.lib to your application project file
  - Derive MRDAccelerometerObserver interface class in selected application class in order to receive accelerometer data via HandleAccelerationL() method
  - Create an instance of CRDAccelerometer and give reference to above mentioned deriving class as a parameter
  - After the instance is created accelerometer data is automatically sent via HandleAccelerationL() method. Parameter values as follows (see RDAccelerometerObserver.h for more information).
     - 1G acceleration is equal to 64
     - 0G acceleration is equal to 0
     - (-1G) acceleration is equal to (-63)
  - Stop receiving accelerometer data simply by deleting the CRDAccelerometer instance

Zgłoś jeśli naruszono regulamin