Simplified awg data mbuf handles excitation data streaming from awg to models
Compare changes
Files
27@@ -5,10 +5,13 @@ add_executable(mbuf_probe
Simplified awg data mbuf works for streaming excitation data to models.
AWG data used to be in the mbuf named <model_name> along with test points, epics data and a DAQ info structure.
Data is now passed through <model_name>_awg. The entire mbuf is mapped with the AWG_DATA structure.
There's no longer any need to calculate offsets. Access code is much simpler. Expansion or configuring of the mbuf layout will be straightforward.