My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
Voltage.h
Go to the documentation of this file.
1 #ifndef GCP_UTIL_VOLTAGE_H
2 #define GCP_UTIL_VOLTAGE_H
3 
11 namespace gcp {
12  namespace util {
13 
14  class Voltage {
15  public:
16 
17  enum Id {
18  DRAIN,
19  GATE
20  };
21 
22  }; // End class Voltage
23 
24  } // End namespace util
25 } // End namespace gcp
26 
27 
28 
29 
30 #endif // End #ifndef GCP_UTIL_VOLTAGE_H
Definition: Voltage.h:14