Classes | Namespaces | Macros | Functions
rtstreams.hpp File Reference
#include "fosi.h"
#include "rtconversions.hpp"
#include "rtstreambufs.hpp"
Include dependency graph for rtstreams.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RTT::os::basic_iostreams
 
class  RTT::os::basic_istreams
 
class  RTT::os::basic_ostreams
 
class  RTT::os::basic_streams
 
struct  RTT::os::print_helper
 
class  RTT::os::printstream
 
struct  RTT::os::string_helper
 
class  RTT::os::stringstreams
 

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 &s)
 

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.



rtt
Author(s): RTT Developers
autogenerated on Fri Oct 25 2019 03:59:45