X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Fshimmer%2FTime.nc;h=530d66a6897e7d0055cab186f13ead7800f469a0;hb=03f76ac0f600ded5975ced8b8351e1a9837f7977;hp=76e2a01134b3d12784ee9432aa26628f1e4f3580;hpb=80947dbfb5b56d7b65bc51a4518b320643821ab3;p=tinyos-2.x.git diff --git a/tos/platforms/shimmer/Time.nc b/tos/platforms/shimmer/Time.nc index 76e2a011..530d66a6 100644 --- a/tos/platforms/shimmer/Time.nc +++ b/tos/platforms/shimmer/Time.nc @@ -37,5 +37,6 @@ interface Time { command error_t localtime(const time_t *timer, struct tm *tm); command error_t asctime(const struct tm *tm, char *buf, int buflen); command error_t time(time_t *timer); + command void setCurrentTime(time_t current_time); event void tick(); }