Go to the documentation of this file. 1 #ifndef SZA_UTIL_ATTENUATION_H
2 #define SZA_UTIL_ATTENUATION_H
13 #include "carma/szautil/ConformableQuantity.h"
18 class Attenuation :
public ConformableQuantity {
27 Attenuation(
const dBUnit& units,
double dB);
32 virtual ~Attenuation();
36 void setdB(
double dB);
44 inline unsigned char intModUnits() {
45 return (
unsigned char)dB();
61 #endif // End #ifndef SZA_UTIL_ATTENUATION_H