You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

lua-stimulator-stim-codes.lua 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. -- ___________________________________________________________________ --
  2. -- --
  3. -- OpenViBE toolkit stimulation identifiers --
  4. -- ___________________________________________________________________ --
  5. -- --
  6. -- Stimulation codes --
  7. -- Originally from openvibe-toolkit/ovtk_defines.h --
  8. OVTK_StimulationId_ExperimentStart = 0x00008001
  9. OVTK_StimulationId_ExperimentStop = 0x00008002
  10. OVTK_StimulationId_SegmentStart = 0x00008003
  11. OVTK_StimulationId_SegmentStop = 0x00008004
  12. OVTK_StimulationId_TrialStart = 0x00008005
  13. OVTK_StimulationId_TrialStop = 0x00008006
  14. OVTK_StimulationId_BaselineStart = 0x00008007
  15. OVTK_StimulationId_BaselineStop = 0x00008008
  16. OVTK_StimulationId_RestStart = 0x00008009
  17. OVTK_StimulationId_RestStop = 0x0000800a
  18. OVTK_StimulationId_VisualStimulationStart = 0x0000800b
  19. OVTK_StimulationId_VisualStimulationStop = 0x0000800c
  20. OVTK_StimulationId_VisualSteadyStateStimulationStart = 0x00008010
  21. OVTK_StimulationId_VisualSteadyStateStimulationStop = 0x00008011
  22. OVTK_StimulationId_RemovedSamples = 0x00008310
  23. OVTK_StimulationId_AddedSamplesBegin = 0x00008311
  24. OVTK_StimulationId_AddedSamplesEnd = 0x00008312
  25. OVTK_StimulationId_LabelStart = 0x00008100
  26. OVTK_StimulationId_Label_00 = 0x00008100
  27. OVTK_StimulationId_Label_01 = 0x00008101
  28. OVTK_StimulationId_Label_02 = 0x00008102
  29. OVTK_StimulationId_Label_03 = 0x00008103
  30. OVTK_StimulationId_Label_04 = 0x00008104
  31. OVTK_StimulationId_Label_05 = 0x00008105
  32. OVTK_StimulationId_Label_06 = 0x00008106
  33. OVTK_StimulationId_Label_07 = 0x00008107
  34. OVTK_StimulationId_Label_08 = 0x00008108
  35. OVTK_StimulationId_Label_09 = 0x00008109
  36. OVTK_StimulationId_Label_0A = 0x0000810a
  37. OVTK_StimulationId_Label_0B = 0x0000810b
  38. OVTK_StimulationId_Label_0C = 0x0000810c
  39. OVTK_StimulationId_Label_0D = 0x0000810d
  40. OVTK_StimulationId_Label_0E = 0x0000810e
  41. OVTK_StimulationId_Label_0F = 0x0000810f
  42. OVTK_StimulationId_Label_10 = 0x00008110
  43. OVTK_StimulationId_Label_11 = 0x00008111
  44. OVTK_StimulationId_Label_12 = 0x00008112
  45. OVTK_StimulationId_Label_13 = 0x00008113
  46. OVTK_StimulationId_Label_14 = 0x00008114
  47. OVTK_StimulationId_Label_15 = 0x00008115
  48. OVTK_StimulationId_Label_16 = 0x00008116
  49. OVTK_StimulationId_Label_17 = 0x00008117
  50. OVTK_StimulationId_Label_18 = 0x00008118
  51. OVTK_StimulationId_Label_19 = 0x00008119
  52. OVTK_StimulationId_Label_1A = 0x0000811a
  53. OVTK_StimulationId_Label_1B = 0x0000811b
  54. OVTK_StimulationId_Label_1C = 0x0000811c
  55. OVTK_StimulationId_Label_1D = 0x0000811d
  56. OVTK_StimulationId_Label_1E = 0x0000811e
  57. OVTK_StimulationId_Label_1F = 0x0000811f
  58. OVTK_StimulationId_LabelEnd = 0x000081ff
  59. OVTK_StimulationId_NumberStart = 0x00000000
  60. OVTK_StimulationId_Number_00 = 0x00000000
  61. OVTK_StimulationId_Number_01 = 0x00000001
  62. OVTK_StimulationId_Number_02 = 0x00000002
  63. OVTK_StimulationId_Number_03 = 0x00000003
  64. OVTK_StimulationId_Number_04 = 0x00000004
  65. OVTK_StimulationId_Number_05 = 0x00000005
  66. OVTK_StimulationId_Number_06 = 0x00000006
  67. OVTK_StimulationId_Number_07 = 0x00000007
  68. OVTK_StimulationId_Number_08 = 0x00000008
  69. OVTK_StimulationId_Number_09 = 0x00000009
  70. OVTK_StimulationId_Number_0A = 0x0000000a
  71. OVTK_StimulationId_Number_0B = 0x0000000b
  72. OVTK_StimulationId_Number_0C = 0x0000000c
  73. OVTK_StimulationId_Number_0D = 0x0000000d
  74. OVTK_StimulationId_Number_0E = 0x0000000e
  75. OVTK_StimulationId_Number_0F = 0x0000000f
  76. OVTK_StimulationId_Number_10 = 0x00000010
  77. OVTK_StimulationId_Number_11 = 0x00000011
  78. OVTK_StimulationId_Number_12 = 0x00000012
  79. OVTK_StimulationId_Number_13 = 0x00000013
  80. OVTK_StimulationId_Number_14 = 0x00000014
  81. OVTK_StimulationId_Number_15 = 0x00000015
  82. OVTK_StimulationId_Number_16 = 0x00000016
  83. OVTK_StimulationId_Number_17 = 0x00000017
  84. OVTK_StimulationId_Number_18 = 0x00000018
  85. OVTK_StimulationId_Number_19 = 0x00000019
  86. OVTK_StimulationId_Number_1A = 0x0000001a
  87. OVTK_StimulationId_Number_1B = 0x0000001b
  88. OVTK_StimulationId_Number_1C = 0x0000001c
  89. OVTK_StimulationId_Number_1D = 0x0000001d
  90. OVTK_StimulationId_Number_1E = 0x0000001e
  91. OVTK_StimulationId_Number_1F = 0x0000001f
  92. OVTK_StimulationId_NumberEnd = 0x000000ff
  93. OVTK_StimulationId_Train = 0x00008201
  94. OVTK_StimulationId_Beep = 0x00008202
  95. OVTK_StimulationId_DoubleBeep = 0x00008203
  96. OVTK_StimulationId_EndOfFile = 0x00008204
  97. OVTK_StimulationId_Target = 0x00008205
  98. OVTK_StimulationId_NonTarget = 0x00008206
  99. OVTK_StimulationId_TrainCompleted = 0x00008207
  100. OVTK_StimulationId_Reset = 0x00008208
  101. -- ___________________________________________________________________ --
  102. -- --
  103. -- GDF file format stimulation identifiers --
  104. -- ___________________________________________________________________ --
  105. -- --
  106. OVTK_GDF_Artifact_EOG_Large = 0x101
  107. OVTK_GDF_Artifact_ECG = 0x102
  108. OVTK_GDF_Artifact_EMG = 0x103
  109. OVTK_GDF_Artifact_Movement = 0x104
  110. OVTK_GDF_Artifact_Failing_Electrode = 0x105
  111. OVTK_GDF_Artifact_Sweat = 0x106
  112. OVTK_GDF_Artifact_50_60_Hz_Interference = 0x107
  113. OVTK_GDF_Artifact_Breathing = 0x108
  114. OVTK_GDF_Artifact_Pulse = 0x109
  115. OVTK_GDF_Artifact_EOG_Small = 0x10A
  116. OVTK_GDF_Calibration = 0x10F
  117. OVTK_GDF_EEG_Sleep_Splindles = 0x111
  118. OVTK_GDF_EEG_K_Complexes = 0x112
  119. OVTK_GDF_EEG_Saw_Tooth_Waves = 0x113
  120. OVTK_GDF_EEG_Idling_EEG_Eyes_Open = 0x114
  121. OVTK_GDF_EEG_Idling_EEG_Eyes_Closed = 0x115
  122. OVTK_GDF_EEG_Spike = 0x116
  123. OVTK_GDF_EEG_Seizure = 0x117
  124. OVTK_GDF_VEP = 0x121
  125. OVTK_GDF_AEP = 0x122
  126. OVTK_GDF_SEP = 0x123
  127. OVTK_GDF_TMS = 0x12F
  128. OVTK_GDF_SSVEP = 0x131
  129. OVTK_GDF_SSAEP = 0x132
  130. OVTK_GDF_SSSEP = 0x133
  131. OVTK_GDF_Start_Of_Trial = 0x300
  132. OVTK_GDF_Left = 0x301
  133. OVTK_GDF_Right = 0x302
  134. OVTK_GDF_Foot = 0x303
  135. OVTK_GDF_Tongue = 0x304
  136. OVTK_GDF_class5 = 0x305
  137. OVTK_GDF_Down = 0x306
  138. OVTK_GDF_class7 = 0x307
  139. OVTK_GDF_class8 = 0x308
  140. OVTK_GDF_class9 = 0x309
  141. OVTK_GDF_class10 = 0x30A
  142. OVTK_GDF_class11 = 0x30B
  143. OVTK_GDF_Up = 0x30C
  144. OVTK_GDF_Feedback_Continuous = 0x30D
  145. OVTK_GDF_Feedback_Discrete = 0x30E
  146. OVTK_GDF_Cue_Unknown_Undefined = 0x30F
  147. OVTK_GDF_Beep = 0x311
  148. OVTK_GDF_Cross_On_Screen = 0x312
  149. OVTK_GDF_Flashing_Light = 0x313
  150. -- SPECIALLY ADDED BY YR
  151. OVTK_GDF_End_Of_Trial = 0x320
  152. OVTK_GDF_Correct = 0x381
  153. OVTK_GDF_Incorrect = 0x382
  154. -- SPECIALLY ADDED BY YR
  155. OVTK_GDF_End_Of_Session = 0x3F2
  156. OVTK_GDF_Rejection = 0x3FF
  157. OVTK_GDF_OAHE = 0x401
  158. OVTK_GDF_RERA = 0x402
  159. OVTK_GDF_CAHE = 0x403
  160. OVTK_GDF_CSB = 0x404
  161. OVTK_GDF_Sleep_Hypoventilation = 0x405
  162. OVTK_GDF_Maximum_Inspiration = 0x40E
  163. OVTK_GDF_Start_Of_Inspiration = 0x40F
  164. OVTK_GDF_Wake = 0x410
  165. OVTK_GDF_Stage_1 = 0x411
  166. OVTK_GDF_Stage_2 = 0x412
  167. OVTK_GDF_Stage_3 = 0x413
  168. OVTK_GDF_Stage_4 = 0x414
  169. OVTK_GDF_REM = 0x415
  170. OVTK_GDF_Lights_On = 0x420
  171. OVTK_GDF_Lights_Off = 0x8420
  172. OVTK_GDF_Eyes_Left = 0x431
  173. OVTK_GDF_Eyes_Right = 0x432
  174. OVTK_GDF_Eyes_Up = 0x433
  175. OVTK_GDF_Eyes_Down = 0x434
  176. OVTK_GDF_Horizontal_Eye_Movement = 0x435
  177. OVTK_GDF_Vertical_Eye_Movement = 0x436
  178. OVTK_GDF_Rotation_Clockwise = 0x437
  179. OVTK_GDF_Rotation_Counterclockwise = 0x438
  180. OVTK_GDF_Eye_Blink = 0x439
  181. OVTK_GDF_Left_Hand_Movement = 0x441
  182. OVTK_GDF_Right_Hand_Movement = 0x442
  183. OVTK_GDF_Head_Movement = 0x443
  184. OVTK_GDF_Tongue_Movement = 0x444
  185. OVTK_GDF_Swallowing = 0x445
  186. OVTK_GDF_Biting = 0x446
  187. OVTK_GDF_Foot_Movement = 0x447
  188. OVTK_GDF_Foot_Right_Movement = 0x448
  189. OVTK_GDF_Arm_Movement = 0x449
  190. OVTK_GDF_Arm_Right_Movement = 0x44A
  191. OVTK_GDF_ECG_Fiducial_Point_QRS_Complex = 0x501
  192. OVTK_GDF_ECG_P_Wave = 0x502
  193. OVTK_GDF_ECG_QRS_Complex = 0x503
  194. OVTK_GDF_ECG_R_Point = 0x504
  195. OVTK_GDF_ECG_T_Wave = 0x506
  196. OVTK_GDF_ECG_U_Wave = 0x507
  197. OVTK_GDF_Start = 0x580
  198. OVTK_GDF_25_Watt = 0x581
  199. OVTK_GDF_50_Watt = 0x582
  200. OVTK_GDF_75_Watt = 0x583
  201. OVTK_GDF_100_Watt = 0x584
  202. OVTK_GDF_125_Watt = 0x585
  203. OVTK_GDF_150_Watt = 0x586
  204. OVTK_GDF_175_Watt = 0x587
  205. OVTK_GDF_200_Watt = 0x588
  206. OVTK_GDF_225_Watt = 0x589
  207. OVTK_GDF_250_Watt = 0x58A
  208. OVTK_GDF_275_Watt = 0x58B
  209. OVTK_GDF_300_Watt = 0x58C
  210. OVTK_GDF_325_Watt = 0x58D
  211. OVTK_GDF_350_Watt = 0x58E
  212. OVTK_GDF_Start_Of_New_Segment = 0x7FFE
  213. OVTK_GDF_Non_Equidistant_Sampling_Value = 0x7FFF