#include "rcdiscover_reset.h"
#include "cli_utils.h"
#include <rcdiscover/discover.h>
#include <rcdiscover/wol.h>
#include <stdexcept>
#include <iostream>
#include <algorithm>
#include <map>
Go to the source code of this file.
Classes | |
struct | ResetCommand |
Functions | |
static void | printHelp (std::ostream &os, const std::string &command) |
int | runReset (const std::string &command, int argc, char **argv) |
Variables | |
static const std::map< std::string, ResetCommand > | reset_commands |
|
static |
Definition at line 63 of file rcdiscover_reset.cc.
int runReset | ( | const std::string & | command, |
int | argc, | ||
char ** | argv | ||
) |
Definition at line 90 of file rcdiscover_reset.cc.
|
static |
Definition at line 56 of file rcdiscover_reset.cc.