gcset.h
来自「dvr」· C头文件 代码 · 共 27 行
H
27 行
/*
********************************************************************************
*
* (c) Copyright 2002, Vineyard Technologies, Inc.
*
* Filename : gcset.h
* Programmer(s): Steve KyeongHyeon Lee
* Created : 2003/05/07
* Modified :
*
* Description :
********************************************************************************
*/
#ifndef __GCSET_H__
#define __GCSET_H__
#include "types.h"
void dec_ch_mode_set();
void v1_v2_reg_set(void);
void sensor_v1_reg_set(void);
void ide_vd_ve_reset(void);
#endif // #ifndef __GCSET_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?