1 #ifndef CARMA_DBMS_MONITORDATA2DBMSCONVERSIONS_H
2 #define CARMA_DBMS_MONITORDATA2DBMSCONVERSIONS_H
33 (
const unsigned short& dbValidity);
VALIDITY
Validity states of the data value.
Abstract base class for all monitor points.
BLANKING_FLAGGING
Blanking/flagging status of the data.
unsigned short blankingFlagging2DB(const carma::monitor::MonitorPoint::BLANKING_FLAGGING &blanking)
convert the MonitorPoint::BLANKING_FLAGGING value to the value which is written in the db ...
carma::monitor::MonitorPoint::BLANKING_FLAGGING db2BlankingFlagging(const unsigned short &dbBlanking)
convert a db value to its MonitorPoint::BLANKING_FLAGGING counterpart
std::string blankingFlaggingToString(carma::monitor::MonitorPoint::BLANKING_FLAGGING bf)
convert a monitor blanking flagging enumerator to string.
unsigned short validity2DB(const carma::monitor::MonitorPoint::VALIDITY &validity)
convert the MonitorPoint::VALIDITY value to the value which is written in the db
std::string validityToString(carma::monitor::MonitorPoint::VALIDITY validity)
convert monitor validity to string.
carma::monitor::MonitorPoint::VALIDITY db2Validity(const unsigned short &dbValidity)
convert a db value to its MonitorPoint::VALIDITY counterpart