Definition at line 12 of file main.cpp.
Public Member Functions | |
TxtRcvr_t (fs::rap::ConWin_t *pTgt) | |
virtual void | Receive (const char *pszText, bool bCmd) |
Private Member Functions | |
TxtRcvr_t () | |
Private Attributes | |
fs::rap::ConWin_t * | m_pTgt |
test::TxtRcvr_t::TxtRcvr_t | ( | fs::rap::ConWin_t * | pTgt | ) | [inline, explicit] |
test::TxtRcvr_t::TxtRcvr_t | ( | ) | [private] |
virtual void test::TxtRcvr_t::Receive | ( | const char * | pszText, | |
bool | bCmd | |||
) | [inline, virtual] |
Implements fs::rap::ConWin_t::TxtRcvr_i.
Definition at line 19 of file main.cpp.
References m_pTgt, and fs::rap::ConWin_t::Push().
Here is the call graph for this function:
fs::rap::ConWin_t* test::TxtRcvr_t::m_pTgt [private] |