LayOut C API
Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
LayOutAPI
initialize.h
Go to the documentation of this file.
1
// Copyright 2015 Trimble Navigation Ltd. All Rights Reserved
2
3
#ifndef LAYOUT_INITIALIZE_H_
4
#define LAYOUT_INITIALIZE_H_
5
6
#include <
LayOutAPI/common.h
>
7
8
#ifdef __cplusplus
9
extern
"C"
{
10
#endif
11
16
LO_EXPORT
void
LOInitialize
();
17
22
LO_EXPORT
void
LOTerminate
();
23
29
LO_EXPORT
void
LOGetAPIVersion
(
size_t
* major,
size_t
* minor);
30
31
#ifdef __cplusplus
32
}
// extern "C" {
33
#endif
34
35
#endif // LAYOUT_INITIALIZE_H_
Generated on Wed Sep 8 2021 14:15:26 for LayOut C API by
1.8.3.1