Test fixture for testing parts of the API affected by SMT. More...
Protected Member Functions | |
| virtual void | SetUp () |
| virtual void | TearDown () |
Static Protected Member Functions | |
| static void | SetUpTestCase () |
| static void | TearDownTestCase () |
Protected Attributes | |
| std::shared_ptr< SMT::Resource > | floatResource |
| std::shared_ptr< SMT::Resource > | int16Resource |
| std::shared_ptr< SMT::Resource > | int32Resource |
| std::shared_ptr< SMT::Resource > | int8Resource |
| SMT::SMTClient * | smtclient |
| std::string | test_name |
| std::shared_ptr< SMT::Resource > | uint16Resource |
| std::shared_ptr< SMT::Resource > | uint32Resource |
| std::shared_ptr< SMT::Resource > | uint8Resource |
Static Protected Attributes | |
| static SMTCoreDaemon | smtcore |
Test fixture for testing parts of the API affected by SMT.
Definition at line 14 of file RobonetDataElementSMT_Test.cpp.
| virtual void RobonetDataElementSMTTest::SetUp | ( | ) | [inline, protected, virtual] |
Definition at line 26 of file RobonetDataElementSMT_Test.cpp.
| static void RobonetDataElementSMTTest::SetUpTestCase | ( | ) | [inline, static, protected] |
Definition at line 17 of file RobonetDataElementSMT_Test.cpp.
| virtual void RobonetDataElementSMTTest::TearDown | ( | ) | [inline, protected, virtual] |
Definition at line 43 of file RobonetDataElementSMT_Test.cpp.
| static void RobonetDataElementSMTTest::TearDownTestCase | ( | ) | [inline, static, protected] |
Definition at line 21 of file RobonetDataElementSMT_Test.cpp.
std::shared_ptr<SMT::Resource> RobonetDataElementSMTTest::floatResource [protected] |
Definition at line 68 of file RobonetDataElementSMT_Test.cpp.
std::shared_ptr<SMT::Resource> RobonetDataElementSMTTest::int16Resource [protected] |
Definition at line 65 of file RobonetDataElementSMT_Test.cpp.
std::shared_ptr<SMT::Resource> RobonetDataElementSMTTest::int32Resource [protected] |
Definition at line 67 of file RobonetDataElementSMT_Test.cpp.
std::shared_ptr<SMT::Resource> RobonetDataElementSMTTest::int8Resource [protected] |
Definition at line 63 of file RobonetDataElementSMT_Test.cpp.
SMT::SMTClient* RobonetDataElementSMTTest::smtclient [protected] |
Definition at line 58 of file RobonetDataElementSMT_Test.cpp.
SMTCoreDaemon RobonetDataElementSMTTest::smtcore [static, protected] |
Definition at line 70 of file RobonetDataElementSMT_Test.cpp.
std::string RobonetDataElementSMTTest::test_name [protected] |
Definition at line 60 of file RobonetDataElementSMT_Test.cpp.
std::shared_ptr<SMT::Resource> RobonetDataElementSMTTest::uint16Resource [protected] |
Definition at line 64 of file RobonetDataElementSMT_Test.cpp.
std::shared_ptr<SMT::Resource> RobonetDataElementSMTTest::uint32Resource [protected] |
Definition at line 66 of file RobonetDataElementSMT_Test.cpp.
std::shared_ptr<SMT::Resource> RobonetDataElementSMTTest::uint8Resource [protected] |
Definition at line 62 of file RobonetDataElementSMT_Test.cpp.