OrocosComponentLibrary  2.8.3
Public Member Functions | List of all members
PrintService Class Reference

A service that provides basic printing to std::cout, std::cerr and the RTT::Logger. More...

Inheritance diagram for PrintService:

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)
 

Detailed Description

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.


The documentation for this class was generated from the following file: