Classes

The following classes are available globally.

  • Manages the Axon (HTTP) server and its routes. Asks for permission on behalf of the Axons.

    See more

    Declaration

    Swift

    class AxonController : NSObject
  • Provides functionality to access Sensor data (historical or live). Inits sensor objects. Also uploads sensor data to the server.

    See more

    Declaration

    Swift

    class SensorStore : NSObject
  • Display a list of remotely available Axons, that can be downloaded and installed.

    See more

    Declaration

    Swift

    public class InstallableAxonsTableViewController : UITableViewController
  • Tells other things when to write wherever.

    See more

    Declaration

    Swift

    class VMController : NSObject
  • Takes the raw data from SensorController and “processes” it.

    Declaration

    Swift

    class LAEController : NSObject
  • Axon Store gets Axon information from the local disk.

    See more

    Declaration

    Swift

    class AxonStore : NSObject