Open jonnew opened 3 days ago
The components of a frame in the hardware spec:
https://github.com/open-ephys/ONI/blob/7649f1d1e37b34315122f79563e60822080c3acf/source/hw-spec/controller/channels/data_frames.rst?plain=1#L10-L18
should be renamed (and all references as well) with c-style names that better reflect what they are. e.g.
The frame format is: :: uint32 dev_addr uint64 acqclk_cnt uint32 sample_sz var sample
This will require a document-level review for consistency.
The components of a frame in the hardware spec:
https://github.com/open-ephys/ONI/blob/7649f1d1e37b34315122f79563e60822080c3acf/source/hw-spec/controller/channels/data_frames.rst?plain=1#L10-L18
should be renamed (and all references as well) with c-style names that better reflect what they are. e.g.