mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-03 11:34:12 +02:00
Add empty stub implementation of ImageAssembler
This commit is contained in:
@@ -1 +1,44 @@
|
||||
#include "ImageAssembler.hpp"
|
||||
|
||||
ImageAssembler::ImageAssembler()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
ImageAssembler::~ImageAssembler()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void ImageAssembler::process(
|
||||
const int slot_id,
|
||||
const int i_module,
|
||||
const BufferBinaryBlock* block_buffer)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void ImageAssembler::get_free_slot()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void ImageAssembler::get_full_slot()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void ImageAssembler::free_slot(const int slot_id)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
char* ImageAssembler::get_data_buffer(const int slot_id)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
ImageMetadataBlock* ImageAssembler::get_metadata_buffer(const int slot_id)
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user