Public Member Functions | |
void | printerr (const std::string &arg) |
void | println (const std::string &arg) |
void | printlog (Logger::LogLevel level, const std::string &arg) |
PrintService (TaskContext *parent) |
A service that provides basic printing to std::cout, std::cerr and the RTT::Logger. Can be loaded in scripts by writing 'requires("print")' on top of the file.
Definition at line 16 of file PrintService.cpp.
OCL::PrintService::PrintService | ( | TaskContext * | parent | ) | [inline] |
Definition at line 12 of file PrintService.cpp.
void OCL::PrintService::printerr | ( | const std::string & | arg | ) | [inline] |
Definition at line 49 of file PrintService.cpp.
void OCL::PrintService::println | ( | const std::string & | arg | ) | [inline] |
Definition at line 45 of file PrintService.cpp.
void OCL::PrintService::printlog | ( | Logger::LogLevel | level, | |
const std::string & | arg | |||
) | [inline] |
Definition at line 53 of file PrintService.cpp.