summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLSubscribeWaypoints.h
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2016-11-02 16:29:42 -0700
committerMuller, Alexander (A.) <amulle19@ford.com>2016-11-02 16:29:42 -0700
commita9d3986ec55d215c83ec74e2b9b489a2c3d84f94 (patch)
tree2f6aac0fbb2ac7b2da7d2516b5992dbe55533ca0 /SmartDeviceLink/SDLSubscribeWaypoints.h
parente7845f4bf9ddeb0fe8a4a2b42d25a88d6ae7429a (diff)
downloadsdl_ios-a9d3986ec55d215c83ec74e2b9b489a2c3d84f94.tar.gz
Added support for Waypoint RPCs and notifications.
Diffstat (limited to 'SmartDeviceLink/SDLSubscribeWaypoints.h')
-rw-r--r--SmartDeviceLink/SDLSubscribeWaypoints.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLSubscribeWaypoints.h b/SmartDeviceLink/SDLSubscribeWaypoints.h
new file mode 100644
index 000000000..b5127d00e
--- /dev/null
+++ b/SmartDeviceLink/SDLSubscribeWaypoints.h
@@ -0,0 +1,16 @@
+// SDLSubscribeWaypoints.h
+//
+
+#import "SDLRPCRequest.h"
+
+/**
+* A SDLSubscribeWaypoints can be sent to subscribe
+* for any changes in waypoints/destinations
+*
+* @see SDLUnsubscribeWaypoints
+*
+*/
+
+@interface SDLSubscribeWaypoints : SDLRPCRequest
+
+@end