Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-2379 Addressed code review comments, removed dead code, and continued with unit testing and integration testing

    • -53
    • +24
    ./Controllers/TemperatureSensors.c
DEN-2379 Unit tested the override functions in SystemCommMessages

    • -21
    • +36
    ./Controllers/TemperatureSensors.c
Added safety shutdown override command support.

  1. … 1 more file in changeset.
DEN-2379 Added code review comments

    • -140
    • +0
    ./Controllers/TemperatureSensors.c
DEN-2379 fixed a typo

DEN-2379 Addressed code review comments

    • -10
    • +10
    ./Controllers/TemperatureSensors.c
    • -10
    • +10
    ./Controllers/TemperatureSensors.h
DEN-2379 Addressed code review comments, added POST for Heaters module, continued working unit testing and integration testing. Removed .db and .xml files from VectorCAST git repositories

    • -60
    • +267
    ./Controllers/TemperatureSensors.c
Moved DGModes.h to common folder and renamed to DGDefs.h.

DEN-2379 Added dialin support functions

DEN-2379 work in progress, added publication and broadcast functions and continues with unit testing and integration testing

    • -2
    • +111
    ./Controllers/TemperatureSensors.c
DEN-2379 Added publish functions for the heaters module and continued with unit testing

Fixed load cell publishing as integers bug. Increased I term in PI control for RO pump. Changed CAN interrupts from FIQ to IRQ to see if resolves intermittent lock up.

  1. … 5 more files in changeset.
DEN-2379 Addressed code review comments

DEN-2379 Started VectorCAST

DEN-2379 Addressed some of the code review comments

DEN-2379 Addressed some of the code review comments

    • -180
    • +139
    ./Controllers/TemperatureSensors.c
Cast load cell data earlier for conversion equation.

UF fixes. Doxygen fixes.

    • -59
    • +71
    ./Controllers/TemperatureSensors.c
  1. … 23 more files in changeset.
DEN-2379 Added a function to compensate for the heaters thermocouples

    • -46
    • +246
    ./Controllers/TemperatureSensors.c
    • -13
    • +17
    ./Controllers/TemperatureSensors.h
DEN-2379 updated the code with the code review addresses

    • -20
    • +29
    ./Controllers/TemperatureSensors.c
DEN-2379 addressed some of the code review comments

    • -27
    • +23
    ./Controllers/TemperatureSensors.c
DEN-2379 added inlet water temperature range check

    • -18
    • +36
    ./Controllers/TemperatureSensors.c
DEN-2652 Corrected typo in comment

DEN-2379 Added flow sensor reader to the module

    • -28
    • +19
    ./Controllers/TemperatureSensors.c
More updates to modes.

Fixed compile errors.

Updated modes.

Added DG_ prefix to DG op modes to differentiate from HD op modes.

Moved DG modes and sub-modes to a common header. Include sub-mode in DG op mode broadcast msg.

  1. … 12 more files in changeset.
Addressed code review feedback.