大家好,我想问你是否知道在最旧版本的 TinyOs 中从 message_t 中提取数据的方法,有 TOS_Msg 和 TOS_MsgPtr 但在 message_t 中我找不到方法,请帮助我,我想知道是否有任何数据类型来存储数据,如表或数组列表
typedef nx_struct message_localization{
nx_uint8_t NodeId;
bool ancre_nature;
nx_uint8_t x_coordinate;
nx_uint8_t y_coordinate;
x_uint8_t energie_transmited;
} message_localization_t;