diff options
author | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-04 14:03:08 +0100 |
---|---|---|
committer | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-04 14:03:08 +0100 |
commit | 646720fdd975f30d7d1ef076feeda7b0d9b18c9a (patch) | |
tree | 45aaab5b3bc038375e21261eeb6dc805a8a24e4a /monitor/mon.h | |
parent | 906d9a5356fe7b90fc14a9c0d6a0d65abb7e80a8 (diff) | |
download | SystDigit-Projet-646720fdd975f30d7d1ef076feeda7b0d9b18c9a.tar.gz SystDigit-Projet-646720fdd975f30d7d1ef076feeda7b0d9b18c9a.zip |
Dynamic frequency ajustment.
Diffstat (limited to 'monitor/mon.h')
-rw-r--r-- | monitor/mon.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/monitor/mon.h b/monitor/mon.h index 7abcf8c..0040eda 100644 --- a/monitor/mon.h +++ b/monitor/mon.h @@ -40,8 +40,11 @@ typedef struct { t_output *outputs; int step; - int freq; + int max_freq; + int target_freq; + int actual_freq; + int calc_time_usec; t_status status; |