|
mavtables
0.2.1
MAVLink router and firewall.
|
#include <InvalidPacketIDError.hpp>


Public Member Functions | |
| InvalidPacketIDError (unsigned long id) | |
| const char * | what () const noexcept |
Exception type emmited when parsing a packet with an invalid ID.
Definition at line 28 of file InvalidPacketIDError.hpp.
| InvalidPacketIDError::InvalidPacketIDError | ( | unsigned long | id | ) |
Construct a InvalidPacketIDError given a packet ID.
| id | The packet ID. |
Definition at line 28 of file InvalidPacketIDError.cpp.
|
noexcept |
Return error message string.
Definition at line 39 of file InvalidPacketIDError.cpp.
1.8.14