mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-08-18 09:07:24 +08:00
Fixed mail address; limited lines to 78 characters; removed $Id$.
This commit is contained in:
+3
-5
@@ -1,6 +1,4 @@
|
||||
/*****************************************************************************
|
||||
*
|
||||
* $Id$
|
||||
*
|
||||
* Copyright (C) 2006-2009 Florian Pose, Ingenieurgemeinschaft IgH
|
||||
*
|
||||
@@ -61,7 +59,7 @@ using namespace std;
|
||||
|
||||
#include "MasterDevice.h"
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
typedef list<Command *> CommandList;
|
||||
CommandList commandList;
|
||||
@@ -83,7 +81,7 @@ bool helpRequested = false;
|
||||
string outputFile;
|
||||
string skin;
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
string usage()
|
||||
{
|
||||
@@ -129,7 +127,7 @@ string usage()
|
||||
return str.str();
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
void getOptions(int argc, char **argv)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user