|
Robotis Manipulator
1.0.0
|
Functions | |
| void | print (STRING str, STRING color="DEFAULT") |
| print More... | |
| void | print (STRING str, double data, uint8_t decimal_point=3, STRING color="DEFAULT") |
| print More... | |
| void | print (const char *str, STRING color="DEFAULT") |
| print More... | |
| void | print (const char *str, double data, uint8_t decimal_point=3, STRING color="DEFAULT") |
| print More... | |
| void | println (STRING str, STRING color="DEFAULT") |
| println More... | |
| void | println (STRING str, double data, uint8_t decimal_point=3, STRING color="DEFAULT") |
| println More... | |
| void | println (const char *str, STRING color="DEFAULT") |
| println More... | |
| void | println (const char *str, double data, uint8_t decimal_point=3, STRING color="DEFAULT") |
| println More... | |
| void | info (STRING str) |
| info More... | |
| void | info (STRING str, double data, uint8_t decimal_point=3) |
| info More... | |
| void | info (const char *str) |
| info More... | |
| void | info (const char *str, double data, uint8_t decimal_point=3) |
| info More... | |
| void | warn (STRING str) |
| warn More... | |
| void | warn (STRING str, double data, uint8_t decimal_point=3) |
| warn More... | |
| void | warn (const char *str) |
| warn More... | |
| void | warn (const char *str, double data, uint8_t decimal_point=3) |
| warn More... | |
| void | error (STRING str) |
| error More... | |
| void | error (STRING str, double data, uint8_t decimal_point=3) |
| error More... | |
| void | error (const char *str) |
| error More... | |
| void | error (const char *str, double data, uint8_t decimal_point=3) |
| error More... | |
| template<typename T > | |
| void | print_vector (std::vector< T > &vec, uint8_t decimal_point=3) |
| print_vector More... | |
| template<typename vector > | |
| void | print_vector (vector &vec, uint8_t decimal_point=3) |
| print_vector More... | |
| template<typename matrix > | |
| void | print_matrix (matrix &m, uint8_t decimal_point=3) |
| print_matrix More... | |
| void robotis_manipulator::log::error | ( | STRING | str | ) |
error
| str |
Definition at line 239 of file robotis_manipulator_log.cpp.

| void robotis_manipulator::log::error | ( | STRING | str, |
| double | data, | ||
| uint8_t | decimal_point = 3 |
||
| ) |
| void robotis_manipulator::log::error | ( | const char * | str | ) |
| void robotis_manipulator::log::error | ( | const char * | str, |
| double | data, | ||
| uint8_t | decimal_point = 3 |
||
| ) |
| void robotis_manipulator::log::info | ( | STRING | str | ) |
| void robotis_manipulator::log::info | ( | STRING | str, |
| double | data, | ||
| uint8_t | decimal_point = 3 |
||
| ) |
| void robotis_manipulator::log::info | ( | const char * | str | ) |
| void robotis_manipulator::log::info | ( | const char * | str, |
| double | data, | ||
| uint8_t | decimal_point = 3 |
||
| ) |
| str | |
| color |
Definition at line 28 of file robotis_manipulator_log.cpp.

| void robotis_manipulator::log::print | ( | STRING | str, |
| double | data, | ||
| uint8_t | decimal_point = 3, |
||
| STRING | color = "DEFAULT" |
||
| ) |
| str | |
| data | |
| decimal_point | |
| color |
Definition at line 43 of file robotis_manipulator_log.cpp.
| void robotis_manipulator::log::print | ( | const char * | str, |
| STRING | color = "DEFAULT" |
||
| ) |
| void robotis_manipulator::log::print | ( | const char * | str, |
| double | data, | ||
| uint8_t | decimal_point = 3, |
||
| STRING | color = "DEFAULT" |
||
| ) |
| str | |
| data | |
| decimal_point | |
| color |
Definition at line 74 of file robotis_manipulator_log.cpp.
| void robotis_manipulator::log::print_matrix | ( | matrix & | m, |
| uint8_t | decimal_point = 3 |
||
| ) |
print_matrix
| m | |
| decimal_point |
Definition at line 256 of file robotis_manipulator_log.h.

| void robotis_manipulator::log::print_vector | ( | std::vector< T > & | vec, |
| uint8_t | decimal_point = 3 |
||
| ) |
print_vector
| vec | |
| decimal_point |
Definition at line 196 of file robotis_manipulator_log.h.

| void robotis_manipulator::log::print_vector | ( | vector & | vec, |
| uint8_t | decimal_point = 3 |
||
| ) |
println
| str | |
| color |
Definition at line 92 of file robotis_manipulator_log.cpp.

| void robotis_manipulator::log::println | ( | STRING | str, |
| double | data, | ||
| uint8_t | decimal_point = 3, |
||
| STRING | color = "DEFAULT" |
||
| ) |
println
| str | |
| data | |
| decimal_point | |
| color |
Definition at line 107 of file robotis_manipulator_log.cpp.
| void robotis_manipulator::log::println | ( | const char * | str, |
| STRING | color = "DEFAULT" |
||
| ) |
| void robotis_manipulator::log::println | ( | const char * | str, |
| double | data, | ||
| uint8_t | decimal_point = 3, |
||
| STRING | color = "DEFAULT" |
||
| ) |
println
| str | |
| data | |
| decimal_point | |
| color |
Definition at line 138 of file robotis_manipulator_log.cpp.
| void robotis_manipulator::log::warn | ( | STRING | str | ) |
| void robotis_manipulator::log::warn | ( | STRING | str, |
| double | data, | ||
| uint8_t | decimal_point = 3 |
||
| ) |
| void robotis_manipulator::log::warn | ( | const char * | str | ) |
| void robotis_manipulator::log::warn | ( | const char * | str, |
| double | data, | ||
| uint8_t | decimal_point = 3 |
||
| ) |