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

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

Function Documentation

◆ ExpectRead()

void testDrot::ExpectRead ( std::shared_ptr< MockIComm > comm_if,
std::shared_ptr< testDrot::MyDeviceConfig > & dev_cfg,
ifw::fcf::devmgr::drot::DrotControllerData & data,
int repetitions )

◆ TEST_F() [1/9]

testDrot::TEST_F ( TestDrot ,
Connect  )

Test the connection to the LCS.

◆ TEST_F() [2/9]

testDrot::TEST_F ( TestDrot ,
Ctor  )

Test Drot constructor.

◆ TEST_F() [3/9]

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.

◆ TEST_F() [4/9]

testDrot::TEST_F ( TestDrot ,
Ignore  )

Test the device ignore functionality.

◆ TEST_F() [5/9]

testDrot::TEST_F ( TestDrot ,
Init  )

Test the Initialisation of the device.

◆ TEST_F() [6/9]

testDrot::TEST_F ( TestDrot ,
Local  )

Test the device local signal.

◆ TEST_F() [7/9]

testDrot::TEST_F ( TestDrot ,
Setup  )

Test Shutter Setup method.

◆ TEST_F() [8/9]

testDrot::TEST_F ( TestDrot ,
Simulate  )

Test the device simulation functionality.

◆ TEST_F() [9/9]

testDrot::TEST_F ( TestDrot ,
Status  )

Test the device Status method.

Variable Documentation

◆ CONFIG_CFG

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

◆ DROT_CFG

std::string const testDrot::DROT_CFG = std::string("config/testDrot.yaml")

◆ DROT_MAP_CFG

std::string const testDrot::DROT_MAP_CFG = std::string("config/testMapDrot.yaml")