ifw-fcf 7.1.4
Loading...
Searching...
No Matches
Classes | Functions | Variables
testShutter Namespace Reference

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")
 

Function Documentation

◆ ExpectRead()

void testShutter::ExpectRead ( std::shared_ptr< MockIComm > comm_if,
std::shared_ptr< testShutter::MyDeviceConfig > & dev_cfg,
ifw::fcf::devmgr::shutter::ShutterControllerData & data,
int repetitions )

◆ TEST_F() [1/9]

testShutter::TEST_F ( TestShutter ,
Connect  )

Test the connection to the LCS.

◆ TEST_F() [2/9]

testShutter::TEST_F ( TestShutter ,
Ctor  )

Test the Shutter device class constructor.

◆ TEST_F() [3/9]

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.

◆ TEST_F() [4/9]

testShutter::TEST_F ( TestShutter ,
Ignore  )

Test the device ignore functionality.

◆ TEST_F() [5/9]

testShutter::TEST_F ( TestShutter ,
Init  )

Test the Initialisation of the device.

◆ TEST_F() [6/9]

testShutter::TEST_F ( TestShutter ,
Local  )

Test the device local signal.

◆ TEST_F() [7/9]

testShutter::TEST_F ( TestShutter ,
Setup  )

Test Shutter Setup method.

◆ TEST_F() [8/9]

testShutter::TEST_F ( TestShutter ,
Simulate  )

Test the device simulation functionality.

◆ TEST_F() [9/9]

testShutter::TEST_F ( TestShutter ,
Status  )

Test the device Status method.

Variable Documentation

◆ CONFIG_CFG

std::string const testShutter::CONFIG_CFG = std::string("config/config.yaml")

◆ SHUTTER_CFG

std::string const testShutter::SHUTTER_CFG = std::string("config/testShutter.yaml")

◆ SHUTTER_MAP_CFG

std::string const testShutter::SHUTTER_MAP_CFG = std::string("config/testMapShutter.yaml")