common_library: gettid is multiple declaration in cl_error
[staging/basesystem.git] / video_in_hal / peripheralservice / communication / server / include / main / communication_communicationlog.h
1 /*
2  * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
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 ///////////////////////////////////////////////////////////////////////////////
18 /// \ingroup
19 /// \brief
20 ///
21 ///
22 ///
23 ///
24 ///
25 ///////////////////////////////////////////////////////////////////////////////
26
27 /*
28  * This file has been generated automatically.
29  * User hand written code entry is not allowed. Do not modify the file content.
30  * 
31  */
32 #ifndef COMMUNICATION_SERVER_INCLUDE_MAIN_COMMUNICATION_COMMUNICATIONLOG_H_
33 #define COMMUNICATION_SERVER_INCLUDE_MAIN_COMMUNICATION_COMMUNICATIONLOG_H_
34
35 ////////////////////////////////////////////////////////////////////////////////////////////////////
36 // Include Files
37 ////////////////////////////////////////////////////////////////////////////////////////////////////
38 #include <native_service/ns_logger_if.h>
39
40 #define ZONE_INIT ZONEMASK(10)
41 #define ZONE_FUNC ZONEMASK(11)
42 #define ZONE_MEM ZONEMASK(12)
43 #define ZONE_APP ZONEMASK(13)
44 #define ZONE__CWORD83__DEBUG ZONEMASK(14)
45 #define ZONE_CAN_DEBUG ZONEMASK(15)
46 #define ZONE_16 ZONEMASK(16)
47 #define ZONE_COMMSYS ZONEMASK(17)
48 #define ZONE_ICR ZONEMASK(18)
49 #define ZONE_ICR_TABLE ZONEMASK(19)
50 #define ZONE_TRANSLOG ZONEMASK(20)
51 #define ZONE_LOOPBACK ZONEMASK(22)
52 #define ZONE_ENTRY ZONEMASK(23)
53 #define ZONE_24 ZONEMASK(24)
54 #define ZONE_25 ZONEMASK(25)
55 #define ZONE_26 ZONEMASK(26)
56 #define ZONE_27 ZONEMASK(27)
57 #define ZONE_DEBUG ZONEMASK(28)
58 #define ZONE_INFO ZONEMASK(29)
59 #define ZONE_WARN ZONEMASK(30)
60 #define ZONE_ERR ZONEMASK(31)
61 #define ZONE_COMM_SYS_STS ZONEMASK(107)
62
63 #define ZONE_TEXT_10 "Init"
64 #define ZONE_TEXT_11 "Function"
65 #define ZONE_TEXT_12 "Memory"
66 #define ZONE_TEXT_13 "StateMachine Example"
67 #define ZONE_TEXT_14 "_CWORD83_"
68 #define ZONE_TEXT_15 "CAN"
69 #define ZONE_TEXT_16 ""
70 #define ZONE_TEXT_17 "COMSYS"
71 #define ZONE_TEXT_18 "ICR"
72 #define ZONE_TEXT_19 "ICR_TABLE"
73 #define ZONE_TEXT_20 "TRANSLOG"
74 #define ZONE_TEXT_21 ""
75 #define ZONE_TEXT_22 ""
76 #define ZONE_TEXT_23 ""
77 #define ZONE_TEXT_24 ""
78 #define ZONE_TEXT_25 ""
79 #define ZONE_TEXT_26 ""
80 #define ZONE_TEXT_27 ""
81 #define ZONE_TEXT_28 "Debug"
82 #define ZONE_TEXT_29 "Info"
83 #define ZONE_TEXT_30 "Warning"
84 #define ZONE_TEXT_31 "Error"
85
86 #ifndef FRAMEWORKUNIFIEDLOGOPTIONS
87 #define FRAMEWORKUNIFIEDLOGOPTIONS (LPRINT)  // LPRINT , LMSGQ, LSLOGGER
88 #endif
89
90 #ifndef FRAMEWORKUNIFIEDLOGAPPZONES
91 #define FRAMEWORKUNIFIEDLOGAPPZONES ZONE_APP, ZONE_ERR, ZONE_WARN, ZONE_INFO, ZONE_COMM_SYS, ZONE_CAN_FILTER, ZONE_COMM_SYS_STS
92 #endif
93
94 #endif  // COMMUNICATION_SERVER_INCLUDE_MAIN_COMMUNICATION_COMMUNICATIONLOG_H_