VSF Documented
vsf_disp_did.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// DID: display in display
19#ifndef __VSF_DISP_DID_H__
20#define __VSF_DISP_DID_H__
21
22/*============================ INCLUDES ======================================*/
23
25
26#if VSF_USE_UI == ENABLED && VSF_DISP_USE_DID == ENABLED
27
28#include "kernel/vsf_kernel.h"
29
30#if defined(__VSF_DISP_DID_CLASS_IMPLEMENT)
31# undef __VSF_DISP_DID_CLASS_IMPLEMENT
32# define __VSF_CLASS_IMPLEMENT__
33#endif
34
35#include "utilities/ooc_class.h"
36
37#ifdef __cplusplus
38extern "C" {
39#endif
40
41/*============================ MACROS ========================================*/
42/*============================ MACROFIED FUNCTIONS ===========================*/
43/*============================ TYPES =========================================*/
44
46 public_member(
47 implement(vk_disp_t)
48 vk_disp_t *disp;
50 )
51};
52
53/*============================ GLOBAL VARIABLES ==============================*/
54
56
57/*============================ PROTOTYPES ====================================*/
58
59#ifdef __cplusplus
60}
61#endif
62
63#endif // VSF_USE_UI
64#endif // __VSF_DISP_DID_H__
Definition vsf_disp_did.h:45
Definition vsf_disp.h:149
Definition vsf_disp.h:173
#define vsf_class(__name)
Definition ooc_class.h:48
Definition vsf_disp.h:139
const vk_disp_drv_t vk_disp_drv_did
Definition vsf_disp_did.c:41