21 #ifndef RECONFIGURATION_UNIT_H
22 #define RECONFIGURATION_UNIT_H
24 #define SC_INCLUDE_DYNAMIC_PROCESSES
40 sc_time last_window_reset;
41 sc_time busyTimeOnLastCall;
48 busyTime = SC_ZERO_TIME;
49 requestTime = SC_ZERO_TIME;
50 last_window_reset = SC_ZERO_TIME;
56 sc_time getBusyTime(
void);
57 sc_time getRequestTime(
void);
59 double getOccupationRateOverLastWindow(
void);
Definition: reconfiguration_unit.h:32
Definition: window_function.h:29