⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 defines.h

📁 The OpenGPSRec receiver software runs on the real time operating system RTAI-Linux. It compiles with
💻 H
字号:
#ifndef __DEFINES_H#define __DEFINES_H/* ------------- defines go HERE ----------------------- */#define RED    1.0f,0.0f,0.0f#define GREEN  0.0f,1.0f,0.0f#define BLUE   0.0f,0.0f,1.0f/* Maximum data types a task can produce */#define MAX_DATA_TYPES 16 /* Maximum length of a task name */#define MAX_NAME_LENGTH 32/* Maximum length of input file string (one line) */#define MAX_STRING_LENGTH 3*80 #endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -