Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed by
Diff: Timer.h
- Revision:
- 5:62573be585e9
- Parent:
- 4:5d1359a283bc
- Child:
- 11:1c1ebd0324fa
--- a/Timer.h Thu Nov 27 16:23:24 2008 +0000 +++ b/Timer.h Thu Jan 22 18:32:40 2009 +0000 @@ -56,10 +56,13 @@ int slicetime(); -int _running; // whether the timer is running + int _running; // whether the timer is running unsigned int _start; // the start time of the latest slice int _time; // any accumulated time from previous slices + virtual const struct rpc_method *get_rpc_methods(); + static struct rpc_class *get_rpc_class(); + }; }