Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added EEG Event text files
  • Loading branch information
amd11037 committed Apr 16, 2015
1 parent afd3a64 commit 1833e09
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
5 changes: 5 additions & 0 deletions AffectivEvents.txt
@@ -0,0 +1,5 @@
Frustration (EmoState INSTANCE, Pointer eState) -> { INSTANCE.ES_AffectivGetFrustrationScore(eState); }
Meditation (EmoState INSTANCE, Pointer eState) -> { INSTANCE.ES_AffectivGetMeditationScore(eState); }
EngagementBoredom (EmoState INSTANCE, Pointer eState) -> { INSTANCE.ES_AffectivGetEngagementBoredomScore(eState); }
ExcitementShortTerm (EmoState INSTANCE, Pointer eState) -> { INSTANCE.ES_AffectivGetExcitementShortTermScore(eState); }
ExcitementLongTerm (EmoState INSTANCE, Pointer eState) -> { INSTANCE.ES_AffectivGetExcitementLongTermScore(eState); }
13 changes: 13 additions & 0 deletions CognitivEvents.txt
@@ -0,0 +1,13 @@
0x0002 Push
0x0004 Pull
0x0008 Lift
0x0010 Drop
0x0020 Left
0x0040 Right
0x0080 RotateLeft
0x0100 RotateRight
0x0200 RotateClockwise
0x0400 RotateCounterclockwise
0x0800 RotateForwards
0x1000 RotateReverse
0x2000 Disappear
11 changes: 11 additions & 0 deletions ExpressivEvents.txt
@@ -0,0 +1,11 @@
Blink (EmoState INSTANCE, Pointer eState) -> { INSTANCE.ES_ExpressivIsBlink(eState); }
LeftWink (EmoState INSTANCE, Pointer eState) -> { INSTANCE.ES_ExpressivIsLeftWink(eState); }
RightWink (EmoState INSTANCE, Pointer eState) -> { INSTANCE.ES_ExpressivIsRightWink(eState); }
LookingLeft (EmoState INSTANCE, Pointer eState) -> { INSTANCE.ES_ExpressivIsLookingLeft(eState); }
LookingRight (EmoState INSTANCE, Pointer eState) -> { INSTANCE.ES_ExpressivIsLookingRight(eState); }
LookingDown (EmoState INSTANCE, Pointer eState) -> { INSTANCE.ES_ExpressivIsLookingDown(eState); }
LookingUp (EmoState INSTANCE, Pointer eState) -> { INSTANCE.ES_ExpressivIsLookingUp(eState); }
EyesOpen (EmoState INSTANCE, Pointer eState) -> { INSTANCE.ES_ExpressivIsEyesOpen(eState); }
Clench (EmoState INSTANCE, Pointer eState) -> { INSTANCE.ES_ExpressivGetClenchExtent(eState); }
Smile (EmoState INSTANCE, Pointer eState) -> { INSTANCE.ES_ExpressivGetSmileExtent(eState); }
EyebrowRaise (EmoState INSTANCE, Pointer eState) -> { INSTANCE.ES_ExpressivGetEyebrowExtent(eState); }

0 comments on commit 1833e09

Please sign in to comment.