fdhwlib  2.0.25
GpsError Class Reference

#include <gpserror.h>

List of all members.

Public Member Functions


Detailed Description

Exception for the communication with the GPS unit.

Definition at line 26 of file gpserror.h.


Constructor & Destructor Documentation

GpsError::~GpsError ( ) throw () [inline]

Definition at line 29 of file gpserror.h.

{}
GpsError::GpsError ( const char *  msg) throw () [inline]

Definition at line 31 of file gpserror.h.

   : runtime_error(msg) { }

Member Function Documentation

void GpsError::displayMsg ( FILE *  fout) [inline]

Definition at line 37 of file gpserror.h.

   { fprintf(fout,"GpsError: %s\n", what() ); }
const char* GpsError::getMsg ( ) [inline]

Definition at line 34 of file gpserror.h.

   { return what(); }

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