mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 03:20:14 +01:00
formatting
This commit is contained in:
@@ -135,8 +135,9 @@ class slsDetectorDefs {
|
||||
} sls_detector_header;
|
||||
|
||||
#ifdef __cplusplus
|
||||
//For sending and receiving data
|
||||
static_assert(sizeof(detectorType) == sizeof(int), "enum and int differ in size");
|
||||
// For sending and receiving data
|
||||
static_assert(sizeof(detectorType) == sizeof(int),
|
||||
"enum and int differ in size");
|
||||
#define MAX_NUM_PACKETS 512
|
||||
using sls_bitset = std::bitset<MAX_NUM_PACKETS>;
|
||||
using bitset_storage = uint8_t[MAX_NUM_PACKETS / 8];
|
||||
|
||||
Reference in New Issue
Block a user