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
dynamic-graph
Commits
9308145b
Commit
9308145b
authored
Oct 17, 2019
by
Olivier Stasse
Browse files
Fix style.
parent
77bd7357
Pipeline
#6421
passed with stage
in 8 minutes and 25 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
include/dynamic-graph/signal-time-dependent.h
View file @
9308145b
...
...
@@ -15,11 +15,13 @@ namespace dynamicgraph {
tick as reference.
It works this way. For a given SignalTimeDependent S,
- the user manually adds dependent signals through the use of the SignalTimeDependent::addDependency function.
- On access (calling the signal S SignalTimeDependent::operator()(const Time&) or
SignalTimeDependent::access(const Time&) function), if the dependent signals are not
up-to-date, i.e. if their [last update] time is less than the current time,
their value will be SignalTimeDependent::access ()'ed to bring them up-to-date.
- the user manually adds dependent signals through the use of the
SignalTimeDependent::addDependency function.
- On access (calling the signal S SignalTimeDependent::operator()(const Time&)
or SignalTimeDependent::access(const Time&) function), if the dependent
signals are not up-to-date, i.e. if their [last update] time is less than the
current time, their value will be SignalTimeDependent::access ()'ed to bring
them up-to-date.
Thus, the value of dependent signals can be accessed \b quickly and
\b repeatedly through the Signal::accessCopy () function.
...
...
src/signal/signal-cast-helper.cpp
View file @
9308145b
...
...
@@ -82,7 +82,7 @@ DefaultCastRegisterer<bool> bool_reg;
DefaultCastRegisterer
<
dynamicgraph
::
Vector
>
vectorCastRegisterer
;
DefaultCastRegisterer
<
dynamicgraph
::
Matrix
>
matrixCastRegisterer
;
DefaultCastRegisterer
<
boost
::
posix_time
::
ptime
>
ptimeCastRegisterer
;
DefaultCastRegisterer
<
std
::
string
>
stringCastRegisterer
;
DefaultCastRegisterer
<
std
::
string
>
stringCastRegisterer
;
}
// end of anonymous namespace.
}
// namespace dynamicgraph
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