X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Finterfaces%2FReadStream.nc;h=856f44cbf23a6e0e4430950ace4e04c94403620c;hb=4f057e14d46beedf64d643bebd06ca3e7e903d1f;hp=0e30da48d4fc209516f720531022af7117fd9330;hpb=1ba974b83d19fc41bf80acd52726f36f7f1df297;p=tinyos-2.x.git diff --git a/tos/interfaces/ReadStream.nc b/tos/interfaces/ReadStream.nc index 0e30da48..856f44cb 100644 --- a/tos/interfaces/ReadStream.nc +++ b/tos/interfaces/ReadStream.nc @@ -60,7 +60,7 @@ interface ReadStream { * should be placed into the buffer. Make sure your count doesn't * overrun the buffer. * - * @param buf a pointer to the buffer + * @param 'val_t* COUNT(count) buf' a pointer to the buffer * @param count the number of values the buffer should hold * * @return SUCCESS if the post was successful @@ -83,7 +83,7 @@ interface ReadStream { * SUCCESS, and the buffer will be filled with zeroes. * * @param result SUCCESS if the buffer was filled without errors - * @param buf a pointer to the buffer that has been filled + * @param 'val_t* COUNT(count) buf' a pointer to the buffer that has been filled * @param count the number of values actually read */ event void bufferDone(error_t result,