-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated for new config format (#140)
- Loading branch information
1 parent
277a6e4
commit 1dad9fb
Showing
1 changed file
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
[DEFAULT] | ||
TelemetryDataFilePath = | ||
# Example configuration for connecting to cFS via SBN | ||
# For an example cFS Distro, see https://github.com/nasa/OnAIR/blob/main/doc/cfs-onair-guide.md | ||
[FILES] | ||
TelemetryFilePath = | ||
TelemetryFile = | ||
TelemetryMetadataFilePath = cf/onair/onair/data/telemetry_configs/ | ||
MetaFilePath = cf/onair/onair/data/telemetry_configs/ | ||
MetaFile = adapter_TLM_CONFIG.json | ||
ParserFileName = cf/onair/onair/data_handling/sbn_adapter.py | ||
|
||
[DATA_HANDLING] | ||
DataSourceFile = cf/onair/onair/data_handling/sbn_adapter.py | ||
|
||
[PLUGINS] | ||
KnowledgeRepPluginDict = {'generic':'cf/onair/plugins/generic/__init__.py'} | ||
LearnersPluginDict = {'generic':'cf/onair/plugins/generic/__init__.py'} | ||
PlannersPluginDict = {'generic':'cf/onair/plugins/generic/__init__.py'} | ||
ComplexPluginDict = {'generic':'cf/onair/plugins/generic/__init__.py'} | ||
|
||
[RUN_FLAGS] | ||
IO_Flag = true | ||
[OPTIONS] | ||
IO_Enabled = true |