Go to the documentation of this file.
10 #ifndef __SOT_TASKCONTI_H__
11 #define __SOT_TASKCONTI_H__
18 #include <dynamic-graph/linear-algebra.h>
36 #if defined(task_conti_EXPORTS)
37 #define SOTTASKCONTI_EXPORT __declspec(dllexport)
39 #define SOTTASKCONTI_EXPORT __declspec(dllimport)
42 #define SOTTASKCONTI_EXPORT
55 enum TimeRefValues { TIME_REF_UNSIGNIFICANT = -1, TIME_REF_TO_BE_SET = -2 };
63 virtual const std::string &
getClassName(
void)
const {
return CLASS_NAME; }
80 void display(std::ostream &os)
const;
static const std::string CLASS_NAME
Definition: task-conti.hh:62
virtual const std::string & getClassName(void) const
Definition: task-conti.hh:63
Definition: abstract-sot-external-interface.hh:17
std::vector< MultiBound > VectorMultiBound
Definition: multi-bound.hh:68
dg::SignalPtr< dg::Vector, int > controlPrevSIN
Definition: task-conti.hh:77
#define SOTTASKCONTI_EXPORT
Definition: task-conti.hh:42
const int & referenceTime(void)
Definition: task-conti.hh:69
int timeRef
Definition: task-conti.hh:57
TimeRefValues
Definition: task-conti.hh:55
dg::Vector q0
Definition: task-conti.hh:59
Definition: task-conti.hh:53
Class that defines the basic elements of a task.
Definition: task.hh:75
void referenceTime(const unsigned int &t)
Definition: task-conti.hh:68
double mu
Definition: task-conti.hh:58