#include <dynamic-graph/all-signals.h>#include <dynamic-graph/linear-algebra.h>#include <iostream>#include <sot/core/matrix-geometry.hh>
Go to the source code of this file.
Functions | |
| int | main (void) |
Variables | |
| Signal< dynamicgraph::Matrix, sigtime_t > | base ("base") |
| Signal< dynamicgraph::Matrix, sigtime_t > | sig ("matrix") |
| Signal< MatrixRotation, sigtime_t > | sigMR ("matrixRot") |
| int main | ( | void | ) |
Definition at line 28 of file test_ptrcast.cpp.
| SignalPtr< dynamicgraph::Matrix, sigtime_t > sigptr & base |
Definition at line 24 of file test_ptrcast.cpp.
| Signal<dynamicgraph::Matrix, sigtime_t> sig("matrix") |
| Signal<MatrixRotation, sigtime_t> sigMR("matrixRot") |