switches.h
来自「此程序为GPS接收机的源码」· C头文件 代码 · 共 24 行
H
24 行
// switches.h: Header file for #defines to turn on and off features// Copyright (C) 2005 Andrew Greenberg// Distributed under the GNU GENERAL PUBLIC LICENSE (GPL) Version 2 (June 1991).// See the "COPYING" file distributed with this software for more information.#ifndef __SWITCHES_H#define __SWITCHES_H// Define which logs to print#define ENABLE_EPHEMERIS_LOG#define ENABLE_POSITION_LOG//#define ENABLE_PSEUDORANGE_LOG// Define which display screens to offer// (see display_thread() for hot-keys)#define ENABLE_DEBUG_DISPLAY#define ENABLE_EPHEMERIS_DISPLAY#define ENABLE_MESSAGE_DISPLAY#define ENABLE_POSITION_DISPLAY#define ENABLE_PSEUDORANGE_DISPLAY#define ENABLE_TRACKING_DISPLAY#endif // __SWITCHES_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?