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-torque-control
Commits
de1f7b94
Commit
de1f7b94
authored
Aug 11, 2021
by
Guilhem Saurel
Browse files
move doc/make CommandVoid 5-8 to dynamic-graph
ref.
https://github.com/stack-of-tasks/dynamic-graph/issues/36
parent
ab3e013b
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/sot/torque_control/commands-helper.hh
View file @
de1f7b94
...
...
@@ -9,6 +9,7 @@
#include <boost/function.hpp>
/* --- COMMON INCLUDE -------------------------------------------------- */
#include <dynamic-graph/config.hh>
#include <dynamic-graph/command.h>
#include <dynamic-graph/command-direct-setter.h>
#include <dynamic-graph/command-direct-getter.h>
...
...
@@ -23,18 +24,40 @@ using ::dynamicgraph::command::docCommandVerbose;
using
::
dynamicgraph
::
command
::
docCommandVoid0
;
using
::
dynamicgraph
::
command
::
docCommandVoid1
;
using
::
dynamicgraph
::
command
::
docCommandVoid2
;
using
::
dynamicgraph
::
command
::
docCommandVoid3
;
using
::
dynamicgraph
::
command
::
docCommandVoid4
;
using
::
dynamicgraph
::
command
::
docDirectGetter
;
using
::
dynamicgraph
::
command
::
docDirectSetter
;
using
::
dynamicgraph
::
command
::
makeCommandVerbose
;
using
::
dynamicgraph
::
command
::
makeCommandVoid0
;
using
::
dynamicgraph
::
command
::
makeCommandVoid1
;
using
::
dynamicgraph
::
command
::
makeCommandVoid2
;
using
::
dynamicgraph
::
command
::
makeCommandVoid3
;
using
::
dynamicgraph
::
command
::
makeCommandVoid4
;
using
::
dynamicgraph
::
command
::
makeDirectGetter
;
using
::
dynamicgraph
::
command
::
makeDirectSetter
;
}
// namespace torquecontrol
}
// namespace sot
}
// namespace dynamicgraph
#if DYNAMIC_GRAPH_VERSION_AT_LEAST(4, 4, 0)
namespace
dynamicgraph
{
namespace
sot
{
namespace
dg
=
dynamicgraph
;
namespace
torquecontrol
{
using
::
dynamicgraph
::
command
::
docCommandVoid5
;
using
::
dynamicgraph
::
command
::
docCommandVoid6
;
using
::
dynamicgraph
::
command
::
docCommandVoid7
;
using
::
dynamicgraph
::
command
::
docCommandVoid8
;
using
::
dynamicgraph
::
command
::
makeCommandVoid5
;
using
::
dynamicgraph
::
command
::
makeCommandVoid6
;
using
::
dynamicgraph
::
command
::
makeCommandVoid7
;
using
::
dynamicgraph
::
command
::
makeCommandVoid8
;
}
// namespace torquecontrol
}
// namespace sot
}
// namespace dynamicgraph
#else
namespace
dynamicgraph
{
namespace
command
{
...
...
@@ -229,5 +252,6 @@ inline std::string docCommandVoid7(const std::string& doc, const std::string& ty
}
// namespace command
}
// namespace dynamicgraph
#endif
#endif // __sot_torquecontrol_commands_helper_H__
Write
Preview
Markdown
is supported
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