1. 23 Feb, 2017 3 commits
    • Maciej Lipinski's avatar
    • Maciej Lipinski's avatar
    • Maciej Lipinski's avatar
      [board/common] cleanup of aux_diag · 170aaec4
      Maciej Lipinski authored
      The idea behind aux_diag:
      - provide generic mechanism to diagnose application connected to WRPC
        via SNMP
      - now, it is used to diagnose WR Streamers and later a user can
        define usage of aux_diag
      - it can also happen that aux_diag is used for streamers and user-defined
        application
      
      Thus, the following changes were made:
      - diag_id=1 is reserved for wr_streamers
      - diag_id=0 is reserved for "not used"
      - if the input to board is diag_id=0, and streamers are enabled,
        diag_id is 1 and the aux_diag in/out of WRPC is the one of the
        streamers
      - if the input to board is diag_id>1, and streamers are enabled,
        diag_id is the input diag_id and the aux_diag in/out of WRPC is
        concatenation of the diag from streamers and input aux_diag
      - if the input ot board is diag_id>1, and streamers are disabled,
        diag_id and aux_diag in/out comes from the user
      170aaec4
  2. 22 Feb, 2017 9 commits
  3. 21 Feb, 2017 5 commits
  4. 17 Feb, 2017 8 commits
  5. 16 Feb, 2017 4 commits
  6. 14 Feb, 2017 11 commits