OrocosComponentLibrary
2.8.3
|
A service that provides basic printing to std::cout, std::cerr and the RTT::Logger. More...
Public Member Functions | |
PrintService (TaskContext *parent) | |
void | println (const std::string &arg) |
void | printerr (const std::string &arg) |
void | printlog (Logger::LogLevel level, const std::string &arg) |
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 18 of file PrintService.cpp.