CARMA C++
|
LogRecordSelector class. More...
#include <string>
#include <vector>
#include "carma/dbms/ColumnNames.h"
#include "carma/dbms/Selector.h"
Go to the source code of this file.
Classes | |
class | carma::dbms::LogRecordSelector |
Class to represent an SQL selection (portion of SELECT clause) for a log message. More... | |
struct | carma::dbms::LogRecordSelector::SelectionMask |
Holds info on which log record fields should be selected (ie returned) by a query), if a value is set to true, the corresponding field is included in the selection (in cases where if false it is not. More... | |
Namespaces | |
module | carma |
IDL for bima Rx Control, inherits from antenna::common::RxControl. | |
carma::dbms | |
API for access to the CARMA database. | |
LogRecordSelector class.
* $CarmaCopyright$
Definition in file LogRecordSelector.h.