Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OutputStreamInfo

After all simulations have completed the output files can be streamed to another location to be consumed by a client side application. Currently only streaming over MQTT is supported.

author

"Travis Redpath"

Hierarchy

Index

Properties

Methods

Properties

Protected fetchState

fetchState: number = 0

Static Protected Readonly PARAM_URL

PARAM_URL: "output_stream" = "output_stream"

Methods

Abstract checkValid

  • Find all errors in the stream settings.

    Returns Array<ValidationError>

    A list of all errors that were found.

Abstract stream

  • stream(builder: Socket): void
  • Parameters

    • builder: Socket

    Returns void