Orocos Real-Time Toolkit  2.8.3
Classes | Namespaces | Macros | Functions
rtstreams.hpp File Reference

(Almost) Real-Time output streams. More...

#include "fosi.h"
#include "rtconversions.hpp"
#include "rtstreambufs.hpp"

Go to the source code of this file.

Classes

class  RTT::os::basic_streams
 This is a stream class for use in limited environments. More...
 
class  RTT::os::basic_istreams
 An basic_istream is a stream which can be read. More...
 
class  RTT::os::basic_ostreams
 An basic_ostreams is a stream which can be written to. More...
 
class  RTT::os::basic_iostreams
 An IO stream based on strings. More...
 
struct  RTT::os::print_helper
 
class  RTT::os::printstream
 The printstream is a stream for printing characters to the terminal window. More...
 
struct  RTT::os::string_helper
 
class  RTT::os::stringstreams
 Stringstreams, are not guaranteed to be hard realtime. More...
 

Namespaces

 RTT
 Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.
 
 RTT::os
 OS Abstractions such as Mutexes, Semaphores and Threads.
 

Macros

#define RTSTREAMS_HPP
 

Functions

basic_ostreams & RTT::os::endl (basic_ostreams &)
 Flush and newline. More...
 

Detailed Description

(Almost) Real-Time output streams.

If you really have to print something out from a RealTime thread, you can use the streams of the os namespace, which will call the rtos_printf functions (which are supposed to be as realtime as possible) of the OS you are using. Be warned, these classes have not been tested extensively and might in certain cases still break hard-realtime behaviour. avoid using it from your most critical threads and production code.

Definition in file rtstreams.hpp.

Macro Definition Documentation

#define RTSTREAMS_HPP

Definition at line 44 of file rtstreams.hpp.