Classes | |
| class | MyDeviceConfig |
| Test DrotConfig class used for testing purposes. More... | |
| class | MyDrot |
| Test drot class used for testing purposes. More... | |
| class | TestDrot |
Functions | |
| void | ExpectRead (std::shared_ptr< MockICommAdapter > comm_if, std::shared_ptr< testDrot::MyDeviceConfig > &dev_cfg, ifw::fcf::devmgr::drot::DrotControllerData &, int) |
| void | FeedStat (ifw::fnd::defs::SubscriptionHandler &handler, std::shared_ptr< testDrot::MyDeviceConfig > &dev_cfg, const std::string &stat_node, int value) |
| void | FeedStatShort (ifw::fnd::defs::SubscriptionHandler &handler, std::shared_ptr< testDrot::MyDeviceConfig > &dev_cfg, const std::string &stat_node, short value) |
| void | FeedStatDouble (ifw::fnd::defs::SubscriptionHandler &handler, std::shared_ptr< testDrot::MyDeviceConfig > &dev_cfg, const std::string &stat_node, double value) |
| TEST_F (TestDrot, Ctor) | |
| Test Drot constructor. | |
| TEST_F (TestDrot, Connect) | |
| Test the connection to the LCS. | |
| TEST_F (TestDrot, Init) | |
| Test the Initialisation of the device. | |
| TEST_F (TestDrot, Ignore) | |
| Test the device ignore functionality. | |
| TEST_F (TestDrot, Simulate) | |
| Test the device simulation functionality. | |
| TEST_F (TestDrot, Setup) | |
| Test Shutter Setup method. | |
| TEST_F (TestDrot, Status) | |
| Test the device Status method. | |
| TEST_F (TestDrot, EndAcq) | |
| Test the end of an acquisition. | |
| TEST_F (TestDrot, Local) | |
| Test the device local signal. | |
Variables | |
| std::string const | CONFIG_CFG = std::string("config/config.yaml") |
| std::string const | DROT_CFG = std::string("config/testDrot.yaml") |
| std::string const | DROT_MAP_CFG = std::string("config/testMapDrot.yaml") |
| void testDrot::ExpectRead | ( | std::shared_ptr< MockICommAdapter > | comm_if, |
| std::shared_ptr< testDrot::MyDeviceConfig > & | dev_cfg, | ||
| ifw::fcf::devmgr::drot::DrotControllerData & | , | ||
| int | ) |
| void testDrot::FeedStat | ( | ifw::fnd::defs::SubscriptionHandler & | handler, |
| std::shared_ptr< testDrot::MyDeviceConfig > & | dev_cfg, | ||
| const std::string & | stat_node, | ||
| int | value ) |
| void testDrot::FeedStatDouble | ( | ifw::fnd::defs::SubscriptionHandler & | handler, |
| std::shared_ptr< testDrot::MyDeviceConfig > & | dev_cfg, | ||
| const std::string & | stat_node, | ||
| double | value ) |
| void testDrot::FeedStatShort | ( | ifw::fnd::defs::SubscriptionHandler & | handler, |
| std::shared_ptr< testDrot::MyDeviceConfig > & | dev_cfg, | ||
| const std::string & | stat_node, | ||
| short | value ) |
| testDrot::TEST_F | ( | TestDrot | , |
| EndAcq | ) |
Test the end of an acquisition.
This test will validate the creation of a FITS file containing the FCF metadata.
| std::string const testDrot::CONFIG_CFG = std::string("config/config.yaml") |
| std::string const testDrot::DROT_CFG = std::string("config/testDrot.yaml") |
| std::string const testDrot::DROT_MAP_CFG = std::string("config/testMapDrot.yaml") |