TTLDrivingProfileHistogram Class Reference

Inherits from NSObject
Declared in TTLServiceRealTimeDataSubscriptionProtocol.h

Overview

A Representation of a histogram.

The values (events) are aligned to bands that are addressed by numbers starting by 0;

Each band contained in this histogram describes specific value ranges. E. g. a histogram of acceleration events is split in bands of 100 milli-g.

The histogram may NOT include values for every band.

– initWithValues:

- (instancetype _Nonnull)initWithValues:(NSDictionary *_Nonnull)values

– description

- (NSString *_Nonnull)description

– isEqual:

- (BOOL)isEqual:(id _Nullable)other

– isEqualToHistogram:

- (BOOL)isEqualToHistogram:(TTLDrivingProfileHistogram *_Nullable)histogram

– hash

- (NSUInteger)hash

  maxBand

@property NSNumber *maxBand

  valuesByBands

@property (readonly) NSDictionary *valuesByBands