X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Ftda5250%2Ftda5250_message.h;h=1f377841096bcfc190709115a0159c1bb8ecf8e3;hb=662d029ac5cc8bbaebe1fae47925f58a8896dc09;hp=40a4b8ce74680b1d019bed4e49216cde26396f83;hpb=2d422c11d7a829ca46b5440a7ba123ae2a5b94d9;p=tinyos-2.x.git diff --git a/tos/chips/tda5250/tda5250_message.h b/tos/chips/tda5250/tda5250_message.h index 40a4b8ce..1f377841 100644 --- a/tos/chips/tda5250/tda5250_message.h +++ b/tos/chips/tda5250/tda5250_message.h @@ -9,7 +9,6 @@ typedef nx_struct tda5250_header_t { nx_am_addr_t src; nx_am_addr_t dest; nx_am_id_t type; - nx_am_group_t group; nx_uint8_t token; } tda5250_header_t; @@ -24,6 +23,9 @@ typedef nx_struct tda5250_metadata_t { nx_uint32_t time; nx_uint8_t sendSecurityMode; nx_uint8_t receiveSecurityMode; + /* some meta information that allows to compute a density */ + nx_uint8_t maxRepetitions; + nx_uint8_t repetitions; } tda5250_metadata_t; #endif