Loading [MathJax]/extensions/tex2jax.js
iCub-main
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Functions
a
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
v
w
y
Variables
a
b
c
d
e
h
i
j
l
m
n
p
r
s
t
w
z
Typedefs
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
p
q
r
s
t
u
v
w
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
a
b
c
e
g
i
l
n
p
r
s
t
u
Enumerator
a
b
c
d
e
f
g
i
l
m
p
r
s
t
u
Properties
Related Symbols
a
b
c
g
i
l
o
q
r
s
t
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
x
y
z
Typedefs
Enumerations
Enumerator
_
a
c
d
e
g
j
m
n
p
s
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
icub-main
src
tools
embObjProtoTools
boardTransceiver
FeatureInterface_hid.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2014 iCub Facility, Istituto Italiano di Tecnologia
3
* Authors: Alberto Cardellino
4
* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT
5
*
6
*/
7
8
#ifndef FEATUREINTERFACE_HID_H_
9
#define FEATUREINTERFACE_HID_H_
10
11
#include <ace/ACE.h>
12
#include <yarp/sig/Vector.h>
13
#include "
FeatureInterface.h
"
14
#include "
embObjMotionControl.h
"
15
16
using namespace
yarp::sig;
17
18
19
20
class
IiCubFeature
21
{
22
public
:
23
virtual
~IiCubFeature
() {};
24
// virtual void setId(FEAT_ID &id) { };
25
// None of the following is a "MUST" because each module need just one of them
26
virtual
bool
fillData
(
void
*
data
, eOnvID32_t id32 ) =0;
//skin data
27
// virtual bool fill_AS_data(void *as_array) =0; // analogSensor data
28
};
20
class
IiCubFeature
{
…
};
29
30
#endif
/* FEATUREINTERFACE_HID_H_ */
31
data
@ data
Definition
ST_M1_dataType.h:64
IiCubFeature
Definition
FeatureInterface_hid.h:21
IiCubFeature::~IiCubFeature
virtual ~IiCubFeature()
Definition
FeatureInterface_hid.h:23
IiCubFeature::fillData
virtual bool fillData(void *data, eOnvID32_t id32)=0
embObjMotionControl.h
FeatureInterface.h
Generated on Tue May 6 2025 15:42:04 for iCub-main by
1.9.8