mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-08-18 00:57:23 +08:00
Multi-master support for command-line tool. The --master option supports
ranges like '1-3,6,7-9'. The ioctl() interface version is checked.
This commit is contained in:
@@ -54,7 +54,7 @@ string CommandVersion::helpString() const
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
void CommandVersion::execute(MasterDevice &m, const StringVector &args)
|
||||
void CommandVersion::execute(const StringVector &args)
|
||||
{
|
||||
if (args.size()) {
|
||||
stringstream err;
|
||||
|
||||
Reference in New Issue
Block a user