[Tinyos-help] Simple question...
milos rovcanin
ro1208984 at gmail.com
Wed Oct 1 05:33:21 PDT 2008
typedef struct {
uint8_t x;
uint8_t q;
} Type1;
typedef struct {
uint8_t a;
type1 b;
} Type2;
now, if I want to put A in the b field of B, what am I supposse to do???
Say, i have this situation:
type1 * A;
type2 * B;
A->x=1;
A->q=2;
B->a=1;
B->b= ???
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20081001/65dda072/attachment.htm
More information about the Tinyos-help
mailing list