|
MULTIBODY SIMULATION SOFTWARE - API documentation |
#include <CHstream.h>


Protected Member Functions | |
| virtual void | Output (const char *data, int n)=0 |
| 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