fdhwlib
2.0.25
|
#include <gpserror.h>
Exception for the communication with the GPS unit.
Definition at line 26 of file gpserror.h.
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) { }
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(); }