📄 sysparam.h
字号:
/* File: sysparams.h */#define FUNCTION#define LINESIZE 16384#define MAX_INTERNAL_WAVFORM 300000#define NISTLABEL "NIST_1A"#define ENDSTR "end_head"#define HDR_ID_SIZE 8#define HDR_SIZE_SIZE 8#define PAD_NEWLINES 24#define PAD_CHAR ' '#define PAD_MULT 1024#define TMPEXT "-"#define TEMP_DIR "/tmp"#define TEMP_BASE_NAME "spt"#define SAMPLE_CODING_FIELD "sample_coding"#define SAMPLE_COUNT_FIELD "sample_count"#define SAMPLE_RATE_FIELD "sample_rate"#define SAMPLE_CHECKSUM_FIELD "sample_checksum"#define SAMPLE_SIG_BITS_FIELD "sample_sig_bits"#define SAMPLE_BF_FIELD "sample_byte_format"#define SAMPLE_N_BYTES_FIELD "sample_n_bytes"#define CHANNEL_COUNT_FIELD "channel_count"#define READMODE "r"#define UPDATEMODE "r+"#define WRITEMODE "w"#define TRUNCATE_UPDATEMODE "w+"struct fileheader_fixed { char header_id[HDR_ID_SIZE]; char header_size[HDR_SIZE_SIZE];};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -