VSF Documented
Main Page
Related Pages
Topics
Namespaces
Data Structures
Files
File List
Globals
source
service
stream
vsf_stream.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* Copyright(C)2009-2022 by VSF Team *
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
#ifndef __VSF_SERVICE_STREAM_H__
19
#define __VSF_SERVICE_STREAM_H__
20
21
/*============================ INCLUDES ======================================*/
22
#include "
service/vsf_service_cfg.h
"
23
24
#if VSF_USE_STREAM == ENABLED
25
#include "
./vsf_stream_base.h
"
26
#include "
./vsf_stream_writer.h
"
27
#include "
./vsf_stream_reader.h
"
28
29
#ifdef __cplusplus
30
extern
"C"
{
31
#endif
32
33
/*============================ MACROS ========================================*/
34
/*============================ MACROFIED FUNCTIONS ===========================*/
35
/*============================ TYPES =========================================*/
36
/*============================ GLOBAL VARIABLES ==============================*/
37
/*============================ PROTOTYPES ====================================*/
38
39
extern
void
vsf_service_stream_init
(
void
);
40
41
#ifdef __cplusplus
42
}
43
#endif
44
45
#endif
46
#endif
47
/* EOF */
vsf_service_cfg.h
vsf_service_stream_init
void vsf_service_stream_init(void)
Definition
vsf_stream.c:35
vsf_stream_base.h
vsf_stream_reader.h
vsf_stream_writer.h
Generated by
1.9.8