Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
plugin-GUI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
yehaojie
plugin-GUI
Commits
0ddd8035
Commit
0ddd8035
authored
10 years ago
by
Josh Siegle
Browse files
Options
Downloads
Patches
Plain Diff
Add lzmq to Xcode build
parent
2b6a7c5b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Builds/MacOSX/open-ephys.xcodeproj/project.pbxproj
+4091
-3056
4091 additions, 3056 deletions
Builds/MacOSX/open-ephys.xcodeproj/project.pbxproj
Resources/Matlab/matlab_zeroMQ_wrapper_example.m
+2
-3
2 additions, 3 deletions
Resources/Matlab/matlab_zeroMQ_wrapper_example.m
with
4093 additions
and
3059 deletions
Builds/MacOSX/open-ephys.xcodeproj/project.pbxproj
+
4091
−
3056
View file @
0ddd8035
This diff is collapsed.
Click to expand it.
Resources/Matlab/matlab_zeroMQ_wrapper_example.m
+
2
−
3
View file @
0ddd8035
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
n
Go_Left_Right'
);
zeroMQwrapper
(
'Send'
,
handle
,
'AddCondition Name GoRight TrialTypes 1 2 3'
);
zeroMQwrapper
(
'Send'
,
handle
,
'AddCondition Name GoLeft TrialTypes 4 5 6'
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment