dst.h

来自「上位机液晶显示程序」· C头文件 代码 · 共 27 行

H
27
字号
#ifndef _DST_H_
#define _DST_H_

#include "config.h" //added by guwj
#include "file.h"

//#define UINT32 unsigned int
//#define uint8     unsigned char 

#define NORMAL 0xb0
#define UNKNOWN 0
#define JUMP 0xb1
#define STOP 0xb2
#define END 0xb4




uint8 getbit(unsigned char b, uint8 pos);
uint8 decode_record_dx (unsigned char b0, unsigned char b1, unsigned char b2);
uint8 decode_record_dy (unsigned char b0, unsigned char b1, unsigned char b2);
uint8 decode_record_flags (unsigned char b2);
uint8 Decode_DST_Header( struct dst_inf *p ,uchar *file );
uint8 Decode_DST_Body( struct dst_inf *p ,uchar *file );
#endif

⌨️ 快捷键说明

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