Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
const std::map<std::string, Command> commands |
|
static |
Initial value:=
{
{
"forceip", {
"Temporarily set the IP of a device",
runForceIP}},
{
"reset", {
"Reset a device's parameters",
runReset}}
}
int runReset(const std::string &command, int argc, char **argv)
int runForceIP(const std::string &command, int argc, char **argv)
int runReconnect(const std::string &command, int argc, char **argv)
int runDiscover(const std::string &command, int argc, char **argv)
Definition at line 56 of file rcdiscover.cc.