data_managers/data_managers library

A library for data managers. Contains implementation of the

Classes

ConsoleDataManager
A very simple data manager that just "uploads" the data to the console (i.e., prints it). Used mainly for testing and debugging purposes.
ConsoleDataManagerFactory
FileDataManager
Stores Measurement objects on the device's local storage media. Supports compression (zip) and encryption.
FileDataManagerEvent
A status event for this file data manager. See FileDataManagerEventTypes for a list of possible event types.
FileDataManagerEventTypes
An enumeration of file data manager event types
FileDataManagerFactory
FileStudyProtocolManager
Retrieve and store StudyProtocol json definitions on the device's local file system.
SQLiteDataManager
Stores meta data about the running SmartphoneDeployment and all collected Measurement json objects in an SQLite database on the device's local storage media.
SQLiteDataManagerFactory