application

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-14736 : IMP: Updated MsgID 0x2C00

/*!

* \brief The MDGHeaters class

* \details The DG heaters data model

*

* | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description |

* |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |

* |0x2C00| 0x080 | 8 | 2 Hz | N | DG | All | DG Heaters Data |

*

* | Payload ||

* | ||

* | # 1:(F32) | \ref Data::mMainPrimayHeaterDC |

* | # 2:(F32) | \ref Data::mSmallPrimaryHeaterDC |

* | # 3:(F32) | \ref Data::mTrimmerHeaterDC |

* | # 4:(F32) | \ref Data::mPrimaryTargetTemp |

* | # 5:(F32) | \ref Data::mTrimmerTargetTemp |

* | # 6:(F32) | \ref Data::mPrimaryHeaterState |

* | # 7:(F32) | \ref Data::mTrimmerHeaterState |

* | # 8:(F32) | \ref Data::mPrimaryEfficiency |

* | # 9:(F32) | \ref Data::mPrimaryCalcTargetTemp |

* | #10:(F32) | \ref Data::mTrimmerCalcCurrentTemp |

* | #11:(F32) | \ref Data::mTrimmerUseLastDC |

*

* \sa Data

*

* <h2 class="groupheader">Logging info</h2>

* | ||

* | ||

* | typeText | Datum |

* | unitText | DG |

* | infoText | Heaters |

*

*/

    • -9
    • +42
    /sources/model/dg/data/MDGHeatersData.cpp
    • -10
    • +33
    /sources/model/dg/data/MDGHeatersData.h
    • -3
    • +11
    /sources/view/dg/data/VDGHeatersData.cpp
    • -4
    • +12
    /sources/view/dg/data/VDGHeatersData.h
DEN-14736 : IMP: DEN-14486

- DEN-14486 : Incorrect alarm notification appears during DG Flush

    • -1
    • +1
    /sources/model/hd/alarm/MAlarmMapping.cpp
    • -3
    • +32
    /sources/view/hd/alarm/VAlarmActiveList.cpp
    • -1
    • +6
    /sources/view/hd/alarm/VAlarmActiveList.h
    • -0
    • +6
    /sources/view/hd/alarm/VAlarmStatus.cpp
DEN-14743 Bluetooth bug fixes - improve connection handling and message display

    • -10
    • +101
    /sources/bluetooth/BluetoothInterface.cpp
    • -1
    • +2
    /sources/bluetooth/BluetoothInterface.h
So we will likely remove this TODO and comment later? RESOLVED.

So we will likely remove this TODO and comment later?
RESOLVED.

RESOLVED.

RESOLVED.

It was removed. UI sends an alarmTriggered to HD for that, and should not display a dialog by itself. Since on the device, if there is no other alarm HD will eventually display it, and if there is ...

It was removed.
UI sends an alarmTriggered to HD for that, and should not display a dialog by itself.
Since on the device, if there is no other alarm HD will eventually display it, and if there is HD will override it.
It was just a bug in development then, which was always displaying a useless dialog on VM that doesn't even have a physical SD Card.

I laughed loud for a while https://devapps.diality.us/static/s73b8n/2static/images/wiki/icons/emoticons/biggrin.gif This is the spell checker dictionary. Since my spell checker was complaining and ...

I laughed loud for a while
This is the spell checker dictionary.
Since my spell checker was complaining and it was bugging me, and I always look at it like there is a bug in that area, I add her name so spell checker won't highlight it anymore.
It is a comment I have about the decision we made to remind me why I have that line of code commented.

RESOLVED.

RESOLVED.

is this alignment correct? I see you align by . above (line 35-38) but I don't see examples of aligning by ( for function calls.

is this alignment correct? I see you align by . above (line 35-38) but I don't see examples of aligning by ( for function calls.

Why is her name in string table?

Why is her name in string table?

Any reason this alarm is commented out?

Any reason this alarm is commented out?

UI-DEN-14733_UI BN S90
UI-DEN-14733_UI BN S90
DEN-14736 : IMP: Dry-Demo Support

- added the CLI switch -D : --enable-dry-demo

- added the CLI switch -A : --active-can-bus <CANBus>

- added the CLI switch -F : --disable-fault-screen

- will send confirmation response with ConfirmationID of 99 and as accepted(1):

- e.g. 03:32:29.560,bb00,UI,Confirm,99,1

    • -1
    • +1
    /sources/model/hd/alarm/MAlarmMapping.cpp
DEN-14736 : IMP: DEN-14779: In-Tx Qb, Qd, PBo, PBA Adj

Bamboo Commit: Updated MAlarmMapping.cpp

    • -16
    • +23
    /sources/model/hd/alarm/MAlarmMapping.cpp
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -2
    • +2
    /scripts/wifi_generate_wpa_supplicant.sh
    • -2
    • +2
    /scripts/wifi_request_auto_assigned_ip.sh
    • -20
    • +14
    /sources/model/hd/alarm/MAlarmMapping.cpp
    • -2
    • +2
    /sources/model/settings/MWifiNetwork.h
    • -1
    • +1
    /sources/view/settings/VNetworkModel.cpp
    • -1
    • +1
    /sources/view/settings/VNetworkModel.h
Merge branch 'DEN-14609-UI-VD-S89' into staging

RESOLVED

RESOLVED

Updated

Updated

DEN-14609 Move log line into else section

DEN-14736 : IMP: Secured the SD-Card mount

- added security recommended USB mount flags

MS_SYNCHRONOUS

MS_NOEXEC

MS_NODEV

MS_NOSUID

DEN-14736 : IMP: Removed the SD-Card alarm dialog

- it is not clear what needs to be done when SD-Card fails after a successful POST.

- May need to send an alarmTrigger to HD and stop logging.

- Removed for now.

DEN-14736 : IMP: Shutdown dialog / Alarm Dialog

- The shutdown dialog closure was not maximizing the minimized alarm dialog

DEN-14736 : IMP: DEN-14779: In-Tx Qb, Qd, PBo, PBA Adj

RESOLVED

RESOLVED

RESOLVED

RESOLVED

This line should be in the else block.

This line should be in the else block.