CARMA C++
|
MonitorPointSelector class. More...
#include <string>
#include "carma/dbms/ColumnNames.h"
#include "carma/dbms/MonitorDescription.h"
#include "carma/dbms/MonitorSystemAndDBMSRelationships.h"
#include "carma/dbms/Selector.h"
Go to the source code of this file.
Classes | |
class | carma::dbms::MonitorPointSelector |
Class to represent an SQL selection (portion of SELECT clause) based on the attributes of a monitor point. More... | |
struct | carma::dbms::MonitorPointSelector::SelectionMask |
Holds info on which monitor point fields should be selected (ie returned) by a query), if a value is set to true, the corresponding column is included in the selection (in cases where the selection makes sense, see the description of individual fields), if false it is not. More... | |
class | carma::dbms::MPSelectorCompare |
Class for sorting a set of MPSelector pointers. More... | |
Namespaces | |
module | carma |
IDL for bima Rx Control, inherits from antenna::common::RxControl. | |
carma::dbms | |
API for access to the CARMA database. | |
Typedefs | |
typedef std::set < MonitorPointSelector *, MPSelectorCompare > | carma::dbms::MPSelectorSet |
A set of MonitorPointSelector points ordered by tagID. More... | |
MonitorPointSelector class.
* $CarmaCopyright$
Definition in file MonitorPointSelector.h.