![]() |
0.3.0
|
Data Structures | |
class | EspressifUartSensor |
Class to read out Espressif Sensors. More... | |
Functions | |
bool | decryptWiFiObs (const std::shared_ptr< NAV::WiFiObs > &obs, uart::protocol::Packet &packet, const std::string &nameId) |
Decrypts the provided Espressif observation. | |
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 |
Definition at line 19 of file EspressifUtilities.cpp.