📄 joyitiefmt.hpp
字号:
//
// joyitiefmt.hpp
// Joyit IE formats define.
// 2005-10-27
//
#ifndef _JOYITIEFMT_HPP
#define _JOYITIEFMT_HPP
#ifndef _DATATYPE_HPP
#include "datatype.hpp"
#endif
#pragma pack(1)
struct SCircuitStructIE
{
// UINT8 ieId;
// UINT8 ieLen;
UINT16 pcmId;
UINT8 tsId;
};
struct SCircuitGroupIndicatorIE // Joyit circuit group data structure.
{
UINT8 type; // RESET or MAINTENANCE or HARDWARE or SOFTWARE.
UINT8 noc;
union
{
UINT8 sb[4];
UINT32 status;
};
};
#pragma pack( )
#endif // ifndef _JOYITIEFMT_HPP
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -