Go to the documentation of this file.
3 #ifndef SZA_UTIL_PERCENT_H
4 #define SZA_UTIL_PERCENT_H
15 #include "carma/szautil/ConformableQuantity.h"
20 class Percent :
public ConformableQuantity {
30 Percent(
const Max1& unit,
double percent);
31 Percent(
const Max100& unit,
double percent);
38 void setPercentMax1(
double percent);
39 void setPercentMax100(
double percent);
42 double percentMax100();
55 #endif // End #ifndef SZA_UTIL_PERCENT_H