Skip to content
Snippets Groups Projects
Select Git revision
  • 02.07
  • 02.11
  • chore/build_on_bookworm
  • cmake-fix-libinstalldir
  • cwillner-add-versionInfo-module
  • cwillner/fix-changes-in-userinputvalidator
  • cwillner/generate-dot-graph
  • drothe/12685-configurableValidityPropagation
  • drothe/extendedDataMatching
  • drothe/fix-StatusWithMessage
  • feat--add-version-info-to-xml-file
  • feat/add-oven-sim
  • feat/pythonInitHandler
  • feat/shared_recovery_mutex
  • fix-circularDepDetectorRecursion
  • fix-config-msg-spelling
  • fix-example2
  • fix/EventMessageAggregator
  • fix/prevent-self-connection
  • fix/race_condition
  • 04.01.00
  • 04.00.00
  • 03.09.00
  • 03.08.01
  • 03.08.00
  • 03.07.00
  • 03.06.00
  • 03.05.00
  • 03.04.00
  • 03.03.00
  • 03.02.03
  • 03.02.02
  • 03.02.01
  • 03.02.00
  • 03.01.00
  • 03.00.02
  • 03.00.01
  • 03.00.00
  • 02.11.01
  • 02.11.00
40 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.04Oct29Sep28272625212015623Aug25Jul2118121022Jun219629May242219181716155428Apr272120191813111065430Mar2221632124Feb23222120171614131098324Jan23Dec12972129Nov2524231816151411109874313Oct20Sep16146219Aug181727Jul26211511864130Jun292827242322212017161514133231May27261Apr29Marallow creation of graphs containing only the modulesfix running into an assertion sometimes: getQualitifedName() should also be possible if the highest hierarchy is a Module (e.g. a VirtualModule)added generic modules (moved from the llrf server)Make Module::connectTo() no longer a template, since a virtual function can anyway not be overridden with a different return type... (c.f. the comment in the deleted code)- added excludeTag() function (negation of findTag())allow using regular expressions when searching for tagsobey the eliminate hierarchy flag when using the () and [] operators of modules (and thus also when using connectTo())extended an assert message with useful information to understand what went wrongextended the testsfix double registration of accessorsrefactor ArrayAccessor and ScalarAccessor: split off common code and put into common base class InversionOfControlAccessorfixed a commentfixed a regressionadded tests for modules (including std::vector of modules)- fixed bugs when using std::vector of ApplicationModulesFixed some more problems with the move sematics of EntityOwner/Module. Re-registration at the owner was missing and some things were done in the wrong place. Also the move assignment is now back again.put the move constructor and move assignment-operator into the EntitiOwner base-class and inherit themFixed tests which were broken after updating the demoApp due to changed map files. Now the tests have their independent map files.fixed missing call to shutdown in destructor of accessorimproved the demo application to follow the example shown at the tutorial talkimproved generation of dot graphallow creation of a dot graph containing the variable modeladapted to the new interface of NDRegisterAccessor, which requires the name to be setincreased versions of dependencies, increased minor version00.06.0000.06.00adapted latest backend interface change in DeviceAccessintroduced a ModuleGroup (grouping ApplicationModules and other ModuleGroups) and enforced a proper hierarchy of modules to exclude that an ApplicationModule can own (directly or indirectly) another ApplicationModuleadded some asserts and extended debug messages regarding the testable modeupdate for interface change in DeviceAccess: TransferElement::write() has now the version number as an argumentuse readLatest() instead of readNonBlocking() on all poll-type accessors in readAny()allow determining a fully qualified name for application variables (i.e. including qualified name of owning module)added convenience read and write functions for testsincreased minor version00.05.0000.05.00corrected (recently changed) name of the DOOCS adapter packagemade Module::connectTo() compile-time polymorphic, to allow special modules with operator() returning a different type.increased minor version00.04.0000.04.00Fixed several bugs affecting poll-type variables being read by a poll-type application variable and distributed to push-type variables via a ConsumingFanOut.call prepare() for all Modules during server start upincreased minor version and updated dependency versions00.03.0000.03.00Changed Module::readAll() to read all push-type variables first, to make sure that poll-type variables are up-to-date upon returnRevert "prevent readAll() etc. functions to recurse into submodules with their own thread"
Loading