![]() |
0.3.0
|
Helper Functions to work with Espressif Sensors. More...
Go to the source code of this file.
Functions | |
bool | NAV::vendor::espressif::decryptWiFiObs (const std::shared_ptr< NAV::WiFiObs > &obs, uart::protocol::Packet &packet, const std::string &nameId) |
Decrypts the provided Espressif observation. | |
Helper Functions to work with Espressif Sensors.
bool NAV::vendor::espressif::decryptWiFiObs | ( | const std::shared_ptr< NAV::WiFiObs > & | obs, |
uart::protocol::Packet & | packet, | ||
const std::string & | nameId ) |
Decrypts the provided Espressif observation.
[in] | obs | Espressif Observation to decrypt |
[in,out] | packet | Uart packet with the data (content gets changed because data gets extracted) |
[in] | nameId | NameId of the calling node for Log output |