|
ifw-fcf 7.1.4
|
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< MockIComm > comm_if, std::shared_ptr< testDrot::MyDeviceConfig > &dev_cfg, ifw::fcf::devmgr::drot::DrotControllerData &data, int repetitions) |
| 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< MockIComm > | comm_if, |
| std::shared_ptr< testDrot::MyDeviceConfig > & | dev_cfg, | ||
| ifw::fcf::devmgr::drot::DrotControllerData & | data, | ||
| int | repetitions ) |
| 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") |