#include <lsp_test_proxy.hh>

Protected Member Functions | |
| void | connect () |
| void | disconnect () |
Protected Attributes | |
| playerc_client_t * | client |
Static Protected Attributes | |
| static const double | Delta = 0.01 |
Private Member Functions | |
| CPPUNIT_TEST_SUITE (Proxy) | |
| CPPUNIT_TEST_SUITE_END_ABSTRACT () | |
Definition at line 8 of file lsp_test_proxy.hh.
| void Proxy::connect | ( | ) | [protected] |
Definition at line 7 of file lsp_test_proxy.cc.
| lspTest::Proxy::CPPUNIT_TEST_SUITE | ( | Proxy | ) | [private] |
| lspTest::Proxy::CPPUNIT_TEST_SUITE_END_ABSTRACT | ( | ) | [private] |
| void Proxy::disconnect | ( | ) | [protected] |
Definition at line 14 of file lsp_test_proxy.cc.
playerc_client_t* lspTest::Proxy::client [protected] |
Definition at line 14 of file lsp_test_proxy.hh.
const double Proxy::Delta = 0.01 [static, protected] |
Definition at line 19 of file lsp_test_proxy.hh.