Namespaces | Macros | Typedefs | Functions
robotis_manipulator_log.h File Reference
#include <unistd.h>
#include <vector>
#include <string>
Include dependency graph for robotis_manipulator_log.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 robotis_manipulator
 
 robotis_manipulator::log
 

Macros

#define ANSI_COLOR_BLUE   "\x1b[34m"
 
#define ANSI_COLOR_CYAN   "\x1b[36m"
 
#define ANSI_COLOR_GREEN   "\x1b[32m"
 
#define ANSI_COLOR_MAGENTA   "\x1b[35m"
 
#define ANSI_COLOR_RED   "\x1b[31m"
 
#define ANSI_COLOR_RESET   "\x1b[0m"
 
#define ANSI_COLOR_YELLOW   "\x1b[33m"
 

Typedefs

typedef std::string STRING
 

Functions

void robotis_manipulator::log::error (STRING str)
 
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)
 
void robotis_manipulator::log::print (STRING str, STRING color="DEFAULT")
 
void robotis_manipulator::log::print (STRING str, double data, uint8_t decimal_point=3, STRING color="DEFAULT")
 
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")
 
template<typename matrix >
void robotis_manipulator::log::print_matrix (matrix &m, uint8_t decimal_point=3)
 
template<typename T >
void robotis_manipulator::log::print_vector (std::vector< T > &vec, uint8_t decimal_point=3)
 
template<typename vector >
void robotis_manipulator::log::print_vector (vector &vec, uint8_t decimal_point=3)
 
void robotis_manipulator::log::println (STRING str, STRING color="DEFAULT")
 
void robotis_manipulator::log::println (STRING str, double data, uint8_t decimal_point=3, STRING color="DEFAULT")
 
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")
 
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)
 

Macro Definition Documentation

#define ANSI_COLOR_BLUE   "\x1b[34m"

Definition at line 37 of file robotis_manipulator_log.h.

#define ANSI_COLOR_CYAN   "\x1b[36m"

Definition at line 39 of file robotis_manipulator_log.h.

#define ANSI_COLOR_GREEN   "\x1b[32m"

Definition at line 35 of file robotis_manipulator_log.h.

#define ANSI_COLOR_MAGENTA   "\x1b[35m"

Definition at line 38 of file robotis_manipulator_log.h.

#define ANSI_COLOR_RED   "\x1b[31m"

Definition at line 34 of file robotis_manipulator_log.h.

#define ANSI_COLOR_RESET   "\x1b[0m"

Definition at line 40 of file robotis_manipulator_log.h.

#define ANSI_COLOR_YELLOW   "\x1b[33m"

Definition at line 36 of file robotis_manipulator_log.h.

Typedef Documentation

typedef std::string STRING

Definition at line 46 of file robotis_manipulator_log.h.



robotis_manipulator
Author(s): Hye-Jong KIM , Darby Lim , Yong-Ho Na , Ryan Shim
autogenerated on Sat Oct 3 2020 03:14:51