Commit e13e76e38f76c2c865d1b19f060e20d290cb0543
1 parent
cf609976
--no commit message
Showing
5 changed files
with
17 additions
and
20 deletions
DUREX Vendor Control/CommunicationProtocol.m
DUREX Vendor Control/DUREX Vendor Control.xcodeproj/project.xcworkspace/xcuserdata/imanol.xcuserdatad/UserInterfaceState.xcuserstate
No preview for this file type
DUREX Vendor Control/DUREX Vendor Control.xcodeproj/xcuserdata/imanol.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
... | ... | @@ -47,8 +47,8 @@ |
47 | 47 | endingColumnNumber = "9223372036854775807" |
48 | 48 | startingLineNumber = "716" |
49 | 49 | endingLineNumber = "716" |
50 | - landmarkName = "-tableView:indentationLevelForRowAtIndexPath:" | |
51 | - landmarkType = "5"> | |
50 | + landmarkName = "@implementation MenuTableViewController" | |
51 | + landmarkType = "3"> | |
52 | 52 | </BreakpointContent> |
53 | 53 | </BreakpointProxy> |
54 | 54 | <BreakpointProxy |
... | ... | @@ -63,8 +63,8 @@ |
63 | 63 | endingColumnNumber = "9223372036854775807" |
64 | 64 | startingLineNumber = "575" |
65 | 65 | endingLineNumber = "575" |
66 | - landmarkName = "-tableView:didSelectRowAtIndexPath:" | |
67 | - landmarkType = "5"> | |
66 | + landmarkName = "@implementation MenuTableViewController" | |
67 | + landmarkType = "3"> | |
68 | 68 | </BreakpointContent> |
69 | 69 | </BreakpointProxy> |
70 | 70 | <BreakpointProxy |
... | ... | @@ -74,13 +74,11 @@ |
74 | 74 | ignoreCount = "0" |
75 | 75 | continueAfterRunningActions = "No" |
76 | 76 | filePath = "CommunicationProtocol.m" |
77 | - timestampString = "434133664.559575" | |
77 | + timestampString = "434381762.875075" | |
78 | 78 | startingColumnNumber = "9223372036854775807" |
79 | 79 | endingColumnNumber = "9223372036854775807" |
80 | - startingLineNumber = "336" | |
81 | - endingLineNumber = "336" | |
82 | - landmarkName = "@implementation CommunicationProtocol" | |
83 | - landmarkType = "3"> | |
80 | + startingLineNumber = "337" | |
81 | + endingLineNumber = "337"> | |
84 | 82 | </BreakpointContent> |
85 | 83 | </BreakpointProxy> |
86 | 84 | <BreakpointProxy |
... | ... | @@ -90,13 +88,11 @@ |
90 | 88 | ignoreCount = "0" |
91 | 89 | continueAfterRunningActions = "No" |
92 | 90 | filePath = "CommunicationProtocol.m" |
93 | - timestampString = "434133664.559575" | |
91 | + timestampString = "434381762.875075" | |
94 | 92 | startingColumnNumber = "9223372036854775807" |
95 | 93 | endingColumnNumber = "9223372036854775807" |
96 | - startingLineNumber = "335" | |
97 | - endingLineNumber = "335" | |
98 | - landmarkName = "-readSalesLog::" | |
99 | - landmarkType = "5"> | |
94 | + startingLineNumber = "336" | |
95 | + endingLineNumber = "336"> | |
100 | 96 | </BreakpointContent> |
101 | 97 | </BreakpointProxy> |
102 | 98 | <BreakpointProxy |
... | ... | @@ -106,11 +102,11 @@ |
106 | 102 | ignoreCount = "0" |
107 | 103 | continueAfterRunningActions = "No" |
108 | 104 | filePath = "CommunicationProtocol.m" |
109 | - timestampString = "434133664.559575" | |
105 | + timestampString = "434381762.875075" | |
110 | 106 | startingColumnNumber = "9223372036854775807" |
111 | 107 | endingColumnNumber = "9223372036854775807" |
112 | - startingLineNumber = "348" | |
113 | - endingLineNumber = "348"> | |
108 | + startingLineNumber = "349" | |
109 | + endingLineNumber = "349"> | |
114 | 110 | </BreakpointContent> |
115 | 111 | </BreakpointProxy> |
116 | 112 | <BreakpointProxy |
... | ... | @@ -285,7 +281,7 @@ |
285 | 281 | endingColumnNumber = "9223372036854775807" |
286 | 282 | startingLineNumber = "721" |
287 | 283 | endingLineNumber = "721" |
288 | - landmarkName = "-numberOfSectionsInTableView:" | |
284 | + landmarkName = "-tableView:indentationLevelForRowAtIndexPath:" | |
289 | 285 | landmarkType = "5"> |
290 | 286 | </BreakpointContent> |
291 | 287 | </BreakpointProxy> | ... | ... |
DUREX Vendor Control/FirstAppExample/EMDevicePickerViewController.m
... | ... | @@ -106,7 +106,7 @@ |
106 | 106 | |
107 | 107 | -(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath |
108 | 108 | { |
109 | - [self performSegueWithIdentifier:@"ConnectionSegue" sender:self]; | |
109 | + //[self performSegueWithIdentifier:@"ConnectionSegue" sender:self]; | |
110 | 110 | if(![[[[tableView cellForRowAtIndexPath:indexPath] textLabel] text] isEqualToString:NSLocalizedString(@"Searching for devices...",nil)]) |
111 | 111 | { |
112 | 112 | [self _showConnectingView]; | ... | ... |
DUREX Vendor Control/MenuTableViewController.m
... | ... | @@ -262,7 +262,7 @@ |
262 | 262 | //MESSAGE RECEIVED CALLBACK |
263 | 263 | - (void)processMessage:(CommunicationProtocol*)protocol didFinishEnteringItem:(NSString*) response |
264 | 264 | { |
265 | - NSLog(@"[MenuTableViewController.m]: Answer received"); | |
265 | + NSLog(@"[MenuTableViewController.m]: Answer received: %@",response); | |
266 | 266 | if(self.sentCommand == HELLO) |
267 | 267 | { |
268 | 268 | if([response isEqualToString:@"Hello"]) | ... | ... |