mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-24 11:03:49 +08:00
Fixed mail address; limited lines to 78 characters; removed $Id$.
This commit is contained in:
@@ -26,14 +26,14 @@ using namespace std;
|
||||
#include "CommandDownload.h"
|
||||
#include "MasterDevice.h"
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
CommandDownload::CommandDownload():
|
||||
SdoCommand("download", "Write an SDO entry to a slave.")
|
||||
{
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
string CommandDownload::helpString(const string &binaryBaseName) const
|
||||
{
|
||||
@@ -218,4 +218,4 @@ void CommandDownload::execute(const StringVector &args)
|
||||
delete [] data.data;
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user