|
libptpmgmt 2.0
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 () const |
| char | getNetSelect () const |
| 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.
| uint8_t Init::allow_unauth | ( | ) | const |
Allow unauthnticated parameter
| const ConfigFile & Init::cfg | ( | ) | const |
Get configuration file object
| void Init::close | ( | ) |
Close socket
| char Init::getNetSelect | ( | ) | const |
| int Init::process | ( | const Options & | opt | ) |
Process PMC options
| [in] | opt | PMC options |
| const SaFile & Init::sa | ( | ) | const |
Get authentication security association file object
| SockBase * Init::sk | ( | ) | const |
Get Socket object
| bool Init::use_uds | ( | ) | const |
Is the socket provide by this object, a Unix socket?