UNPKG

@neurosity/ipk

Version:

Single source of truth for all inter-process communication constants

112 lines (111 loc) 2.2 kB
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); const kinesis = { rest: {}, artifactDetector: {}, leftArm: {}, rightArm: {}, leftHandPinch: {}, rightHandPinch: {}, tongue: {}, jumpingJacks: {}, leftFoot: {}, rightFoot: {}, leftThumbFinger: {}, leftIndexFinger: {}, leftMiddleFinger: {}, leftRingFinger: {}, leftPinkyFinger: {}, rightThumbFinger: {}, rightIndexFinger: {}, rightMiddleFinger: {}, rightRingFinger: {}, rightPinkyFinger: {}, mentalMath: {}, bitingALemon: {}, push: {}, pull: {}, lift: {}, drop: {}, moveLeft: {}, moveRight: {}, moveForward: {}, moveBackward: {}, rotateLeft: {}, rotateRight: {}, rotateClockwise: {}, rotateCounterClockwise: {}, disappear: {} }; const channelNames = { CP6: {}, F6: {}, C4: {}, CP4: {}, CP3: {}, F5: {}, C3: {}, CP5: {} }; exports.metrics = { kinesis, predictions: kinesis, signalQuality: channelNames, signalQualityV2: { timestamp: {}, overall: {}, byChannel: {} }, accelerometer: { timestamp: {}, acceleration: {}, inclination: {}, orientation: {}, pitch: {}, roll: {}, x: {}, y: {}, z: {} }, awareness: { creativity: {}, comprehension: {}, focus: {}, meditation: {}, calm: {} }, brainwaves: { raw: {}, rawUnfiltered: {}, frequency: {}, powerByBand: {}, psd: {} }, emotion: { joy: {}, sadness: {}, anger: {}, surprise: {}, excitement: {}, disappointment: {}, fear: {}, love: {}, stress: {}, interest: {} }, facialExpression: { smile: {}, laugh: {}, frown: {}, blink: {}, winkLeft: {}, winkRight: {} } }; __export(require("./bluetooth")); exports.default = { metrics: exports.metrics };