Nature40 / pysensorproxy

A python tool to schedule, execute and log environmental measurements.
MIT License
0 stars 0 forks source link

Generalize Sensor Base implementation #50

Open jonashoechst opened 5 years ago

jonashoechst commented 5 years ago

In the base module there currently exit Sensor, LogSensor (simple values) and FileSensor (creating files, such as audio recordings). The proposal of this issue is, to omit the sensor class and move its functionality in the LogSensor class and implement the FileSensor inherited from the LogSensor.

There are multiple advantages: