You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: VVOSCQueryProtocol/VVOSCQueryReply.h
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,8 @@
32
32
range:(NSArray *)inRangeArray
33
33
clipmode:(NSArray *)inClipmodeArray// nil by default. if non-nil, must be an array consisting only of instances of the kVVOSCQueryNodeClipMode* constants above.
34
34
units:(NSArray *)inUnitsArray
35
-
critical:(BOOL)inCritical; // NO by default. if YES, try to use a TCP connection to send data to this node.
35
+
critical:(BOOL)inCritical// NO by default. if YES, try to use a TCP connection to send data to this node.
36
+
overloads:(NSArray*)inOverloadsArray;
36
37
#else
37
38
+ (NSDictionary *) jsonObjectWithPath:(NSString *)inFullPath// full path to this node in the OSC address space
38
39
contents:(NSArray*)inContents// subnodes (may be a hierarchy)
@@ -45,7 +46,8 @@
45
46
range:(NSArray *)inRangeArray
46
47
clipmode:(NSArray *)inClipmodeArray// nil by default. if non-nil, must be an array consisting only of instances of the kVVOSCQueryNodeClipMode* constants above.
47
48
units:(NSArray *)inUnitsArray
48
-
critical:(BOOL)inCritical; // NO by default. if YES, try to use a TCP connection to send data to this node.
49
+
critical:(BOOL)inCritical// NO by default. if YES, try to use a TCP connection to send data to this node.
// if it's an HTML query, return a false along with the path of the resource to serve- we don't want to return a query reply, we want to serve a file. this is the only time the server returns a false reply (the client returns a false reply under different circumstances)
// pass a block to the websocketpp backend that will extract the URI from the connection nad pass it to the provided callback, which will return an WSPPQueryReply object that will be used to assemble a reply
0 commit comments