Fixed mail address; limited lines to 78 characters; removed $Id$.

This commit is contained in:
Florian Pose
2024-02-01 15:15:41 +01:00
parent 512bac72e2
commit ee55c20e28
283 changed files with 2137 additions and 2647 deletions
+3 -5
View File
@@ -1,6 +1,4 @@
/*****************************************************************************
*
* $Id$
*
* Copyright (C) 2006-2009 Florian Pose, Ingenieurgemeinschaft IgH
*
@@ -28,14 +26,14 @@ using namespace std;
#include "CommandSiiRead.h"
#include "MasterDevice.h"
/*****************************************************************************/
/****************************************************************************/
CommandSiiRead::CommandSiiRead():
Command("sii_read", "Output a slave's SII contents.")
{
}
/*****************************************************************************/
/****************************************************************************/
string CommandSiiRead::helpString(const string &binaryBaseName) const
{
@@ -202,4 +200,4 @@ const char *CommandSiiRead::getCategoryName(uint16_t type)
return "unknown";
}
/*****************************************************************************/
/****************************************************************************/