- May 06, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Nadeem Shehzad authored
test failing: testConstantToDevice, testConstantToDeviceFanOut.
-
Nadeem Shehzad authored
changed: deviceModule run is called before readLatest for comusming direction variables. removed: impl->write() for NodeType::Device.
-
Nadeem Shehzad authored
changed: device is not intialized in constructor anymore.
-
- May 02, 2019
-
-
Nadeem Shehzad authored
-
Nadeem Shehzad authored
-
Nadeem Shehzad authored
-
Nadeem Shehzad authored
-
Nadeem Shehzad authored
Test still does not work. -Unable to get the exception status for the device throwing exception. -Second device only works it has it's own trigger.
-
- May 01, 2019
-
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
-
- Apr 29, 2019
-
-
Automated MSK Jenkins User authored
-
Martin Christoph Hierholzer authored
Multi trigger fan out
-
Jens Georg authored
-
Martin Christoph Hierholzer authored
added test for exceptions on write
-
Martin Christoph Hierholzer authored
- removed debug output - made implementation for not-fixed feeders (i.e. ApplicationModule feeders) of the trigger network identical to the implementation for fixed feeders
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
do not use a device register as a trigger any more
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
allow using the TestFacility without the testable mode, which can be useful for some tests of the framework itself
-
Martin Christoph Hierholzer authored
According to ChimeraTK/DeviceAccess#61 Devices will no longer close on their own (e.g. when throwing an exception). The exception handling now takes into account that the device always stays open
-
Martin Christoph Hierholzer authored
TriggerFanOut must catch exceptions when reading from the TransferGroup, since this cannot be handled by the decorator
-
Martin Christoph Hierholzer authored
-
added more exception test code which should work but is but. Commented because it completely blocks the test.
-
-
-
Creation of fanOuts is based on externalTriggerImpl (=trigger consumer), not externalTriggerNode (=trigger feeder). - Fixes connection network but not exception handling. - Lots of debug output left in the code for further investigation.
-
extended test with a second device. check that it is still working if the first one is throwing is not working with the old impl.
-
no change to the test sequence yet
-
-
-
- Apr 26, 2019
-
-
Martin Christoph Hierholzer authored
fixed a potential invalid read/write error, access to object and its potential destruction was done in wrong order
-
- Apr 15, 2019
-
-
Martin Christoph Hierholzer authored
-
vargheseg authored
-
vargheseg authored
Supports specifying modules in xml config.
-
vargheseg authored
the swicth because order is not important for these.
-
vargheseg authored
-
vargheseg authored
ModuleList serves as a container for VariableGroups. The VariableGroups mirror xml modules in the config file.
-