Skip to content
Snippets Groups Projects
  1. May 31, 2019
  2. May 22, 2019
  3. May 16, 2019
  4. May 15, 2019
    • Jan H. K. Timm's avatar
      Set eq_fct_code in mapping file · 9ec8844a
      Jan H. K. Timm authored
      This commit belongs to issue #4, allow to set the EqFct code in mapping file.
      In VariableMapper a std::map with location(string) and code(int) was added.
      With getLocationAndCode() this map is returned and used in eq_creat.cc to add missing locations with
      10 default, or with 'code' set in the <location> tag in the mappinmg xml file.
      9ec8844a
  5. Apr 30, 2019
  6. Apr 29, 2019
    • Jens Georg's avatar
      all: Add basic D_xy implementation · 0ce12e94
      Jens Georg authored
       - Introduce a new D_xy tag which takes x_source and y_source
       - The two sources are attached to a DataConsistentcyGroup. Only If the
         consistency group signalizes a consistent state, the data is updated
      0ce12e94
  7. Apr 11, 2019
  8. Apr 10, 2019
  9. Apr 02, 2019
  10. Mar 06, 2019
  11. Feb 22, 2019
  12. Feb 21, 2019
  13. Feb 13, 2019
  14. Feb 12, 2019
  15. Feb 11, 2019
  16. Jan 29, 2019
  17. Jan 23, 2019
  18. Sep 05, 2018
  19. Aug 27, 2018
  20. Aug 08, 2018
    • vargheseg's avatar
      Workaround for std::logic_error in 00.08.00 · 3e429f58
      vargheseg authored
      Issue:
      Server throws when there are no device module variables:
      
      terminate called after throwing an instance of 'std::logic_error'
        what():  ReadAnyGroup has no element with AccessMode::wait_for_new_data.
      Aborted (core dumped)
      
      This commit introduces a workaround as proposed by jens:
        void DoocsUpdater::updateLoop(){
             if (_elementsToRead.empty()) {
                 return;
             }
      
      This commit is intended to be reverted if the above strategy has side
      effects.
      3e429f58
Loading