include
ethercat_hardware
wg014.h
Go to the documentation of this file.
1
/*********************************************************************
2
* Software License Agreement (BSD License)
3
*
4
* Copyright (c) 2008, Willow Garage, Inc.
5
* All rights reserved.
6
*
7
* Redistribution and use in source and binary forms, with or without
8
* modification, are permitted provided that the following conditions
9
* are met:
10
*
11
* * Redistributions of source code must retain the above copyright
12
* notice, this list of conditions and the following disclaimer.
13
* * Redistributions in binary form must reproduce the above
14
* copyright notice, this list of conditions and the following
15
* disclaimer in the documentation and/or other materials provided
16
* with the distribution.
17
* * Neither the name of the Willow Garage nor the names of its
18
* contributors may be used to endorse or promote products derived
19
* from this software without specific prior written permission.
20
*
21
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
24
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
25
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
26
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
27
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
28
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
29
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
31
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
32
* POSSIBILITY OF SUCH DAMAGE.
33
*********************************************************************/
34
35
#ifndef WG014_H
36
#define WG014_H
37
38
#include <
ethercat_hardware/ethercat_device.h
>
39
40
class
WG014
:
public
EthercatDevice
41
{
42
public
:
43
void
construct
(EtherCAT_SlaveHandler *sh,
int
&start_address);
44
~WG014
();
45
int
initialize
(
pr2_hardware_interface::HardwareInterface
*,
bool
);
46
void
diagnostics
(
diagnostic_updater::DiagnosticStatusWrapper
&
d
,
unsigned
char
*);
47
48
enum
{
PRODUCT_CODE
= 6805014};
49
50
protected
:
51
uint8_t
fw_major_
;
52
uint8_t
fw_minor_
;
53
uint8_t
board_major_
;
54
uint8_t
board_minor_
;
55
};
56
57
#endif
/* WG014_H */
WG014::PRODUCT_CODE
@ PRODUCT_CODE
Definition:
wg014.h:80
WG014::construct
void construct(EtherCAT_SlaveHandler *sh, int &start_address)
< Construct EtherCAT device
Definition:
wg014.cpp:42
WG014::board_major_
uint8_t board_major_
Definition:
wg014.h:85
WG014
Definition:
wg014.h:40
pr2_hardware_interface::HardwareInterface
WG014::board_minor_
uint8_t board_minor_
Definition:
wg014.h:86
EthercatDevice
Definition:
ethercat_device.h:133
d
d
ethercat_device.h
WG014::fw_major_
uint8_t fw_major_
Definition:
wg014.h:83
WG014::~WG014
~WG014()
Definition:
wg014.cpp:54
WG014::fw_minor_
uint8_t fw_minor_
Definition:
wg014.h:84
WG014::initialize
int initialize(pr2_hardware_interface::HardwareInterface *, bool)
Definition:
wg014.cpp:60
WG014::diagnostics
void diagnostics(diagnostic_updater::DiagnosticStatusWrapper &d, unsigned char *)
For EtherCAT device that only publish one EtherCAT Status message. If sub-class implements multiDiagn...
Definition:
wg014.cpp:66
diagnostic_updater::DiagnosticStatusWrapper
ethercat_hardware
Author(s): Rob Wheeler
, Derek King
autogenerated on Thu Sep 26 2024 02:44:04