fp@1837: /***************************************************************************** fp@1837: * fp@1837: * $Id$ fp@1837: * fp@1837: * Copyright (C) 2006-2009 Florian Pose, Ingenieurgemeinschaft IgH fp@1837: * fp@1837: * This file is part of the IgH EtherCAT Master. fp@1837: * fp@1837: * The IgH EtherCAT Master is free software; you can redistribute it and/or fp@1837: * modify it under the terms of the GNU General Public License version 2, as fp@1837: * published by the Free Software Foundation. fp@1837: * fp@1837: * The IgH EtherCAT Master is distributed in the hope that it will be useful, fp@1837: * but WITHOUT ANY WARRANTY; without even the implied warranty of fp@1837: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General fp@1837: * Public License for more details. fp@1837: * fp@1837: * You should have received a copy of the GNU General Public License along fp@1837: * with the IgH EtherCAT Master; if not, write to the Free Software fp@1837: * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA fp@1837: * fp@1837: * --- fp@1837: * fp@1837: * The license mentioned above concerns the source code only. Using the fp@1837: * EtherCAT technology and brand is only permitted in compliance with the fp@1837: * industrial property and similar rights of Beckhoff Automation GmbH. fp@1837: * fp@1837: ****************************************************************************/ fp@1837: fp@1837: #ifndef __COMMANDSOEWRITE_H__ fp@1837: #define __COMMANDSOEWRITE_H__ fp@1837: fp@1868: #include "SoeCommand.h" fp@1837: fp@1837: /****************************************************************************/ fp@1837: fp@1837: class CommandSoeWrite: fp@1966: public Command, fp@1966: public DataTypeHandler, fp@1868: public SoeCommand fp@1837: { fp@1837: public: fp@1837: CommandSoeWrite(); fp@1837: fp@1968: string helpString(const string &) const; fp@1837: void execute(const StringVector &); fp@1837: }; fp@1837: fp@1837: /****************************************************************************/ fp@1837: fp@1837: #endif