Commit: 84e39fb7d5a0e6495699a37afbe15c3146dcca1d
Parent: 9f39417043da0629c2a161ef145a8a9677f695b4
Author: tkhenry-uofa
Date: Fri, 21 Feb 2025 08:31:36 -0700
add readi group info to parameters
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/beamformer_parameters.h b/beamformer_parameters.h
@@ -51,7 +51,8 @@ typedef struct {
i32 beamform_plane; /* Plane to Beamform in 2D HERCULES */
f32 f_number; /* F# (set to 0 to disable) */
u32 das_shader_id;
- f32 _pad[2];
+ u32 readi_group_id; /* Which readi group this data is from */
+ u32 readi_group_size; /* Size of readi transmit group */
} BeamformerParameters;
/* NOTE: garbage to get the prepocessor to properly stringize the value of a macro */
@@ -83,6 +84,8 @@ layout(std140, binding = 0) uniform parameters {\n\
int beamform_plane; /* Plane to Beamform in 2D HERCULES */\n\
float f_number; /* F# (set to 0 to disable) */\n\
uint das_shader_id;\n\
+ uint readi_group_id; /* Which readi group this data is from */\n\
+ uint readi_group_size; /* Size of readi transmit group */\n\
};\n\
\n\
#define DECODE_MODE_NONE " str(DECODE_MODE_NONE) "\n\