Closed mosa11aei closed 3 months ago
fpp-to-json errors out with a message that there is a missing bitmap entry when trying to analyze files with patterned connections.
fpp-to-json
For example, in a file with:
module A { topology T { instance c telemetry connections instance c } }
Assuming that c is properly defined with the patterned interface of the telemetry connections graph, fpp-to-json without the -s will fail.
c
-s
This is similar to https://github.com/nasa/fpp/issues/445, however the analysis now causes an error rather than the syntax parsing.
fpp-to-json
errors out with a message that there is a missing bitmap entry when trying to analyze files with patterned connections.For example, in a file with:
Assuming that
c
is properly defined with the patterned interface of the telemetry connections graph,fpp-to-json
without the-s
will fail.This is similar to https://github.com/nasa/fpp/issues/445, however the analysis now causes an error rather than the syntax parsing.