Clone
Behrouz NematiPour
committed
on 09 Feb 23
DEN-14736 : IMP: Updated MsgID 0x2000
/*!
* \brief The MDGPressures class
* \details The DG pressures data model
*
* | MSG | CAN ID |… Show more
DEN-14736 : IMP: Updated MsgID 0x2000

/*!

* \brief   The MDGPressures class

* \details The DG pressures data model

*

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

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

* |0x2000| 0x080  | 8   | 1 Hz   | N   | DG  | All | DG Pressures Data |

*

* | Payload  ||

* |          ||

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

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

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

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

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

*

* \sa Data

*

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

* |              ||

* |              ||

* | typeText     | Datum     |

* | unitText     | DG        |

* | infoText     | Pressures |

*

*/

Show less