1 #ifndef ADVANCED_NAVIGATION_ANPP_EXCEPTIONS_HPP 2 #define ADVANCED_NAVIGATION_ANPP_EXCEPTIONS_HPP 28 :
std::runtime_error(
"received failure after having sent a configuration change: " +
resultToString(result))
29 , packet_id(packet_id)
Definition: Exceptions.hpp:11
Definition: Exceptions.hpp:15
Definition: Exceptions.hpp:20
Definition: Exceptions.hpp:13
ACK_RESULTS
Definition: Exceptions.hpp:9
Definition: Exceptions.hpp:17
ACK_RESULTS const result
Definition: Exceptions.hpp:23
Definition: Exceptions.hpp:14
uint8_t const packet_id
Definition: Exceptions.hpp:22
static std::string resultToString(ACK_RESULTS)
Definition: Exceptions.cpp:8
AcknowledgeFailure(uint8_t packet_id, ACK_RESULTS result)
Definition: Exceptions.hpp:27
Definition: Configuration.hpp:8
Definition: Exceptions.hpp:16
Definition: Exceptions.hpp:12