libptpmgmt
1.3
libptpmgmt library that provides the functionality of linuxptp pmc
|
#include <init.h>
Public Member Functions | |
void | close () |
int | process (const Options &opt) |
const ConfigFile & | cfg () const |
const SaFile & | sa () const |
Message & | msg () |
SockBase * | sk () |
char | getNetSelect () |
bool | use_uds () const |
uint8_t | allow_unauth () const |
Initilize configuration file, socket, message based on PMC options. The user can write an application using the pmc command line.
|
inline |
Allow unauthnticated parameter
|
inline |
Get configuration file object
void Init::close | ( | ) |
Close socket
|
inline |
int Init::process | ( | const Options & | opt | ) |
Process PMC options
[in] | opt | PMC options |
|
inline |
Get authentication security association file object
|
inline |
Get Socket object
|
inline |
Is the socket provide by this object, a Unix socket?