Embedded System Design 2 - Project
Deprecated List
Global LPP_deprecated_AddCableBroken (LPP_Buffer_t *b, uint8_t cableValue)
This is a deprecated method following the standard LPP format to add data to the LPP packet. The method is kept here just in case.
Global LPP_deprecated_AddCableBroken (LPP_Buffer_t *b, uint8_t cableValue)
This is a deprecated method following the standard LPP format to add data to the LPP packet. The method is kept here just in case.
Global LPP_deprecated_AddExtTemp (LPP_Buffer_t *b, int16_t extTemp)
This is a deprecated method following the standard LPP format to add data to the LPP packet. In practice it uses too much bytes to send a lot of measurements at once. The method is kept here just in case.
Global LPP_deprecated_AddIntTemp (LPP_Buffer_t *b, int16_t intTemp)
This is a deprecated method following the standard LPP format to add data to the LPP packet. In practice it uses too much bytes to send a lot of measurements at once. The method is kept here just in case.
Global LPP_deprecated_AddStatus (LPP_Buffer_t *b, uint8_t status)
This is a deprecated method following the standard LPP format to add data to the LPP packet. The method is kept here just in case.
Global LPP_deprecated_AddStormDetected (LPP_Buffer_t *b, uint8_t stormDetected)
This is a deprecated method following the standard LPP format to add data to the LPP packet. The method is kept here just in case.
Global LPP_deprecated_AddVBAT (LPP_Buffer_t *b, int16_t vbat)
This is a deprecated method following the standard LPP format to add data to the LPP packet. In practice it uses too much bytes to send a lot of measurements at once. The method is kept here just in case.