Merge branch 'devel-1.6' into ethercat-backport_setip

This commit is contained in:
Florian Pose
2024-02-01 15:30:05 +01:00
284 changed files with 2449 additions and 2802 deletions
+3 -5
View File
@@ -1,6 +1,4 @@
/*****************************************************************************
*
* $Id$
*
* Copyright (C) 2006-2009 Florian Pose, Ingenieurgemeinschaft IgH
*
@@ -64,7 +62,7 @@ using namespace std;
#include "MasterDevice.h"
/*****************************************************************************/
/****************************************************************************/
typedef list<Command *> CommandList;
CommandList commandList;
@@ -86,7 +84,7 @@ bool helpRequested = false;
string outputFile;
string skin;
/*****************************************************************************/
/****************************************************************************/
string usage()
{
@@ -132,7 +130,7 @@ string usage()
return str.str();
}
/*****************************************************************************/
/****************************************************************************/
void getOptions(int argc, char **argv)
{