Skip to content

#595 bootstrap false positives

nferron requested to merge #595_BootstrapFalsePositives into develop

This MR should resolve several false positives that showed as error messages at the MARTeApp startup:

  • the search order of the dynamic libraries has been changed, now .gam files are searched first when looking for MARTe2 components to avoid the warning messages for not finding .so
  • changed the ErrorType in some REPORT_ERROR that are in fact not reporting an error
  • add an option for multiple sample signals to GAMDataSource (however the default is still that multiple sample signals are not allowed, see the GAMDataSource documentation)
  • restored a meaningful error message in ParserI
  • fixed uninitialized member variable that caused startup warning message from AnyTypeCreator

Merge request reports

Loading