MULTIBODY SIMULATION SOFTWARE - API documentation

chrono::ChStreamOut Class Reference

#include <CHstream.h>

Inheritance diagram for chrono::ChStreamOut:

Inheritance graph
[legend]
Collaboration diagram for chrono::ChStreamOut:

Collaboration graph
[legend]

List of all members.

Protected Member Functions

virtual void Output (const char *data, int n)=0


Detailed Description

This is a base class for all OUTPUT streams. Does nothing special - it must be implemented by child classes

Member Function Documentation

virtual void chrono::ChStreamOut::Output ( const char *  data,
int  n 
) [protected, pure virtual]

Outputs a raw chunk of data, from pointer 'data' up to 'n' chars (bytes). NOTE! Inherited class could override only this function to have everything working, for example to output into a message box, or to sockets, etc..

Implemented in chrono::ChLogConsole.


CHRONO::ENGINE
C++ library for multibody simulation, (C) Alessandro Tasora
This API documentation has been generated on 17 Jul 2009 by Doxygen