#include <InMessage.h>
Inheritance diagram for InTextMessage:
Public Member Functions | |
InTextMessage (MessageQueueBase *q) | |
void | readAll (char *buf) |
Definition at line 83 of file InMessage.h.
InTextMessage::InTextMessage | ( | MessageQueueBase * | q | ) |
Constructor
q | A pointer to the message queue base |
Definition at line 42 of file InMessage.cpp.
References InMessageQueue::open().
void InTextMessage::readAll | ( | char * | buf | ) |
Reads the complete stream into a character buffer rechanging the escaped characters.
buf | The buffer to fill. Note that buf must point to a memory area that is large enough to carry the whole string. |
Definition at line 47 of file InMessage.cpp.
References InMessageQueue::getEof(), InText::nextChar(), and InText::theChar.
Referenced by CRobotRemoteApp::handleMessage(), COptionRatingDlgBar::handleMessage(), CMessageViewerDlgBar::handleMessage(), and RobotConsole::handleMessage().