mirror of
https://github.com/nasa/openmct.git
synced 2025-04-07 19:34:25 +00:00
[Telemetry] Add missing JSDoc
...for new parameters added to support domain/range switching in plots, per code review on nasa/openmctweb#288
This commit is contained in:
parent
93d969ad67
commit
a9518e9890
@ -285,6 +285,9 @@ define(
|
||||
* domain objects returned by `getTelemetryObjects()`.
|
||||
*
|
||||
* @param {DomainObject} domainObject the object of interest
|
||||
* @param {string} [key] the symbolic identifier of the domain
|
||||
* to look up; if omitted, the value for this object's
|
||||
* default domain will be used
|
||||
* @returns the most recent domain value observed
|
||||
*/
|
||||
TelemetrySubscription.prototype.getDomainValue = function (domainObject, key) {
|
||||
@ -305,6 +308,9 @@ define(
|
||||
* domain objects returned by `getTelemetryObjects()`.
|
||||
*
|
||||
* @param {DomainObject} domainObject the object of interest
|
||||
* @param {string} [key] the symbolic identifier of the range
|
||||
* to look up; if omitted, the value for this object's
|
||||
* default range will be used
|
||||
* @returns the most recent range value observed
|
||||
*/
|
||||
TelemetrySubscription.prototype.getRangeValue = function (domainObject, key) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user