ifw-fcf  5.0.0-pre2
Classes | Functions | Variables
TestIODev Namespace Reference

Classes

class  MyDeviceConfig
 Test SensorConfig class used for testing purposes. More...
 
class  MyIODev
 Test sensor class used for testing purposes. More...
 
class  TestIODev
 

Functions

 TEST_F (TestIODev, Ctor)
 Test Sensor constructor. More...
 
 TEST_F (TestIODev, Ignore)
 Test the device ignore functionality. More...
 
 TEST_F (TestIODev, Simulate)
 Test the device simulation functionality. More...
 
 TEST_F (TestIODev, Status)
 Test the device Status method. More...
 
 TEST_F (TestIODev, EndAcq)
 Test the end of an acquisition. More...
 

Variables

std::string const CONFIG_CFG = std::string("config/config.yaml")
 
std::string const IODEV_CFG = std::string("config/testSensor.yaml")
 
std::string const IODEV_MAP_CFG = std::string("config/testMapIODev.yaml")
 

Function Documentation

◆ TEST_F() [1/5]

TestIODev::TEST_F ( TestIODev  ,
Ctor   
)

Test Sensor constructor.

◆ TEST_F() [2/5]

TestIODev::TEST_F ( TestIODev  ,
EndAcq   
)

Test the end of an acquisition.

This test will validate the creation of a FITS file containing the FCF metadata.

◆ TEST_F() [3/5]

TestIODev::TEST_F ( TestIODev  ,
Ignore   
)

Test the device ignore functionality.

◆ TEST_F() [4/5]

TestIODev::TEST_F ( TestIODev  ,
Simulate   
)

Test the device simulation functionality.

◆ TEST_F() [5/5]

TestIODev::TEST_F ( TestIODev  ,
Status   
)

Test the device Status method.

Variable Documentation

◆ CONFIG_CFG

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

◆ IODEV_CFG

std::string const TestIODev::IODEV_CFG = std::string("config/testSensor.yaml")

◆ IODEV_MAP_CFG

std::string const TestIODev::IODEV_MAP_CFG = std::string("config/testMapIODev.yaml")