Classes | Namespaces | Defines | 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

namespace  RTT
 

Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.


namespace  RTT::os
 

OS Abstractions such as Mutexes, Semaphores and Threads.


Defines

#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.


Define Documentation

#define RTSTREAMS_HPP

Definition at line 44 of file rtstreams.hpp.



rtt
Author(s): RTT Developers
autogenerated on Sat Jun 8 2019 18:46:35