Init basesystem source codes.
[staging/basesystem.git] / video_in_hal / nsframework / framework_unified / client / NS_Logger / include / ns_logger_internal.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  tag_NSLogger
19 /// \brief    API Header for Zone Player Service APIs to be used by senders and
20 ///           receivers.
21 ///
22 /// Declares the external APIs to Zone Player Service.
23 ///
24 ///////////////////////////////////////////////////////////////////////////////
25
26 #ifndef FRAMEWORK_UNIFIED_CLIENT_NS_LOGGER_INCLUDE_NS_LOGGER_INTERNAL_H_
27 #define FRAMEWORK_UNIFIED_CLIENT_NS_LOGGER_INCLUDE_NS_LOGGER_INTERNAL_H_
28
29 // PASA Headers
30 #include <native_service/frameworkunified_types.h>
31
32 #ifdef __cplusplus
33 extern "C" {
34 #endif
35
36 void _GetTimeString(PSTR format, UI_16 length);
37 void _BuildFormatString(HANDLE hMsgQ, const UI_16 f_uiZoneIndex, PCSTR process_name, PCSTR p_pstrClassName_i,
38                         const UI_32 p_lLine_i, PCSTR lpszFormat, PSTR format, UI_16 length);
39
40 #ifdef __cplusplus
41 }
42 #endif
43
44 #endif  // FRAMEWORK_UNIFIED_CLIENT_NS_LOGGER_INCLUDE_NS_LOGGER_INTERNAL_H_