tool/CommandSdos.h
author Florian Pose <fp@igh-essen.com>
Thu, 24 Jul 2008 15:06:47 +0000
changeset 1145 133cf4631fcc
parent 1142 59be91dfcbe1
child 1151 1fc1535dec29
permissions -rw-r--r--
Force reconfiguration after attachment.
/*****************************************************************************
 *
 * $Id$
 *
 ****************************************************************************/

#ifndef __COMMANDSDOS_H__
#define __COMMANDSDOS_H__

#include "Command.h"

/****************************************************************************/

class CommandSdos:
    public Command
{
    public:
        CommandSdos();

        string helpString() const;
        void execute(MasterDevice &, const StringVector &);

    protected:
		void listSlaveSdos(MasterDevice &, uint16_t, bool);
};

/****************************************************************************/

#endif