Skip to content
Snippets Groups Projects
Commit 0ddd8035 authored by Josh Siegle's avatar Josh Siegle
Browse files

Add lzmq to Xcode build

parent 2b6a7c5b
Branches
Tags
No related merge requests found
This diff is collapsed.
url = 'tcp://10.71.212.64:5556'; % or tcp://192.168.50.96:5556' , if GUI runs
% on another machine...
url = 'localhost:5556'; % or, e.g., //'tcp://10.71.212.19:5556 if GUI runs on another machine...
handle = zeroMQwrapper('StartConnectThread',url);
zeroMQwrapper('Send',handle ,'ClearDesign');
zeroMQwrapper('Send',handle ,'NewDesign Go_Left_Right');
zeroMQwrapper('Send',handle ,'NewDesign nGo_Left_Right');
zeroMQwrapper('Send',handle ,'AddCondition Name GoRight TrialTypes 1 2 3');
zeroMQwrapper('Send',handle ,'AddCondition Name GoLeft TrialTypes 4 5 6');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment