0.3.0
Loading...
Searching...
No Matches
NAV::vendor::espressif Namespace Reference

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.
 

Function Documentation

◆ decryptWiFiObs()

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.

Parameters
[in]obsEspressif Observation to decrypt
[in,out]packetUart packet with the data (content gets changed because data gets extracted)
[in]nameIdNameId of the calling node for Log output

Definition at line 19 of file EspressifUtilities.cpp.