Galaxy "Andromeda" Release 1907
Added the ability to query and change the destination port of a CommandDestination record via the CMDDEST STOL directive. Changing the port of a
CommandDestination
will affect all commands associated with thatCommandDestination
.Changed the received buffer message that comes out of the SLE RAF application from an INFO to a DEBUG and increased the interval from once every 100 buffers to once every 1000.
Changed the behavior of tagging mnemonics, this should increase the speed at which the telemetry injector becomes ready when using a large number of mnemonics.
Added a
-nocontext
option to thegalaxy_run
script that will execute an application as if it was not in a context.Changed the Schedule Executor to use a regular expression to match the the MDF filenames.
Removed unnecessary warning messages and corrected other messages in the Landsat SSOH helper.
Added the ability to change the sort direction and column position in the LFAT GUI.
Added the ability to query the state of a configuration monitory with the CFGMON directive.
Added handling of date and time mnemonics to the STARS plugin for the telemetry injector.
Changed the behavior of the STARS plugin for the telemetry injector to place the current limit set values are the beginning of each segment.
Updated the
LET
keyword in the SCS Compiler to allow references to other variables.Changed the behavior of Alias records so that multiple
Alias
records can reference the samesource
.Added the ability to use the SumChecksum record in a
ValidatorList
record. Additionally added thevalueMask
property to theSumChecksum
record to mask the value computed when used in aValidationList
.Changed the behavior of the STARS plugin for the telemetry injector to not being a new segment if the timestamp for a sample remains the same.
Updated the distributed EDT CDa ssd8iomf4 personality to support multiple I/O channels on a single interface card.
Changed the output of
rec2sqlite
to include both the length in bits of a field (fieldLengthInBits
) as well as the length in bits used to extract the value (valueLengthInBits
) in thePacketFields
table.