GPSPositionMockup Class Reference

GPSPositionMockup class does nothing. More...

#include <gpspositionmockup.h>

Inheritance diagram for GPSPositionMockup:
Inheritance graph
[legend]
Collaboration diagram for GPSPositionMockup:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 GPSPositionMockup (QObject *parent=0)
 Constructor.
 ~GPSPositionMockup ()
 Destructor.
bool isRunning ()
 Checks if GPS is running.
void lastPosition ()
 Informs gps to emit last known position.
void setUpdateInterval (int interval)
 Set GPS update interval.
void setMode (Mode mode, const QString &filePath=0)
 Set GPS mode.
void start ()
 Start GPS.
void stop ()
 Stop GPS.

Private Slots

void update ()
 Slot for GPS update request.

Detailed Description

GPSPositionMockup class does nothing.

Class is used when compiling in desktop.


Constructor & Destructor Documentation

GPSPositionMockup::GPSPositionMockup ( QObject *  parent = 0  ) 

Constructor.

Parameters:
parent QObject

Member Function Documentation

bool GPSPositionMockup::isRunning (  )  [virtual]

Checks if GPS is running.

RETURNS FALSE.

Returns:
true if GPS running, false otherwise

Implements GPSPositionInterface.

void GPSPositionMockup::lastPosition (  )  [virtual]

Informs gps to emit last known position.

DOES NOTHING.

Implements GPSPositionInterface.

void GPSPositionMockup::setMode ( Mode  mode,
const QString &  filePath = 0 
) [virtual]

Set GPS mode.

DOES NOTHING.

Parameters:
mode GPS mode
filePath file path to NMEA file if simulation mode is used

Implements GPSPositionInterface.

void GPSPositionMockup::setUpdateInterval ( int  interval  )  [virtual]

Set GPS update interval.

DOES NOTHING.

Returns:
interval interval in milliseconds

Implements GPSPositionInterface.

void GPSPositionMockup::start (  )  [virtual]

Start GPS.

DOES NOTHING.

Implements GPSPositionInterface.

void GPSPositionMockup::stop (  )  [virtual]

Stop GPS.

DOES NOTHING.

Implements GPSPositionInterface.

void GPSPositionMockup::update (  )  [private, virtual, slot]

Slot for GPS update request.

DOES NOTHING.

Implements GPSPositionInterface.


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

Generated on Fri May 14 11:57:16 2010 for Situare client for Maemo by  doxygen 1.6.1