author | Florian Pose <fp@igh-essen.com> |
Thu, 19 Mar 2009 08:44:48 +0000 | |
changeset 1374 | 1ca1178a3f93 |
parent 1373 | e651000f1ff1 |
child 1401 | 96baef8a3162 |
permissions | -rw-r--r-- |
1142 | 1 |
/***************************************************************************** |
2 |
* |
|
1363
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1166
diff
changeset
|
3 |
* $Id$ |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1166
diff
changeset
|
4 |
* |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1166
diff
changeset
|
5 |
* Copyright (C) 2006-2009 Florian Pose, Ingenieurgemeinschaft IgH |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1166
diff
changeset
|
6 |
* |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1166
diff
changeset
|
7 |
* This file is part of the IgH EtherCAT Master. |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1166
diff
changeset
|
8 |
* |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1166
diff
changeset
|
9 |
* The IgH EtherCAT Master is free software; you can redistribute it and/or |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1166
diff
changeset
|
10 |
* modify it under the terms of the GNU General Public License version 2, as |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1166
diff
changeset
|
11 |
* published by the Free Software Foundation. |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1166
diff
changeset
|
12 |
* |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1166
diff
changeset
|
13 |
* The IgH EtherCAT Master is distributed in the hope that it will be useful, |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1166
diff
changeset
|
14 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1166
diff
changeset
|
15 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1166
diff
changeset
|
16 |
* Public License for more details. |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1166
diff
changeset
|
17 |
* |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1166
diff
changeset
|
18 |
* You should have received a copy of the GNU General Public License along |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1166
diff
changeset
|
19 |
* with the IgH EtherCAT Master; if not, write to the Free Software |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1166
diff
changeset
|
20 |
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1166
diff
changeset
|
21 |
* |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1166
diff
changeset
|
22 |
* --- |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1166
diff
changeset
|
23 |
* |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1166
diff
changeset
|
24 |
* The license mentioned above concerns the source code only. Using the |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1166
diff
changeset
|
25 |
* EtherCAT technology and brand is only permitted in compliance with the |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1166
diff
changeset
|
26 |
* industrial property and similar rights of Beckhoff Automation GmbH. |
1142 | 27 |
* |
28 |
****************************************************************************/ |
|
29 |
||
30 |
#include <iostream> |
|
31 |
#include <iomanip> |
|
32 |
using namespace std; |
|
33 |
||
34 |
#include "CommandMaster.h" |
|
35 |
||
36 |
/*****************************************************************************/ |
|
37 |
||
38 |
CommandMaster::CommandMaster(): |
|
1143
09ee878d7214
Fixed duplicate alias command.
Florian Pose <fp@igh-essen.com>
parents:
1142
diff
changeset
|
39 |
Command("master", "Show master and Ethernet device information.") |
1142 | 40 |
{ |
41 |
} |
|
42 |
||
43 |
/****************************************************************************/ |
|
44 |
||
45 |
string CommandMaster::helpString() const |
|
46 |
{ |
|
47 |
stringstream str; |
|
48 |
||
49 |
str << getName() << " [OPTIONS]" << endl |
|
50 |
<< endl |
|
51 |
<< getBriefDescription() << endl |
|
52 |
<< endl |
|
53 |
<< "Command-specific options:" << endl |
|
54 |
<< " --master -m <index> Index of the master to use. Default: 0." |
|
55 |
<< endl << endl |
|
56 |
<< numericInfo(); |
|
57 |
||
58 |
return str.str(); |
|
59 |
} |
|
60 |
||
61 |
/****************************************************************************/ |
|
62 |
||
63 |
void CommandMaster::execute(MasterDevice &m, const StringVector &args) |
|
64 |
{ |
|
65 |
ec_ioctl_master_t data; |
|
66 |
stringstream err; |
|
67 |
unsigned int i; |
|
68 |
||
1373
e651000f1ff1
Complain about given arguments if none are required.
Florian Pose <fp@igh-essen.com>
parents:
1363
diff
changeset
|
69 |
if (args.size()) { |
e651000f1ff1
Complain about given arguments if none are required.
Florian Pose <fp@igh-essen.com>
parents:
1363
diff
changeset
|
70 |
err << "'" << getName() << "' takes no arguments!"; |
e651000f1ff1
Complain about given arguments if none are required.
Florian Pose <fp@igh-essen.com>
parents:
1363
diff
changeset
|
71 |
throwInvalidUsageException(err); |
e651000f1ff1
Complain about given arguments if none are required.
Florian Pose <fp@igh-essen.com>
parents:
1363
diff
changeset
|
72 |
} |
e651000f1ff1
Complain about given arguments if none are required.
Florian Pose <fp@igh-essen.com>
parents:
1363
diff
changeset
|
73 |
|
1142 | 74 |
m.open(MasterDevice::Read); |
75 |
m.getMaster(&data); |
|
76 |
||
77 |
cout |
|
1166 | 78 |
<< "Master" << m.getIndex() << endl |
1142 | 79 |
<< " Phase: "; |
80 |
||
81 |
switch (data.phase) { |
|
82 |
case 0: cout << "Waiting for device..."; break; |
|
83 |
case 1: cout << "Idle"; break; |
|
84 |
case 2: cout << "Operation"; break; |
|
85 |
default: cout << "???"; |
|
86 |
} |
|
87 |
||
88 |
cout << endl |
|
89 |
<< " Slaves: " << data.slave_count << endl; |
|
90 |
||
91 |
for (i = 0; i < 2; i++) { |
|
92 |
cout << " Device" << i << ": "; |
|
93 |
if (data.devices[i].address[0] == 0x00 |
|
94 |
&& data.devices[i].address[1] == 0x00 |
|
95 |
&& data.devices[i].address[2] == 0x00 |
|
96 |
&& data.devices[i].address[3] == 0x00 |
|
97 |
&& data.devices[i].address[4] == 0x00 |
|
98 |
&& data.devices[i].address[5] == 0x00) { |
|
99 |
cout << "None."; |
|
100 |
} else { |
|
101 |
cout << hex << setfill('0') |
|
102 |
<< setw(2) << (unsigned int) data.devices[i].address[0] << ":" |
|
103 |
<< setw(2) << (unsigned int) data.devices[i].address[1] << ":" |
|
104 |
<< setw(2) << (unsigned int) data.devices[i].address[2] << ":" |
|
105 |
<< setw(2) << (unsigned int) data.devices[i].address[3] << ":" |
|
106 |
<< setw(2) << (unsigned int) data.devices[i].address[4] << ":" |
|
107 |
<< setw(2) << (unsigned int) data.devices[i].address[5] << " (" |
|
108 |
<< (data.devices[i].attached ? "attached" : "waiting...") |
|
109 |
<< ")" << endl << dec |
|
110 |
<< " Tx count: " << data.devices[i].tx_count << endl |
|
111 |
<< " Rx count: " << data.devices[i].rx_count; |
|
112 |
} |
|
113 |
cout << endl; |
|
114 |
} |
|
115 |
} |
|
116 |
||
117 |
/*****************************************************************************/ |