CARMA C++
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
ToneSourceFlags.h
Go to the documentation of this file.
1
#ifndef SZA_UTIL_TONESOURCEFLAGS_H
2
#define SZA_UTIL_TONESOURCEFLAGS_H
3
11
namespace
sza {
12
namespace
util {
13
14
class
ToneSourceFlags {
15
public
:
16
17
enum
{
18
OFF
= 0x1,
19
ON
= 0x2,
20
UNKNOWN = 0x4,
21
};
22
23
};
// End class ToneSourceFlags
24
25
}
// End namespace util
26
}
// End namespace sza
27
28
29
30
#endif // End #ifndef SZA_UTIL_TONESOURCEFLAGS_H
carma::antenna::common::OFF
Off.
Definition:
SwitchState.idl:20
carma::antenna::common::ON
On.
Definition:
SwitchState.idl:19
carma
szautil
ToneSourceFlags.h
Generated by
1.8.5