Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
sot-dynamic-pinocchio
Commits
07bb9d1d
Commit
07bb9d1d
authored
Jun 11, 2011
by
Florent Lamiraux
Committed by
Florent Lamiraux florent@laas.fr
Jun 11, 2011
Browse files
Reimplement getClassName method in Dynamic and DynamicHrp2.
parent
9bf77e13
Changes
2
Show whitespace changes
Inline
Side-by-side
include/sot-dynamic/dynamic-hrp2.h
View file @
07bb9d1d
...
...
@@ -65,6 +65,10 @@ class SOTDYNAMICHRP2_EXPORT DynamicHrp2
{
public:
virtual
const
std
::
string
&
getClassName
()
const
{
return
CLASS_NAME
;
}
static
const
std
::
string
CLASS_NAME
;
public:
/* --- CONSTRUCTION --- */
...
...
include/sot-dynamic/dynamic.h
View file @
07bb9d1d
...
...
@@ -93,6 +93,10 @@ class SOTDYNAMIC_EXPORT Dynamic
friend
class
sot
::
command
::
InitializeRobot
;
public:
virtual
const
std
::
string
&
getClassName
()
const
{
return
CLASS_NAME
;
}
static
const
std
::
string
CLASS_NAME
;
protected:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment