こんにちは皆さん、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;