OrocosComponentLibrary  2.7.0
Public Member Functions
PrintService Class Reference

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

List of all members.

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: