Metadata upgrades as well as improvements to the buffer in terms of debugging and code maintainability.
This commit is contained in:
parent
bb1971e961
commit
cde42ce36e
25 changed files with 390 additions and 664 deletions
|
@ -153,8 +153,8 @@ namespace Controller {
|
|||
float onemin, fivemin, fifteenmin;
|
||||
if (sscanf(line, "%f %f %f", &onemin, &fivemin, &fifteenmin) == 3){
|
||||
capa["load"]["one"] = (long long int)(onemin * 100);
|
||||
capa["load"]["five"] = (long long int)(onemin * 100);
|
||||
capa["load"]["fifteen"] = (long long int)(onemin * 100);
|
||||
capa["load"]["five"] = (long long int)(fivemin * 100);
|
||||
capa["load"]["fifteen"] = (long long int)(fifteenmin * 100);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue