T-PLAY / hub

Central HUB and communication protocol of TPLAY
https://t-play.github.io/hub/
Mozilla Public License 2.0
2 stars 1 forks source link

[sensor] Add getMeasures to Acquisition class #24

Open hiergaut opened 5 months ago

hiergaut commented 5 months ago

getMeasures return only sensorData without clocks info. Able to to iterate over all measure of the corresponding acquisition. Avoid the use of unfriendly getNodes and getData from Matrix class. These functions should be hidden from an acquisition class user.