Skip to content
Snippets Groups Projects

Registry and Factory for IDataSink class

Merged Elodie Deborah Resseguie requested to merge idatasink_registry into idatasink

This is a follow-up on MR 102.

This class creates the registry (DataSinkRegistry) and factory (DataSinkConf) for the IDataSink classes.

The user can now declare the sink in the json configuration:

"datasinks":{
        "Console":{
            "sinktype": "ConsoleSink"
         },

and this can be tested using the ps_monitor script in tools:

./bin/ps_monitor ../src/configs/input-hw.json low-voltage Console

This will print out the measurement to the console, as explained in MR 102

Edited by Elodie Deborah Resseguie

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading