Constant velocity Kalman Filter source code. More...
#include <mtt/types_declaration.h>
Go to the source code of this file.
Functions | |
ostream & | operator<< (ostream &o, const t_nodePtr &i) |
Overload of the operator << for the t_nodePtr typedef. |
Constant velocity Kalman Filter source code.
Definition in file types_implementation.cpp.
ostream& operator<< | ( | ostream & | o, | |
const t_nodePtr & | i | |||
) |
Overload of the operator << for the t_nodePtr typedef.
This overload allows us to print the node value even when doing cout<< of the shared pointer.
o | output stream | |
i | node shared pointer reference |
Definition at line 449 of file types_implementation.cpp.