libptpmgmt
1.4
libptpmgmt library that provides the functionality of linuxptp pmc
pub
c
ver.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: LGPL-3.0-or-later
2
SPDX-FileCopyrightText: Copyright © 2024 Erez Geva <ErezGeva2@gmail.com> */
3
15
#ifndef __PTPMGMT_C_VER_H
16
#define __PTPMGMT_C_VER_H
17
18
#ifdef __cplusplus
19
extern
"C"
{
20
#endif
21
26
const
char
*
ptpmgmt_getVersion
();
31
int
ptpmgmt_getVersionMajor
();
36
int
ptpmgmt_getVersionMinor
();
42
unsigned
ptpmgmt_getVersionValue
();
43
44
#ifdef __cplusplus
45
}
46
#endif
47
48
#endif
/* __PTPMGMT_C_VER_H */
ptpmgmt_getVersion
const char * ptpmgmt_getVersion()
ptpmgmt_getVersionMinor
int ptpmgmt_getVersionMinor()
ptpmgmt_getVersionValue
unsigned ptpmgmt_getVersionValue()
ptpmgmt_getVersionMajor
int ptpmgmt_getVersionMajor()
Generated by
1.9.1