libptpmgmt  1.3
libptpmgmt library that provides the functionality of linuxptp pmc
Classes | Typedefs | Functions
init.h File Reference

C interface to initialize a pmc application class. More...

#include "c/opt.h"
#include "c/sock.h"
#include "c/msg.h"
Include dependency graph for init.h:

Go to the source code of this file.

Classes

struct  ptpmgmt_init_t
 

Typedefs

typedef struct ptpmgmt_init_tptpmgmt_init
 
typedef const struct ptpmgmt_init_tconst_ptpmgmt_init
 

Functions

ptpmgmt_init ptpmgmt_init_alloc ()
 

Detailed Description

C interface to initialize a pmc application class.

Author
Erez Geva <ErezGeva2@gmail.com>

Typedef Documentation

◆ const_ptpmgmt_init

typedef const struct ptpmgmt_init_t* const_ptpmgmt_init

pointer to constant ptpmgmt initialization structure

◆ ptpmgmt_init

typedef struct ptpmgmt_init_t* ptpmgmt_init

pointer to ptpmgmt initialization structure

Function Documentation

◆ ptpmgmt_init_alloc()

ptpmgmt_init ptpmgmt_init_alloc ( )

Alocate init object

Returns
new allocated object or null in case of error