I have a generic module that expects a struct as a typedef argument
e.g. generic module LogReadWriteM(typedef LOG_STRUCT)
how can i instantiate and access member variables of the struct inside this
module?
The typedef syntax seems confusing, cos as of now it seems that i can only
pass a 'value' unlike a true typedef
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to