[ FIFF ] = mne_rt_define_commands() Defines structure containing the MNE_RT constants
0001 function [ MNE_RT ] = mne_rt_define_commands() 0002 % 0003 % [ FIFF ] = mne_rt_define_commands() 0004 % 0005 % Defines structure containing the MNE_RT constants 0006 % 0007 0008 % 0009 % Author : Christoph Dinh, Matti Hamalainen, MGH Martinos Center 0010 % License : BSD 3-clause 0011 0012 % 0013 % MNE RT Communication Constants 0014 % 0015 MNE_RT.MNE_RT_GET_CLIENT_ID = 1; % Request client id at mne_rt_server 0016 MNE_RT.MNE_RT_SET_CLIENT_ALIAS = 2; % Set client alias at mne_rt_server 0017 0018 return 0019 0020 end