[Who] As an epidemiologist-developer
[What] I want to load the Edison robot sourced rssi/distance data format
[Value] In order to apply this data to my algorithms under test to allow me to validate their efficacy
Desired implementation
[ ] Load CSV data in to SampleList<Sample> to pass to Analysis Runner
[ ] Be memory efficient (no extraneous member created/destroyed repeatedly)
[Who] As an epidemiologist-developer [What] I want to load the Edison robot sourced rssi/distance data format [Value] In order to apply this data to my algorithms under test to allow me to validate their efficacy
Desired implementation
Other context
CSV format as per here: https://github.com/vmware/herald-analysis/tree/develop/reference-data/rssi-raw-edison
Allows testing of value source API
Depends upon #29