mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-22 10:03:51 +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"
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
CommandSiiWrite::CommandSiiWrite():
|
||||
Command("sii_write", "Write SII contents to a slave.")
|
||||
{
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
string CommandSiiWrite::helpString(const string &binaryBaseName) const
|
||||
{
|
||||
@@ -135,7 +133,7 @@ void CommandSiiWrite::execute(const StringVector &args)
|
||||
delete [] data.words;
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
void CommandSiiWrite::loadSiiData(
|
||||
ec_ioctl_slave_sii_t *data,
|
||||
@@ -164,7 +162,7 @@ void CommandSiiWrite::loadSiiData(
|
||||
contents.copy((char *) data->words, contents.size());
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
void CommandSiiWrite::checkSiiData(
|
||||
const ec_ioctl_slave_sii_t *data
|
||||
@@ -211,4 +209,4 @@ void CommandSiiWrite::checkSiiData(
|
||||
}
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user