12#ifndef __PTPMGMT_INIT_H
13#define __PTPMGMT_INIT_H
20__PTPMGMT_NAMESPACE_BEGIN
32 std::unique_ptr<SockBase> m_sk;
33 char m_net_select = 0;
34 bool m_use_uds =
false;
35 uint8_t m_allow_unauth = 0;
99__PTPMGMT_NAMESPACE_END
C interface to initialize a pmc application class.
Hold configuration parameters.
Definition cfg.h:34
uint8_t allow_unauth() const
char getNetSelect() const
int process(const Options &opt)
const ConfigFile & cfg() const
const SaFile & sa() const
Handle PTP management message.
Definition msg.h:215
authentication security association file
Definition cfg.h:308
Base class for all sockets.
Definition sock.h:44
Create and parse PTP management messages.
Handle command line options.
Provide sockets to communicate with a PTP daemon.