ifw-fcf 7.1.4
|
Classes | |
class | MyDeviceConfig |
class | MyLamp |
class | TestLamp |
Functions | |
void | ExpectRead (std::shared_ptr< MockIComm > comm_if, std::shared_ptr< testLamp::MyDeviceConfig > &dev_cfg, ifw::fcf::devmgr::lamp::LampControllerData &data, int repetitions) |
TEST_F (TestLamp, Ctor) | |
Test the device class constructor. | |
TEST_F (TestLamp, Connect) | |
Test the connection to the LCS. | |
TEST_F (TestLamp, Init) | |
Test the Initialisation of the device. | |
TEST_F (TestLamp, Ignore) | |
Test the device ignore functionality. | |
TEST_F (TestLamp, Simulate) | |
Test the device simulation functionality. | |
TEST_F (TestLamp, Setup) | |
TEST_F (TestLamp, Status) | |
Test the device Status method. | |
TEST_F (TestLamp, EndAcq) | |
Test the end of an acquisition. | |
TEST_F (TestLamp, Local) | |
Test the device local signal. | |
Variables | |
std::string const | CONFIG_CFG = std::string("config/config.yaml") |
std::string const | LAMP_CFG = std::string("config/testLamp.yaml") |
std::string const | LAMP_MAP_CFG = std::string("config/testMapLamp.yaml") |
void testLamp::ExpectRead | ( | std::shared_ptr< MockIComm > | comm_if, |
std::shared_ptr< testLamp::MyDeviceConfig > & | dev_cfg, | ||
ifw::fcf::devmgr::lamp::LampControllerData & | data, | ||
int | repetitions ) |
testLamp::TEST_F | ( | TestLamp | , |
EndAcq | ) |
Test the end of an acquisition.
This test will validate the creation of a FITS file containing the FCF metadata.
testLamp::TEST_F | ( | TestLamp | , |
Setup | ) |
std::string const testLamp::CONFIG_CFG = std::string("config/config.yaml") |
std::string const testLamp::LAMP_CFG = std::string("config/testLamp.yaml") |
std::string const testLamp::LAMP_MAP_CFG = std::string("config/testMapLamp.yaml") |