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

#include <CompassDevice.h>

Inheritance diagram for CompassDevice:
CompassAndroid

Public Member Functions

 CompassDevice (const kstl::string &name, DECLARE_CLASS_NAME_TREE_ARG)
 buttons list More...
 
void getPos (kfloat &posX, kfloat &posY, kfloat &posZ)
 retreive current position More...
 

Detailed Description

Base class for compass management.

Constructor & Destructor Documentation

◆ CompassDevice()

CompassDevice::CompassDevice ( const kstl::string &  name,
DECLARE_CLASS_NAME_TREE_ARG   
)

buttons list

constructor

Parameters
name: instance name
DECLARE_CLASS_NAME_TREE_ARG: list of arguments

Member Function Documentation

◆ getPos()

void CompassDevice::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: