58 struct gps_data_t gps_data;
The Baseclass for all SoDa objects, and useful commonly used classes.
The Thread baseclass for all SoDa thread objects.
void execGetCommand(Command *cmd)
optional method to handle "GET" commands – commands that request a response
void execSetCommand(Command *cmd)
optional method to handle "SET" commands – commands that set internal state in the object...
This class handles command line parameters and built-ins.
void run()
Each thread object must define its "run" loop.
GPSmon(Params *params, CmdMBox *cmd_stream)
This is a list of all the commands that can "do something" to one or more components in the SoDa radi...
void execRepCommand(Command *cmd)
optional method that reports status or the result of some action.