#include "Component/ModelManager.H"
#include "Devices/GPS.H"
Go to the source code of this file.
Classes | |
class | TestGPSlistener |
GPS listener for our test application. More... | |
Functions | |
int | main (const int argc, const char **argv) |
This program tests the GPS driver, using its listener hookup mode. |
test GPS driver
Definition in file test-GPS.C.
int main | ( | const int | argc, | |
const char ** | argv | |||
) |
This program tests the GPS driver, using its listener hookup mode.
Definition at line 60 of file test-GPS.C.
References ModelComponent::addSubComponent(), ModelManager::getExtraArg(), MC_RECURSE, ModelManager::numExtraArgs(), ModelManager::parseCommandLine(), ModelComponent::start(), and ModelComponent::stop().