OpenWalker Project
Documentation of the ROS Packages
Main Page
Related Pages
Classes
Files
File List
File Members
src
ow_core
include
ow_core
Interfaces
i_joints.h
Go to the documentation of this file.
1
34
#ifndef OPEN_WALKER_CORE_INTERFACES_I_JOINTS_H
35
#define OPEN_WALKER_CORE_INTERFACES_I_JOINTS_H
36
37
#include <
ow_core/types.h
>
38
39
namespace
ow_core
{
40
41
47
class
IJoints
48
{
49
public
:
53
virtual
~IJoints
()
54
{
55
}
56
57
virtual
ow::JointState
& jointState() = 0;
58
virtual
const
ow::JointState
& jointState()
const
= 0;
59
60
};
61
62
63
}
64
65
#endif // OPEN_WALKER_CORE_INTERFACES_I_JOINTS_H
types.h
ow_core
Definition:
angular_acceleration.h:39
ow_core::JointState< OW_VECTOR_DOF_SCALAR, OW_VECTOR_DOF_ROWS >
ow_core::IJoints::~IJoints
virtual ~IJoints()
Virtual destructor.
Definition:
i_joints.h:53
ow_core::IJoints
The IJoints class.
Definition:
i_joints.h:47
Generated on Fri Feb 14 2020 12:12:24 for OpenWalker Project by
1.8.11