gpt4 book ai didi

c++ - 表示一个 16 字节的变量

转载 作者:太空狗 更新时间:2023-10-29 23:21:28 24 4
gpt4 key购买 nike

我必须将一个 16 字节的字段表示为数据结构的一部分:

struct Data_Entry
{
uint8 CUI_Type;
uint8 CUI_Size;
uint16 Src_Refresh_Period;
uint16 Src_Buffer_Size;
uint16 Src_CUI_Offset;
uint32 Src_BCW_Address;
uint32 Src_Previous_Timestamp;
/* The field below should be a 16 byte field */
uint32 Data;

};

我如何将“数据”字段表示为 16 字节字段而不是当前的 4 字节字段?

谢谢,

鲍比

最佳答案

uint8 Data[16]; 有什么问题吗?

关于c++ - 表示一个 16 字节的变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2835030/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com