mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-08-09 12:40:30 +02:00
doc
This commit is contained in:
@@ -135,6 +135,12 @@ class CTBStateGuard {
|
||||
CTBState saved_;
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief
|
||||
* @param test_info current CTB state
|
||||
* @param isXilinxCtb if the detector type is Xilinx CTB
|
||||
* @return std::pair<uint64_t, int> pair of image size in bytes and number of channels in dimension X (Currently only analog channels)
|
||||
*/
|
||||
std::pair<uint64_t, int> calculate_ctb_image_size(const CTBState &test_info,
|
||||
bool isXilinxCtb);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user