View controller shows login screen and handles login logic. More...
Public Member Functions | |
(void) | - sendTractorID: |
(void) | - doDownloadAction |
(void) | - updateTractorInfo |
Properties | |
unsigned long | tractorID |
BOOL | isDownloading |
BOOL | hasFailedDownload |
BOOL | badMachineID |
NSString * | tractorName |
NSString * | tractorImage |
NSString * | tractorType |
NSArray * | things |
NSArray * | alerts |
JDThresholdList * | thresholdList |
IBOutlet UIButton * | showAlertsButton |
IBOutlet UIButton * | viewHistoryButton |
BOOL | showAlerts |
View controller shows login screen and handles login logic.
- (void) doDownloadAction |
Downloads data from this tractors thingy
- (void) sendTractorID: | (unsigned long) | tractorID |
Sends the tractor id to the subview in order to update tables, titles, images, etc
tractorID | id to send as the tractor id |