Please refer to the general comment I put, These codes are not maintained by UI.
The only files that were involved in these changesets are:
dialin/ui/hd_simulator.py dialin/common/msg_defs.py dialin/squish/denaliMessages.py And all the other files are merged from master and other branches which were merged into master.
Please refer to the general comment I put, These codes are not maintained by UI.
The only files that were involved in these changesets are:
dialin/ui/hd_simulator.py dialin/common/msg_defs.py dialin/squish/denaliMessages.py And all the other files are merged from master and other branches which were merged into master.
The documentation has been managed in a way that this comment will be inherited from the parent class MAbstract, virtual function parameters(), so it doesn't need to be mentioned for each child.
/*!
* \brief fromByteArray
* \details converts the values from Byte Arrays to the Model data.
* \param vByteArray - the byte array input
* \param vIndex - current index of each data section in byte array
* \returntrue on successful conversion
*/
virtual bool fromByteArray(const QByteArray &vByteArray , int *vIndex = nullptr) = 0;
It seems like some variables are being defined in QML while others are in cpp. I've seen this happen with TreatmentCreate. What's the plan for where PRS default variables should be defined?