comparison LossyCom.h @ 2:b6dd31dbab8c

Receiving only messages for the current endpoint
author Merten Sach <msach@mailbox.tu-berlin.de>
date Mon, 12 Mar 2012 18:35:10 +0100
parents 826448e34e80
children 5c0fb7c519d7
comparison
equal deleted inserted replaced
1:8165e6b9dff0 2:40d0ed418579
55 55
56 /* 56 /*
57 * Central communication structure. 57 * Central communication structure.
58 */ 58 */
59 typedef struct{ 59 typedef struct{
60 uint16_t triggerCounter; 60 volatile uint16_t triggerCounter;
61 uint16_t numEndpoints; 61 uint16_t numEndpoints;
62 lossyCom__msg_t* outboxArray; 62 lossyCom__msg_t* outboxArray;
63 }lossyCom__exchange_t; 63 }lossyCom__exchange_t;
64 64
65 /* 65 /*