Hermes
Simulation Orchestration Platform for Aerospace
Loading...
Searching...
No Matches
hermes.server.protocol.CommandAction Class Reference
Inheritance diagram for hermes.server.protocol.CommandAction:
Collaboration diagram for hermes.server.protocol.CommandAction:

Static Public Attributes

str PAUSE = "pause"
str RESUME = "resume"
str RESET = "reset"
str STEP = "step"
str SET = "set"
str SUBSCRIBE = "subscribe"
str INTROSPECT = "introspect"

Detailed Description

Valid command actions from client.

Member Data Documentation

◆ INTROSPECT

str hermes.server.protocol.CommandAction.INTROSPECT = "introspect"
static

◆ PAUSE

str hermes.server.protocol.CommandAction.PAUSE = "pause"
static

◆ RESET

str hermes.server.protocol.CommandAction.RESET = "reset"
static

◆ RESUME

str hermes.server.protocol.CommandAction.RESUME = "resume"
static

◆ SET

str hermes.server.protocol.CommandAction.SET = "set"
static

◆ STEP

str hermes.server.protocol.CommandAction.STEP = "step"
static

◆ SUBSCRIBE

str hermes.server.protocol.CommandAction.SUBSCRIBE = "subscribe"
static

The documentation for this class was generated from the following file: