Dynatrace OneAgent SDK for C/C++
1.7.1.1
onesdk
onesdk.h
Go to the documentation of this file.
1
/*
2
Copyright 2017-2018 Dynatrace LLC
3
4
Licensed under the Apache License, Version 2.0 (the "License");
5
you may not use this file except in compliance with the License.
6
You may obtain a copy of the License at
7
8
http://www.apache.org/licenses/LICENSE-2.0
9
10
Unless required by applicable law or agreed to in writing, software
11
distributed under the License is distributed on an "AS IS" BASIS,
12
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
See the License for the specific language governing permissions and
14
limitations under the License.
15
*/
16
17
#ifndef ONESDK_H_INCLUDED
18
#define ONESDK_H_INCLUDED
19
36
/*========================================================================================================================================*/
37
38
/* IWYU pragma: begin_exports */
39
#include "
onesdk/onesdk_init.h
"
40
#include "
onesdk/onesdk_agent.h
"
41
#include "
onesdk/onesdk_string.h
"
42
#include "
onesdk/onesdk_metrics.h
"
43
/* IWYU pragma: end_exports */
44
45
#endif
/* ONESDK_H_INCLUDED */
onesdk_metrics.h
Defines functions for metrics, see Metric API.
onesdk_agent.h
Defines agent functions.
onesdk_string.h
Defines onesdk_string_t, the string type used for tracing, plus related utility functions.
onesdk_init.h
Defines SDK initialization and shutdown functions.
Generated by
1.8.13