MNE-CPP  beta 1.0
mne_rt_commands.h
Go to the documentation of this file.
1 //=============================================================================================================
36 #ifndef MNE_RT_COMMANDS_H
37 #define MNE_RT_COMMANDS_H
38 
39 //*************************************************************************************************************
40 //=============================================================================================================
41 // DEFINE NAMESPACE RTSERVER
42 //=============================================================================================================
43 
44 namespace RTSERVER
45 {
46 
47 //*************************************************************************************************************
48 //=============================================================================================================
49 // MNE RT Communication Constants
50 //=============================================================================================================
51 
52 #define MNE_RT_GET_CLIENT_ID 1
53 #define MNE_RT_SET_CLIENT_ALIAS 2
55 } // NAMESPACE
56 
57 #endif // MNE_RT_COMMANDS_H