fdhwlib
2.0.25
|
#include <gpsclockcmds.h>
Instruction set for control of the gpsclock.
Load almanac from file + save to file
Controls for the second adjustment
Definition at line 189 of file gpsclockcmds.h.
GpsClockCmds::GpsClockCmds | ( | GpsClock * | gps | ) |
Create instruction set for gpsclock.
GpsClockCmds::GpsClockCmds | ( | GpsServer * | gpsserver | ) |
Create instruction set for gpsserver.
GpsClockCmds::~GpsClockCmds | ( | ) |
void GpsClockCmds::displayStatus | ( | FILE * | fout, |
int | nShow | ||
) |
void GpsClockCmds::displayStatusHeader | ( | FILE * | fout, |
char * | title | ||
) |
void GpsClockCmds::help | ( | FILE * | fout, |
char * | line | ||
) |
int GpsClockCmds::interprete | ( | FILE * | fin, |
FILE * | fout, | ||
char * | line | ||
) | [virtual] |
Redefine this function to meet the needs of the task.
Reimplemented from cmds.
GpsClock* GpsClockCmds::gps [private] |
Pointer to the gpsclock.
Definition at line 216 of file gpsclockcmds.h.
GpsClock GpsClockCmds::gpsclock [private] |
Definition at line 221 of file gpsclockcmds.h.
GpsServer* GpsClockCmds::gpsserver [private] |
Pointer to the gpsserver.
Definition at line 219 of file gpsclockcmds.h.
std::string GpsClockCmds::inifile [private] |
Save the name of the inifile.
Definition at line 210 of file gpsclockcmds.h.
shell* GpsClockCmds::sh [private] |