|  | 
| void | robotis_manipulator::log::print (STRING str, STRING color="DEFAULT") | 
|  | print  More... 
 | 
|  | 
| void | robotis_manipulator::log::print (STRING str, double data, uint8_t decimal_point=3, STRING color="DEFAULT") | 
|  | print  More... 
 | 
|  | 
| void | robotis_manipulator::log::print (const char *str, STRING color="DEFAULT") | 
|  | print  More... 
 | 
|  | 
| void | robotis_manipulator::log::print (const char *str, double data, uint8_t decimal_point=3, STRING color="DEFAULT") | 
|  | print  More... 
 | 
|  | 
| void | robotis_manipulator::log::println (STRING str, STRING color="DEFAULT") | 
|  | println  More... 
 | 
|  | 
| void | robotis_manipulator::log::println (STRING str, double data, uint8_t decimal_point=3, STRING color="DEFAULT") | 
|  | println  More... 
 | 
|  | 
| void | robotis_manipulator::log::println (const char *str, STRING color="DEFAULT") | 
|  | println  More... 
 | 
|  | 
| void | robotis_manipulator::log::println (const char *str, double data, uint8_t decimal_point=3, STRING color="DEFAULT") | 
|  | println  More... 
 | 
|  | 
| void | robotis_manipulator::log::info (STRING str) | 
|  | info  More... 
 | 
|  | 
| void | robotis_manipulator::log::info (STRING str, double data, uint8_t decimal_point=3) | 
|  | info  More... 
 | 
|  | 
| void | robotis_manipulator::log::info (const char *str) | 
|  | info  More... 
 | 
|  | 
| void | robotis_manipulator::log::info (const char *str, double data, uint8_t decimal_point=3) | 
|  | info  More... 
 | 
|  | 
| void | robotis_manipulator::log::warn (STRING str) | 
|  | warn  More... 
 | 
|  | 
| void | robotis_manipulator::log::warn (STRING str, double data, uint8_t decimal_point=3) | 
|  | warn  More... 
 | 
|  | 
| void | robotis_manipulator::log::warn (const char *str) | 
|  | warn  More... 
 | 
|  | 
| void | robotis_manipulator::log::warn (const char *str, double data, uint8_t decimal_point=3) | 
|  | warn  More... 
 | 
|  | 
| void | robotis_manipulator::log::error (STRING str) | 
|  | error  More... 
 | 
|  | 
| void | robotis_manipulator::log::error (STRING str, double data, uint8_t decimal_point=3) | 
|  | error  More... 
 | 
|  | 
| void | robotis_manipulator::log::error (const char *str) | 
|  | error  More... 
 | 
|  | 
| void | robotis_manipulator::log::error (const char *str, double data, uint8_t decimal_point=3) | 
|  | error  More... 
 | 
|  | 
| template<typename T > | 
| void | robotis_manipulator::log::print_vector (std::vector< T > &vec, uint8_t decimal_point=3) | 
|  | print_vector  More... 
 | 
|  | 
| template<typename vector > | 
| void | robotis_manipulator::log::print_vector (vector &vec, uint8_t decimal_point=3) | 
|  | print_vector  More... 
 | 
|  | 
| template<typename matrix > | 
| void | robotis_manipulator::log::print_matrix (matrix &m, uint8_t decimal_point=3) | 
|  | print_matrix  More... 
 | 
|  |