/////////////////////////////////////////////////////// \brief Copy constructor ///////////////////////////////////////////////////////
| 67 | /// |
| 68 | //////////////////////////////////////////////////////////// |
| 69 | Packet(const Packet&) = default; |
| 70 | |
| 71 | //////////////////////////////////////////////////////////// |
| 72 | /// \brief Copy assignment |