Skip to content

Releases: COVESA/capicxx-someip-tools

3.1.9

19 Oct 12:08
Compare
Choose a tag to compare
  • (Fix) SOME/IP CommonAPI validators throw NPE on anonymous type collections.
  • Fix for extended interfaces in different namespace.
  • Changed timeouts from usleep() to std::this_thread::sleep_for.
  • Explictily apply array deployment on derived types only.
  • When using in a type-collection and there in a struct an undeployed anonymous array of another struct which has a inner type deployed the generator missed to generate the empty array deployment needs to be overgiven to the outer struct deployment constructor.
  • Fix for SOME/IP validation creates redundant warnings.
  • The class hierarchy of the stub adapter classes has been changed, because the previous design caused problems with extended interfaces.
  • Common API address is extended by interface version string as defined in fidl file to allow different versions of the same interface. String format: v[major]_[minor] i.e. v1_0
  • Protected access to selective subscribers map.