X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Fnet%2Fdhv%2Finterfaces%2FDhvNeighbour.nc;fp=tos%2Flib%2Fnet%2Fdhv%2Finterfaces%2FDhvNeighbour.nc;h=b8ea315d802c6a204ef2b1d2fb931fee260ba6f9;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=0000000000000000000000000000000000000000;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400;p=tinyos-2.x.git diff --git a/tos/lib/net/dhv/interfaces/DhvNeighbour.nc b/tos/lib/net/dhv/interfaces/DhvNeighbour.nc new file mode 100755 index 00000000..b8ea315d --- /dev/null +++ b/tos/lib/net/dhv/interfaces/DhvNeighbour.nc @@ -0,0 +1,5 @@ +#include +interface DhvNeighbour{ + command uint8_t getNeighbourCount(); + command void addNeighbour(uint8_t nodeId); +}