open-ephys / ONI

Open Neuro Interface Hardware Specification and API Documentation
https://open-ephys.github.io/ONI/
Creative Commons Attribution Share Alike 4.0 International
2 stars 2 forks source link

Rename frame elements with c-style names #55

Open jonnew opened 3 days ago

jonnew commented 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
jonnew commented 23 hours ago

This will require a document-level review for consistency.