Files
ethercat/tool/CommandSiiWrite.h
2008-07-24 13:27:06 +00:00

27 lines
606 B
C++

/*****************************************************************************
*
* $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