tool/CommandSiiWrite.h
author Florian Pose <fp@igh-essen.com>
Mon, 28 Jul 2008 12:15:25 +0000
changeset 1160 f02ff486b313
parent 1142 59be91dfcbe1
child 1161 d1324ac71232
permissions -rw-r--r--
Removed MasterDevice::slaveCount().
/*****************************************************************************
 *
 * $Id$
 *
 ****************************************************************************/

#ifndef __COMMANDSIIWRITE_H__
#define __COMMANDSIIWRITE_H__

#include "Command.h"

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

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

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

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

#endif