Skip to content

Commit

Permalink
ver 1.5.272
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkarkumardk committed Mar 19, 2020
1 parent 4ecc566 commit 0ffbc37
Show file tree
Hide file tree
Showing 16 changed files with 209 additions and 791 deletions.
2 changes: 1 addition & 1 deletion Framework/MistSDK.framework/CHECKSUM
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c46c20f7c98007dbd7d7dee8a6674c04cb959982e2bdf473ceadd30162920980 POD/MistSDK.framework/MistSDK
f7e43c9097db6c37718352a33cb694de4bf101794b512174b1edf753ac7c83ed POD/MistSDK.framework/MistSDK
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
- (void) setEnviroment:(NSString *)envType;

//Special APIs

- (void) setPFWayFindingParam1: (int) way1 param2: (int) way2;
- (void) setSpeed: (float) speed;
- (void) setSdsParam1: (int) speedSD param2: (int) speedSDEst param3: (int) angle1SD param4: (int) angle2SD param4: (int) leSD;
Expand Down
5 changes: 2 additions & 3 deletions Framework/MistSDK.framework/Headers/MSTCentralManager+Test.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
// Copyright © 2017 Mist. All rights reserved.
//


/*
* All test only and Mist private methods will reside here
*/
Expand Down Expand Up @@ -38,11 +37,11 @@
- (void) setMarkerInformationWithDate:(NSString *)time MarkerX:(int)x AndY:(int)y;
- (void) setMarkerInformationWithDate:(NSString *)time MarkerX:(int)x AndY:(int)y AndRecordingId:(NSString *)recordingId;
- (void) setMarkerInformationWithDate:(NSString *)time MarkerX:(int)x AndY:(int)y AndRecordingId:(NSString *)recordingId AndWaypointName:(NSString *)waypointName;
- (void) setWalkMarkerInformationWithDate:(NSString *)time MarkerX:(int)x AndY:(int)y EndX: (int)endX AndEndY: (int)endY AndComments: (NSString *) walkComment;
- (void) setWalkMarkerInformationWithDate:(NSString *)time MarkerX:(int)x AndY:(int)y EndX: (int)endX AndEndY: (int)endY AndComments: (NSString *) walkComment __deprecated_msg("unsused");
- (void) startDataCollection;
- (void) stopDataCollection;
- (int) getCollectionCounter;
- (void) spottedVbeacon;
//- (void) spottedVbeacon;
- (void) incrementStaticX;
- (void) incrementStaticY;
- (void) decrementStaticX;
Expand Down

0 comments on commit 0ffbc37

Please sign in to comment.