2014-11-29 00:06:54 +00:00
|
|
|
{
|
|
|
|
"name": "Data bundle",
|
|
|
|
"description": "Interfaces and infrastructure for real-time and historical data.",
|
|
|
|
"extensions": {
|
|
|
|
"components": [
|
|
|
|
{
|
|
|
|
"provides": "telemetryService",
|
|
|
|
"type": "aggregator",
|
|
|
|
"implementation": "TelemetryAggregator.js",
|
|
|
|
"depends": [ "$q" ]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"controllers": [
|
|
|
|
{
|
|
|
|
"key": "TelemetryController",
|
|
|
|
"implementation": "TelemetryController.js",
|
|
|
|
"depends": [ "$scope", "$q", "$timeout", "$log" ]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"capabilities": [
|
|
|
|
{
|
|
|
|
"key": "telemetry",
|
|
|
|
"implementation": "TelemetryCapability.js",
|
2014-11-29 04:29:30 +00:00
|
|
|
"depends": [ "$injector", "$q", "$log" ]
|
2014-11-29 00:06:54 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|