Kigs Framework  Doc version 0.8
Open source multi purpose Rapid Application Development framework
Public Member Functions | List of all members
AccelerometerDevice Class Referenceabstract

#include <AccelerometerDevice.h>

Inheritance diagram for AccelerometerDevice:
AccelerometerAndroid

Public Member Functions

void getPos (kfloat &posX, kfloat &posY, kfloat &posZ)
 retreive current position More...
 

Detailed Description

Base class for accelerometer.

Attributes

Key : AccX

Key : AccY

Key : AccZ

Key : PosX

Key : PosY

Key : PosZ

Key : Rate

Key : RawAccX

Key : RawAccY

Key : RawAccZ

Key : VelX

Key : VelY

Key : VelZ

Member Function Documentation

◆ getPos()

void AccelerometerDevice::getPos ( kfloat &  posX,
kfloat &  posY,
kfloat &  posZ 
)
inline

retreive current position

Parameters
posX: position on x axis (in/out param)
posY: position on y axis (in/out param)

The documentation for this class was generated from the following files: