Structure MWData
MWDataTable
Stringly-expressed data from any sensor, ready to export in CSV format.
Framework
- Meta
Wear
Declaration
struct MWDataTableTopics
Initializers
Instance Properties
let rows: [[String]] Outer: Row. Inner: Data columns, starting with epoch.
Instance Methods
func makeCSV (delimiter: String) -> String Make a CSV with a labeled header row, optionally with other delimiters like a pipe |
Type Properties
static var stringDecimalDigits : Int Maximum decimal places used for string formatting
Enumerations
See Also
Data Output
struct MWData Useful when interacting with the C++ library.
protocol MWDataConvertible Has a defined conversion from a
MblMwData C++ struct into a defined Swift value type whose lifetime is not confined to the C++ closure.typealias Download Tuple of the approximate percentage of data already downloaded (by page size, not actual entries) and, once 100% complete, the downloaded data itself.