mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-08-18 00:57:23 +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
|
||||
*
|
||||
@@ -32,14 +30,14 @@ using namespace std;
|
||||
#include "CommandConfig.h"
|
||||
#include "MasterDevice.h"
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
CommandConfig::CommandConfig():
|
||||
Command("config", "Show slave configurations.")
|
||||
{
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
string CommandConfig::helpString(const string &binaryBaseName) const
|
||||
{
|
||||
@@ -94,7 +92,7 @@ string CommandConfig::helpString(const string &binaryBaseName) const
|
||||
return str.str();
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
/** Lists the bus configuration.
|
||||
*/
|
||||
@@ -131,7 +129,7 @@ void CommandConfig::execute(const StringVector &args)
|
||||
}
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
/** Lists the complete bus configuration.
|
||||
*/
|
||||
@@ -322,7 +320,7 @@ void CommandConfig::showDetailedConfigs(
|
||||
}
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
/** Lists the bus configuration.
|
||||
*/
|
||||
@@ -411,4 +409,4 @@ void CommandConfig::listConfigs(
|
||||
}
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user