|
577 | 577 | %------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
578 | 578 | %\texttt{PWR\_MD\_MEASURE\_METHOD} & Get & uint64_t & Denotes the measurement method: an actual measurement (returned value = 0) or a model based estimate (return value = 1). Other values $> 1$ may be used to denote multiple vendor specific models in the situation where multiple models may exist. \\ |
579 | 579 | \newcommand{\mMeasureMethod}{% |
580 | | - \metadata{measure\_method} {\aG}{\ptrchar}{Denotes the measurement method: an actual measurement (returned value = 0) or a model based estimate (return value = 1). Other values $> 1$ may be used to denote multiple vendor specific models in the situation where multiple models may exist.}% |
| 580 | + \metadata{measure\_method} {\aG}{\uint}{Denotes the measurement method: an actual measurement (returned value = 0) or a model based estimate (return value = 1). Other values $> 1$ may be used to denote multiple vendor specific models in the situation where multiple models may exist.}% |
581 | 581 | } |
582 | 582 | %------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 583 | +%------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 584 | +%\texttt{PWR\_MD\_LIQUID\_RES\_CAP} & Get & uint64_t & The capacity of the liquid resevoir of the object.\\ |
| 585 | +\newcommand{\mLiquidResCap}{% |
| 586 | + \metadata{liquid\_res\_cap} {\aG}{\uint}{Denotes the liquid resevoir capacity in Litres.}% |
| 587 | +} |
| 588 | +%------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 589 | +%------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 590 | +%\texttt{PWR\_MD\_LIQUID\_TYPE} & Get & char * & The type of liquid in the cooling infrastructure for the object.\\ |
| 591 | +\newcommand{\mLiquidType}{% |
| 592 | + \metadata{liquid\_type} {\aG}{\ptrchar}{Information string describing the liquid cooling fluid type.}% |
| 593 | +} |
| 594 | +%------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 595 | +%------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 596 | +%\texttt{PWR\_MD\_LIQUID\_MAX\_PUMP\_FLOW} & Get & double & The maxmium flow rate of the pump closest to the object.\\ |
| 597 | +\newcommand{\mLiquidMaxPumpFlow}{% |
| 598 | + \metadata{liquid\_max\_pump\_flow} {\aG}{\dbl}{Denotes the maximum flow rate in Litres.}% |
| 599 | +} |
| 600 | +%------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 601 | +%------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 602 | +%\texttt{PWR\_MD\_LIQUID\_MIN\_PUMP\_FLOW} & Get & double & The minimum flow rate of the pump closest to the object.\\ |
| 603 | +\newcommand{\mLiquidMinPumpFlow}{% |
| 604 | + \metadata{liquid\_min\_pump\_flow} {\aG}{\dbl}{Denotes the minimum flow rate in Litres.}% |
| 605 | +} |
| 606 | +%------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 607 | +%------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 608 | +%\texttt{PWR\_MD\_LIQUID\_RECOMMENDED\_PUMP\_FLOW} & Get & double & The vendor recommended flow rate of the pump closest to the object.\\ |
| 609 | +\newcommand{\mLiquidRecommendedPumpFlow}{% |
| 610 | + \metadata{liquid\_recommended\_pump\_flow} {\aG}{\dbl}{Denotes the recommended flow rate in Litres.}% |
| 611 | +} |
| 612 | +%------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 613 | +%------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 614 | +%\texttt{PWR\_MD\_LIQUID\_MAX\_TEMP} & Get & double & The maxmium temperature of the cooling liquid.\\ |
| 615 | +\newcommand{\mLiquidMaxTemp}{% |
| 616 | + \metadata{liquid\_max\_temp} {\aG}{\dbl}{Denotes the maximum temperature in degrees celcius.}% |
| 617 | +} |
| 618 | +%------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 619 | +%------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 620 | +%\texttt{PWR\_MD\_LIQUID\_MIN\_TEMP} & Get & double & The minimum temperature of the cooling liquid.\\ |
| 621 | +\newcommand{\mLiquidMinTemp}{% |
| 622 | + \metadata{liquid\_min\_temp} {\aG}{\dbl}{Denotes the minimum temperature in degrees celcius.}% |
| 623 | +} |
| 624 | +%------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 625 | +%------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 626 | +%\texttt{PWR\_MD\_LIQUID\_MAX\_PRESSUE} & Get & double & The maxmium pressure in the cooling liquid line.\\ |
| 627 | +\newcommand{\mLiquidMaxPressure}{% |
| 628 | + \metadata{liquid\_max\_pressure} {\aG}{\dbl}{Denotes the maximum pressue in Bar or PSI?????.}% |
| 629 | +} |
| 630 | +%------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 631 | + |
| 632 | + |
| 633 | + |
| 634 | + |
| 635 | + |
| 636 | + |
| 637 | + |
| 638 | + |
| 639 | + |
| 640 | + |
| 641 | + |
| 642 | +% PWR_MD_LIQUID_RES_CAP, |
| 643 | +% PWR_MD_LIQUID_TYPE, |
| 644 | +% PWR_MD_LIQUID_MAX_PUMP_FLOW, |
| 645 | +% PWR_MD_LIQUID_MIN_PUMP_FLOW, |
| 646 | +% PWR_MD_LIQUID_RECOMMENED_PUMP_FLOW, |
| 647 | +% PWR_MD_LIQUID_MAX_TEMP, |
| 648 | +% PWR_MD_LIQUID_MIN_TEMP, |
| 649 | +% PWR_MD_LIQUID_MAX_PRESSURE, |
| 650 | + |
| 651 | + |
583 | 652 |
|
584 | 653 | % End Macro definitions |
585 | 654 |
|
|
0 commit comments