|
libptpmgmt 2.0
libptpmgmt library that provides the functionality of linuxptp pmc
|
#include <sigTlvs.h>


Public Member Functions | |
| MANAGEMENT_t (const MANAGEMENT_t &other) | |
| MANAGEMENT_t (MANAGEMENT_t &&other) | |
| MANAGEMENT_t & | operator= (const MANAGEMENT_t &other) |
Public Attributes | |
| mng_vals_e | managementId |
| std::unique_ptr< BaseMngTlv > | tlvData |
MANAGEMENT TLV
| MANAGEMENT_t::MANAGEMENT_t | ( | const MANAGEMENT_t & | other | ) |
Copy constructor
| [in] | other | managment Message to copy |
| MANAGEMENT_t::MANAGEMENT_t | ( | MANAGEMENT_t && | other | ) |
Move constructor
| [in] | other | managment Message to move content |
| MANAGEMENT_t & MANAGEMENT_t::operator= | ( | const MANAGEMENT_t & | other | ) |
Copy managmet TLV from another object
| [in] | other | managment Message to move content |
| mng_vals_e MANAGEMENT_t::managementId |
Management TLV id
| std::unique_ptr<BaseMngTlv> MANAGEMENT_t::tlvData |
Management TLV data