OPEnSLab-OSU / eDNA-Server

Backend Application for eDNA Genomic Sampler
1 stars 1 forks source link

Sensor array #7

Closed kawinie closed 4 years ago

kawinie commented 4 years ago

The Curiously Recurring Template Pattern (CRTP) allows us to build on functionalities without dynamic dispatch. See: https://www.fluentcpp.com/2017/05/12/curiously-recurring-template-pattern/

  • Sensor Array Management (Observer + CRTP)
  • Pressure Sensor
  • New protocol (In progress)
  • Moving states management responsibility to custom StateMachines
  • Ball valve support
  • Bug fixes & more