All files / common vda-5050-types.js

100% Statements 80/80
100% Branches 34/34
100% Functions 17/17
100% Lines 80/80

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116  7x 7x   7x 7x 7x 7x     7x 7x 7x 7x 7x     7x 7x 7x 7x 7x 7x 7x 7x     7x 7x 7x 7x     7x 7x 7x     7x 7x 7x 7x 7x     7x 7x 7x 7x     7x 7x 7x 7x 7x 7x 7x     7x 7x 7x 7x     7x 7x 7x 7x     7x 7x 7x     7x 7x 7x     7x 7x 7x 7x 7x 7x 7x     7x 7x 7x     7x 7x 7x     7x 7x 7x 7x 7x 7x     7x 7x 7x 7x 7x    
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.EStop = exports.OperatingMode = exports.InfoLevel = exports.ErrorLevel = exports.ActionStatus = exports.OrientationType = exports.CorridorRefPoint = exports.BlockingType = exports.NavigationType = exports.LocalizationType = exports.AgvKinematic = exports.AgvClass = exports.Support = exports.AgvActionActionScope = exports.ValueDataType = exports.Type = exports.ConnectionState = void 0;
var ConnectionState;
(function (ConnectionState) {
    ConnectionState["Connectionbroken"] = "CONNECTIONBROKEN";
    ConnectionState["Offline"] = "OFFLINE";
    ConnectionState["Online"] = "ONLINE";
})(ConnectionState = exports.ConnectionState || (exports.ConnectionState = {}));
var Type;
(function (Type) {
    Type["Caster"] = "CASTER";
    Type["Drive"] = "DRIVE";
    Type["Fixed"] = "FIXED";
    Type["Mecanum"] = "MECANUM";
})(Type = exports.Type || (exports.Type = {}));
var ValueDataType;
(function (ValueDataType) {
    ValueDataType["Array"] = "ARRAY";
    ValueDataType["Bool"] = "BOOL";
    ValueDataType["Float"] = "FLOAT";
    ValueDataType["Integer"] = "INTEGER";
    ValueDataType["Number"] = "NUMBER";
    ValueDataType["Object"] = "OBJECT";
    ValueDataType["String"] = "STRING";
})(ValueDataType = exports.ValueDataType || (exports.ValueDataType = {}));
var AgvActionActionScope;
(function (AgvActionActionScope) {
    AgvActionActionScope["Edge"] = "EDGE";
    AgvActionActionScope["Instant"] = "INSTANT";
    AgvActionActionScope["Node"] = "NODE";
})(AgvActionActionScope = exports.AgvActionActionScope || (exports.AgvActionActionScope = {}));
var Support;
(function (Support) {
    Support["Required"] = "REQUIRED";
    Support["Supported"] = "SUPPORTED";
})(Support = exports.Support || (exports.Support = {}));
var AgvClass;
(function (AgvClass) {
    AgvClass["Carrier"] = "CARRIER";
    AgvClass["Conveyor"] = "CONVEYOR";
    AgvClass["Forklift"] = "FORKLIFT";
    AgvClass["Tugger"] = "TUGGER";
})(AgvClass = exports.AgvClass || (exports.AgvClass = {}));
var AgvKinematic;
(function (AgvKinematic) {
    AgvKinematic["Diff"] = "DIFF";
    AgvKinematic["Omni"] = "OMNI";
    AgvKinematic["Threewheel"] = "THREEWHEEL";
})(AgvKinematic = exports.AgvKinematic || (exports.AgvKinematic = {}));
var LocalizationType;
(function (LocalizationType) {
    LocalizationType["Dmc"] = "DMC";
    LocalizationType["Grid"] = "GRID";
    LocalizationType["Natural"] = "NATURAL";
    LocalizationType["RFID"] = "RFID";
    LocalizationType["Reflector"] = "REFLECTOR";
    LocalizationType["Spot"] = "SPOT";
})(LocalizationType = exports.LocalizationType || (exports.LocalizationType = {}));
var NavigationType;
(function (NavigationType) {
    NavigationType["Autonomous"] = "AUTONOMOUS";
    NavigationType["PhysicalLindeGuided"] = "PHYSICAL_LINDE_GUIDED";
    NavigationType["VirtualLineGuided"] = "VIRTUAL_LINE_GUIDED";
})(NavigationType = exports.NavigationType || (exports.NavigationType = {}));
var BlockingType;
(function (BlockingType) {
    BlockingType["Hard"] = "HARD";
    BlockingType["None"] = "NONE";
    BlockingType["Soft"] = "SOFT";
})(BlockingType = exports.BlockingType || (exports.BlockingType = {}));
var CorridorRefPoint;
(function (CorridorRefPoint) {
    CorridorRefPoint["Contour"] = "CONTOUR";
    CorridorRefPoint["Kinematiccenter"] = "KINEMATICCENTER";
})(CorridorRefPoint = exports.CorridorRefPoint || (exports.CorridorRefPoint = {}));
var OrientationType;
(function (OrientationType) {
    OrientationType["Global"] = "GLOBAL";
    OrientationType["Tangential"] = "TANGENTIAL";
})(OrientationType = exports.OrientationType || (exports.OrientationType = {}));
var ActionStatus;
(function (ActionStatus) {
    ActionStatus["Failed"] = "FAILED";
    ActionStatus["Finished"] = "FINISHED";
    ActionStatus["Initializing"] = "INITIALIZING";
    ActionStatus["Paused"] = "PAUSED";
    ActionStatus["Running"] = "RUNNING";
    ActionStatus["Waiting"] = "WAITING";
})(ActionStatus = exports.ActionStatus || (exports.ActionStatus = {}));
var ErrorLevel;
(function (ErrorLevel) {
    ErrorLevel["Fatal"] = "FATAL";
    ErrorLevel["Warning"] = "WARNING";
})(ErrorLevel = exports.ErrorLevel || (exports.ErrorLevel = {}));
var InfoLevel;
(function (InfoLevel) {
    InfoLevel["Debug"] = "DEBUG";
    InfoLevel["Info"] = "INFO";
})(InfoLevel = exports.InfoLevel || (exports.InfoLevel = {}));
var OperatingMode;
(function (OperatingMode) {
    OperatingMode["Automatic"] = "AUTOMATIC";
    OperatingMode["Manual"] = "MANUAL";
    OperatingMode["Semiautomatic"] = "SEMIAUTOMATIC";
    OperatingMode["Service"] = "SERVICE";
    OperatingMode["Teachin"] = "TEACHIN";
})(OperatingMode = exports.OperatingMode || (exports.OperatingMode = {}));
var EStop;
(function (EStop) {
    EStop["Autoack"] = "AUTOACK";
    EStop["Manual"] = "MANUAL";
    EStop["None"] = "NONE";
    EStop["Remote"] = "REMOTE";
})(EStop = exports.EStop || (exports.EStop = {}));