mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-22 01:53:54 +08:00
Fixed mail address; limited lines to 78 characters; removed $Id$.
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
/*****************************************************************************
|
||||
*
|
||||
* $Id$
|
||||
*
|
||||
* Copyright (C) 2006-2009 Florian Pose, Ingenieurgemeinschaft IgH
|
||||
*
|
||||
@@ -30,14 +28,14 @@ using namespace std;
|
||||
#include "sii_crc.h"
|
||||
#include "MasterDevice.h"
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
CommandAlias::CommandAlias():
|
||||
Command("alias", "Write alias addresses.")
|
||||
{
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
string CommandAlias::helpString(const string &binaryBaseName) const
|
||||
{
|
||||
@@ -66,7 +64,7 @@ string CommandAlias::helpString(const string &binaryBaseName) const
|
||||
return str.str();
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
/** Writes the Secondary slave address (alias) to the slave's SII.
|
||||
*/
|
||||
@@ -113,7 +111,7 @@ void CommandAlias::execute(const StringVector &args)
|
||||
}
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
/** Writes the Secondary slave address (alias) to the slave's SII.
|
||||
*/
|
||||
@@ -168,4 +166,4 @@ void CommandAlias::writeSlaveAlias(
|
||||
delete [] data.words;
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user