automotive-dlt
Main Page
Modules
Data Structures
Files
File List
Globals
dlt_cdh_definitions.h
Go to the documentation of this file.
1
/*
2
* @licence app begin@
3
* SPDX license identifier: MPL-2.0
4
*
5
* Copyright (C) 2011-2015, BMW AG
6
*
7
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
8
*
9
* This Source Code Form is subject to the terms of the
10
* Mozilla Public License (MPL), v. 2.0.
11
* If a copy of the MPL was not distributed with this file,
12
* You can obtain one at http://mozilla.org/MPL/2.0/.
13
*
14
* For further information see http://www.genivi.org/.
15
* @licence end@
16
*/
17
28
#ifndef DLT_CDH_DEFINITIONS_H
29
#define DLT_CDH_DEFINITIONS_H
30
31
typedef
enum
32
{
33
CDH_OK
= 0,
34
CDH_NOK
= -1
35
36
}
cdh_status_t
;
37
38
#endif
/* DLT_CDH_DEFINITIONS_H */
CDH_NOK
Definition:
dlt_cdh_definitions.h:34
cdh_status_t
cdh_status_t
Definition:
dlt_cdh_definitions.h:31
CDH_OK
Definition:
dlt_cdh_definitions.h:33
src
core_dump_handler
dlt_cdh_definitions.h
Generated by
1.8.11