tool/main.cpp
changeset 1837 32136215c1fa
parent 1831 1875b9fea0ba
child 1869 14f634f5b613
equal deleted inserted replaced
1836:52036efdf1e3 1837:32136215c1fa
    55 #include "CommandSdos.h"
    55 #include "CommandSdos.h"
    56 #include "CommandSiiRead.h"
    56 #include "CommandSiiRead.h"
    57 #include "CommandSiiWrite.h"
    57 #include "CommandSiiWrite.h"
    58 #include "CommandSlaves.h"
    58 #include "CommandSlaves.h"
    59 #include "CommandSoeRead.h"
    59 #include "CommandSoeRead.h"
       
    60 #include "CommandSoeWrite.h"
    60 #include "CommandStates.h"
    61 #include "CommandStates.h"
    61 #include "CommandUpload.h"
    62 #include "CommandUpload.h"
    62 #include "CommandVersion.h"
    63 #include "CommandVersion.h"
    63 #include "CommandXml.h"
    64 #include "CommandXml.h"
    64 
    65 
   335     commandList.push_back(new CommandSdos());
   336     commandList.push_back(new CommandSdos());
   336     commandList.push_back(new CommandSiiRead());
   337     commandList.push_back(new CommandSiiRead());
   337     commandList.push_back(new CommandSiiWrite());
   338     commandList.push_back(new CommandSiiWrite());
   338     commandList.push_back(new CommandSlaves());
   339     commandList.push_back(new CommandSlaves());
   339     commandList.push_back(new CommandSoeRead());
   340     commandList.push_back(new CommandSoeRead());
       
   341     commandList.push_back(new CommandSoeWrite());
   340     commandList.push_back(new CommandStates());
   342     commandList.push_back(new CommandStates());
   341     commandList.push_back(new CommandUpload());
   343     commandList.push_back(new CommandUpload());
   342     commandList.push_back(new CommandVersion());
   344     commandList.push_back(new CommandVersion());
   343     commandList.push_back(new CommandXml());
   345     commandList.push_back(new CommandXml());
   344 
   346