added timetable aggregate reset function
This commit is contained in:
parent
79cb912f7c
commit
7fcb9554f4
2 changed files with 14 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: timetable-aggregate.h,v 1.1 2008/01/17 12:19:26 adamdunkels Exp $
|
||||
* $Id: timetable-aggregate.h,v 1.2 2008/03/13 14:27:34 fros4943 Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -81,6 +81,8 @@ void timetable_aggregate_print_detailed(struct timetable_aggregate *a);
|
|||
|
||||
void timetable_aggregate_print_categories(struct timetable_aggregate *a);
|
||||
|
||||
void timetable_aggregate_reset(struct timetable_aggregate *a);
|
||||
|
||||
void timetable_aggregate_compute_detailed(struct timetable_aggregate *a,
|
||||
struct timetable *timetable);
|
||||
void timetable_aggregate_compute_categories(struct timetable_aggregate *a,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue