#include <lsp_test_laser.hh>
Public Member Functions | |
void | setUp () |
void | tearDown () |
Protected Member Functions | |
void | testConfig () |
void | testData () |
void | testGeom () |
Protected Attributes | |
playerc_laser_t * | laserProxy |
Static Protected Attributes | |
static const int | Samples = 361 |
Private Member Functions | |
CPPUNIT_TEST (testConfig) | |
CPPUNIT_TEST (testGeom) | |
CPPUNIT_TEST (testData) | |
CPPUNIT_TEST_SUITE (Laser) | |
CPPUNIT_TEST_SUITE_END () |
Definition at line 10 of file lsp_test_laser.hh.
lspTest::Laser::CPPUNIT_TEST | ( | testConfig | ) | [private] |
lspTest::Laser::CPPUNIT_TEST | ( | testGeom | ) | [private] |
lspTest::Laser::CPPUNIT_TEST | ( | testData | ) | [private] |
lspTest::Laser::CPPUNIT_TEST_SUITE | ( | Laser | ) | [private] |
lspTest::Laser::CPPUNIT_TEST_SUITE_END | ( | ) | [private] |
void Laser::setUp | ( | ) |
Definition at line 7 of file lsp_test_laser.cc.
void Laser::tearDown | ( | ) |
Definition at line 14 of file lsp_test_laser.cc.
void Laser::testConfig | ( | ) | [protected] |
Definition at line 20 of file lsp_test_laser.cc.
void Laser::testData | ( | ) | [protected] |
Definition at line 53 of file lsp_test_laser.cc.
void Laser::testGeom | ( | ) | [protected] |
Definition at line 42 of file lsp_test_laser.cc.
playerc_laser_t* lspTest::Laser::laserProxy [protected] |
Definition at line 19 of file lsp_test_laser.hh.
const int Laser::Samples = 361 [static, protected] |
Definition at line 25 of file lsp_test_laser.hh.