DataSourceType

enum DataSourceType : NSInteger {}

Constants indicating the data source type.

  • Data got from the sensors or any other live source.

    Declaration

    Objective-C

    DataSourceTypeLive = 0
  • Data got from playing a log or a simulation.

    Declaration

    Objective-C

    DataSourceTypePlayback
  • No data type available.

    Declaration

    Objective-C

    DataSourceTypeUnknown