Coder Social home page Coder Social logo

DAQAggregator for all setups about daqaggregator HOT 3 CLOSED

 avatar commented on August 11, 2024
DAQAggregator for all setups

from daqaggregator.

Comments (3)

 avatar commented on August 11, 2024

Adding to point 4: hardcoded cdaq info
RelationMapper.getTopFMMForPartition contains hardcoded TTCP names "CPM-PRI" and "CPM-SEC" and hardcoded trigger name "TCDS-PRI"

from daqaggregator.

hsakulin avatar hsakulin commented on August 11, 2024
  1. ad CPM-PRI and CPM-SEC: this list should be extended to any partition starting with CPM, LPM, DVCPM, DVLPM (with case ignored).

  2. Getting the trigger name:

from the new tcdsFM flashList you will get the pmURL, pmLID and pmService

Using pmURL and pmService you need to loop over all PMs in all triggers. If you find a match of a PM to the pmURL and pmService, you know what trigger you are using.

If there is no TCDSFM flash list available, try to find a Trigger with name GTPe. But in this case we need some special treatment to find the top level FMM as the GTPe has no PMs and iCIs and PIs. In this case the FMMTriggerLinks go directly from the top level FMM to the trigger. lpmNr and iciNr are -1, triggerIO gives the IO on the GTPe.

If you can work on getting the pmURL and pmService into this method, I can help with the rest of the code.

from daqaggregator.

 avatar commented on August 11, 2024

Implemented, without the special treatment when the GTPe trigger is selected due to lacking TCDSFM flashlist information.
You can review the code here: https://github.com/mvougiou/DAQAggregator/blob/dev/src/main/java/rcms/utilities/daqaggregator/mappers/RelationMapper.java#L384

If this is correct, we can proceed to the special case.

from daqaggregator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.