ifw-fcf 7.1.4
|
Classes | |
class | MyDeviceConfig |
Dummy Test ShutterConfig class used for testing purposes. More... | |
class | MyShutter |
Dummy Test shutter class used for testing purposes. More... | |
class | TestShutter |
Functions | |
void | ExpectRead (std::shared_ptr< MockIComm > comm_if, std::shared_ptr< testShutter::MyDeviceConfig > &dev_cfg, ifw::fcf::devmgr::shutter::ShutterControllerData &data, int repetitions) |
TEST_F (TestShutter, Ctor) | |
Test the Shutter device class constructor. | |
TEST_F (TestShutter, Connect) | |
Test the connection to the LCS. | |
TEST_F (TestShutter, Init) | |
Test the Initialisation of the device. | |
TEST_F (TestShutter, Ignore) | |
Test the device ignore functionality. | |
TEST_F (TestShutter, Simulate) | |
Test the device simulation functionality. | |
TEST_F (TestShutter, Setup) | |
Test Shutter Setup method. | |
TEST_F (TestShutter, Status) | |
Test the device Status method. | |
TEST_F (TestShutter, EndAcq) | |
Test the end of an acquisition. | |
TEST_F (TestShutter, Local) | |
Test the device local signal. | |
Variables | |
std::string const | CONFIG_CFG = std::string("config/config.yaml") |
std::string const | SHUTTER_CFG = std::string("config/testShutter.yaml") |
std::string const | SHUTTER_MAP_CFG = std::string("config/testMapShutter.yaml") |
void testShutter::ExpectRead | ( | std::shared_ptr< MockIComm > | comm_if, |
std::shared_ptr< testShutter::MyDeviceConfig > & | dev_cfg, | ||
ifw::fcf::devmgr::shutter::ShutterControllerData & | data, | ||
int | repetitions ) |
testShutter::TEST_F | ( | TestShutter | , |
Connect | ) |
Test the connection to the LCS.
testShutter::TEST_F | ( | TestShutter | , |
Ctor | ) |
Test the Shutter device class constructor.
testShutter::TEST_F | ( | TestShutter | , |
EndAcq | ) |
Test the end of an acquisition.
This test will validate the creation of a FITS file containing the FCF metadata.
testShutter::TEST_F | ( | TestShutter | , |
Ignore | ) |
Test the device ignore functionality.
testShutter::TEST_F | ( | TestShutter | , |
Init | ) |
Test the Initialisation of the device.
testShutter::TEST_F | ( | TestShutter | , |
Local | ) |
Test the device local signal.
testShutter::TEST_F | ( | TestShutter | , |
Setup | ) |
Test Shutter Setup method.
testShutter::TEST_F | ( | TestShutter | , |
Simulate | ) |
Test the device simulation functionality.
testShutter::TEST_F | ( | TestShutter | , |
Status | ) |
Test the device Status method.
std::string const testShutter::CONFIG_CFG = std::string("config/config.yaml") |
std::string const testShutter::SHUTTER_CFG = std::string("config/testShutter.yaml") |
std::string const testShutter::SHUTTER_MAP_CFG = std::string("config/testMapShutter.yaml") |