DEABarometerViewCell Class Reference

Inherits from UITableViewCell
Declared in DEABarometerViewCell.h
DEABarometerViewCell.m

Overview

View and control logic for the SensorTag barometer service.

  service

Pointer to service

@property (strong, nonatomic) DEABarometerService *service

Discussion

Pointer to service

Declared In

DEABarometerViewCell.h

  notifySwitch

Enable notification

@property (strong, nonatomic) IBOutlet UISwitch *notifySwitch

Discussion

Enable notification

Declared In

DEABarometerViewCell.h

  ambientTemperatureLabel

Display ambient temperature

@property (strong, nonatomic) IBOutlet UILabel *ambientTemperatureLabel

Discussion

Display ambient temperature

Declared In

DEABarometerViewCell.h

  pressureLabel

Display object temperature

@property (strong, nonatomic) IBOutlet UILabel *pressureLabel

Discussion

Display object temperature

Declared In

DEABarometerViewCell.h

  calibrateButton

Calibration button

@property (strong, nonatomic) IBOutlet UIButton *calibrateButton

Discussion

Calibration button

Declared In

DEABarometerViewCell.h

– notifySwitchAction:

Action method to handle notifySwitch toggle.

- (IBAction)notifySwitchAction:(id)sender

Parameters

sender

notifySwitch UI component.

Discussion

Action method to handle notifySwitch toggle.

Declared In

DEABarometerViewCell.h

– calibrateButtonAction:

Action method to handle calibrateButton.

- (IBAction)calibrateButtonAction:(id)sender

Parameters

sender

calibrateButton

Discussion

Action method to handle calibrateButton.

Declared In

DEABarometerViewCell.h

– configureWithSensorTag:

Configure this class to use sensorTag.

- (void)configureWithSensorTag:(DEASensorTag *)sensorTag

Parameters

sensorTag

Peripheral containing service to be used by this UI component.

Discussion

Configure this class to use sensorTag.

Declared In

DEABarometerViewCell.h

– deconfigure

Deconfigure this class to not use sensorTag.

- (void)deconfigure

Discussion

Deconfigure this class to not use sensorTag.

Declared In

DEABarometerViewCell.h