0akleytb / senior_design

2016-2017 senior design, FDP DAQ project
1 stars 0 forks source link

Clean Code: passing values to DAQ_Buffer::fill_buffer(...) #8

Open 0akleytb opened 7 years ago

0akleytb commented 7 years ago

Should update DAQ_Buffer::fill_buffer(...) to parse values within the function by passing the sensor value arrays, rather than passing all values individually.

0akleytb commented 7 years ago

Update: should really be passing sensor average value arrays (arrays of runningAVG objects): one array for pressure readings and one array for temperatures.