UNPKG

aes70

Version:

A controller library for the AES70 protocol.

77 lines (74 loc) 1.57 kB
/* * This file has been generated. */ import { Enum } from './Enum.js'; /** * Commands controllers can send to OcaTasks to change their states * @class OcaTaskCommand */ export class OcaTaskCommand extends Enum({ None: 0, Prepare: 1, Enable: 2, Start: 3, Stop: 4, Abort: 5, Disable: 6, Clear: 7, }) {} /** * Singleton object corresponding to the entry with value ``0``. * @type {OcaTaskCommand} * @member None * @memberof OcaTaskCommand * @static */ /** * Singleton object corresponding to the entry with value ``1``. * @type {OcaTaskCommand} * @member Prepare * @memberof OcaTaskCommand * @static */ /** * Singleton object corresponding to the entry with value ``2``. * @type {OcaTaskCommand} * @member Enable * @memberof OcaTaskCommand * @static */ /** * Singleton object corresponding to the entry with value ``3``. * @type {OcaTaskCommand} * @member Start * @memberof OcaTaskCommand * @static */ /** * Singleton object corresponding to the entry with value ``4``. * @type {OcaTaskCommand} * @member Stop * @memberof OcaTaskCommand * @static */ /** * Singleton object corresponding to the entry with value ``5``. * @type {OcaTaskCommand} * @member Abort * @memberof OcaTaskCommand * @static */ /** * Singleton object corresponding to the entry with value ``6``. * @type {OcaTaskCommand} * @member Disable * @memberof OcaTaskCommand * @static */ /** * Singleton object corresponding to the entry with value ``7``. * @type {OcaTaskCommand} * @member Clear * @memberof OcaTaskCommand * @static */