mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 01:58:00 +02:00
bit field for missing packets, added commands r_padding and r_discardpolicy, hdf5 bitfield metadata left to do
This commit is contained in:
@ -761,6 +761,19 @@ class slsDetectorUtils : public slsDetectorActions, public postProcessing {
|
||||
*/
|
||||
virtual int setReceiverFramesPerFile(int f = -1) = 0;
|
||||
|
||||
/**
|
||||
Sets the frames discard policy in receiver
|
||||
@param f frames discard policy
|
||||
\returns frames discard policy set in receiver
|
||||
*/
|
||||
virtual frameDiscardPolicy setReceiverFramesDiscardPolicy(frameDiscardPolicy f = GET_FRAME_DISCARD_POLICY) = 0;
|
||||
|
||||
/**
|
||||
Sets the partial frames padding enable in receiver
|
||||
@param f partial frames padding enable
|
||||
\returns partial frames padding enable in receiver
|
||||
*/
|
||||
virtual int setReceiverPartialFramesPadding(int f = -1) = 0;
|
||||
|
||||
/**
|
||||
Sets up the file format
|
||||
|
Reference in New Issue
Block a user