sot-core
4.11.8
Hierarchical task solver plug-in for dynamic-graph.
|
Go to the documentation of this file.
10 #ifndef __SOT_TIME_STAMP__HH
11 #define __SOT_TIME_STAMP__HH
18 #include <dynamic-graph/linear-algebra.h>
28 #include <dynamic-graph/all-signals.h>
29 #include <dynamic-graph/entity.h>
38 #if defined(time_stamp_EXPORTS)
39 #define TimeStamp_EXPORT __declspec(dllexport)
41 #define TimeStamp_EXPORT __declspec(dllimport)
44 #define TimeStamp_EXPORT
57 virtual const std::string &
getClassName(
void)
const {
return CLASS_NAME; }
69 virtual void display(std::ostream &os)
const;
74 dynamicgraph::Signal<dynamicgraph::Vector, int>
timeSOUT;
79 dynamicgraph::SignalTimeDependent<dynamicgraph::Vector, int>
timeOnceSOUT;
83 dynamicgraph::Vector &getTimeStamp(dynamicgraph::Vector &res,
85 double &getTimeStampDouble(
const dynamicgraph::Vector &vect,
double &res);
dynamicgraph::Signal< dynamicgraph::Vector, int > timeSOUT
Definition: time-stamp.hh:74
#define TimeStamp_EXPORT
Definition: time-stamp.hh:44
bool offsetSet
Definition: time-stamp.hh:62
Definition: abstract-sot-external-interface.hh:17
dynamicgraph::SignalTimeDependent< dynamicgraph::Vector, int > timeOnceSOUT
Definition: time-stamp.hh:79
dynamicgraph::SignalTimeDependent< double, int > timeOnceDoubleSOUT
Definition: time-stamp.hh:80
unsigned int offsetValue
Definition: time-stamp.hh:61
Definition: time-stamp.hh:54
static const std::string CLASS_NAME
Definition: time-stamp.hh:56
dynamicgraph::Signal< double, int > timeDoubleSOUT
Definition: time-stamp.hh:75
virtual const std::string & getClassName(void) const
Definition: time-stamp.hh:57