openmct/example
Pete Richards 865b99f445 Handle string states (#2019)
* State generator realtime uses strings

Change the state generator's realtime data to return string values
instead of number values.  This exercises an edge case where
enumerations could be a string instead of a number.  Exposes #2018.

* [Telemetry] handle string enumeration value

Don't treat all strings as properly formatted enumeration values.

Instead, check any input value against known enumerations and if
one matches, return it.  Otherwise, return input.

Fixes #2018
2018-05-02 11:42:42 -07:00
..
builtins [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
composite [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
eventGenerator [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
export [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
extensions [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
forms [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
generator Handle string states (#2019) 2018-05-02 11:42:42 -07:00
identity [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
imagery new-plot import (#1557) 2018-03-02 14:29:34 -08:00
mobile [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
msl [Example] Updated copyright statement in MSL data dictionary 2017-05-01 13:07:32 -07:00
notifications [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
persistence [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
policy [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
profiling [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
scratchpad [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
styleguide Review SCSS refactoring for to-be-deprecated Bourbon functions (#1959) 2018-04-20 10:18:29 -07:00
taxonomy [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
worker [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
README.md [Documentation] Updated copyright statement. Fixes #1081 2016-07-12 16:55:57 -07:00

This directory is for example bundles, which are intended to illustrate how to author new software components using Open MCT.