Rescan command.

This commit is contained in:
Florian Pose
2010-09-16 09:08:11 +02:00
parent ab10c64764
commit 6f97d7e27f
11 changed files with 236 additions and 70 deletions
+2
View File
@@ -52,6 +52,7 @@ using namespace std;
#include "CommandPdos.h"
#include "CommandRegRead.h"
#include "CommandRegWrite.h"
#include "CommandRescan.h"
#include "CommandSdos.h"
#include "CommandSiiRead.h"
#include "CommandSiiWrite.h"
@@ -307,6 +308,7 @@ int main(int argc, char **argv)
commandList.push_back(new CommandPdos());
commandList.push_back(new CommandRegRead());
commandList.push_back(new CommandRegWrite());
commandList.push_back(new CommandRescan());
commandList.push_back(new CommandSdos());
commandList.push_back(new CommandSiiRead());
commandList.push_back(new CommandSiiWrite());