openmct/platform/features/conductor
Victor Woeltjen 78fae345da [Time Conductor] Rename TimeConductorController
Rename TimeConductorController to TimeRangeController, to
reflect that this is intended to serve as a more general
control. Additionally, stop using arrays for inner and
outer bounds and instead use explicit start/end properties,
for clarity. WTD-1515
2015-09-10 10:58:47 -07:00
..
src [Time Conductor] Rename TimeConductorController 2015-09-10 10:58:47 -07:00
test [Time Controller] Update failing specs 2015-09-09 16:52:46 -07:00
bundle.json [Time Controller] Fix capability decoration 2015-09-04 13:02:36 -07:00
README.md [Time Conductor] Add terminology note to readme 2015-09-04 10:24:18 -07:00

Provides the time conductor, a control which appears at the bottom of the screen allowing telemetry start and end times to be modified.

Note that the term "time controller" is generally preferred outside of the code base (e.g. in UI documents, issues, etc.); the term "time conductor" is being used in code to avoid confusion with "controllers" in the Model-View-Controller sense.