tool/CommandSiiWrite.h
author Florian Pose <fp@igh-essen.com>
Mon, 28 Jul 2008 08:00:35 +0000
changeset 1152 30f168c7f74f
parent 1142 59be91dfcbe1
child 1161 d1324ac71232
permissions -rw-r--r--
No need to call e1000 watchdog when frames are received (thanks to O. Zarges).
/*****************************************************************************
 *
 * $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