Lab 1 Program C
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(); + }; }