fesa-core  4.0.0
fesa::PropertyData Member List

This is the complete list of members for fesa::PropertyData, including all inherited members.

areItemsAvailable() const fesa::PropertyDataprotectedvirtual
checkIncomingItemsValues() const fesa::PropertyDataprotectedvirtual
checkItemsTypes() const fesa::PropertyDataprotectedvirtual
checkItemType(const std::string &name, const std::string &expectedType) const fesa::ServerDataprotected
checkItemValue(const std::string &name) const fesa::ServerDatainlineprotected
checkOutgoingDataConsistency() const fesa::ServerData
get(const std::string &name) const fesa::ServerDataprotected
getAcqStamp() const fesa::PropertyData
getAcquiredContext() const fesa::PropertyData
getArray(const std::string &name, ArraySize &size) const fesa::ServerDataprotected
getArray2D(const std::string &name, Array2DSize &size) const fesa::ServerDataprotected
getCMWData() const fesa::ServerData
getContextData() const fesa::PropertyData
getCycleName() const fesa::PropertyData
getCycleStamp() const fesa::PropertyData
getRequestType() const fesa::PropertyData
getString(const std::string &name, std::size_t maxLength) const fesa::ServerDataprotected
getStringArray(const std::string &name, StringArraySize &size) const fesa::ServerDataprotected
getStringArray2D(const std::string &name, StringArray2DSize &size) const fesa::ServerDataprotected
getUpdateType() const fesa::PropertyData
isItemAvailable(const std::string &name) const fesa::ServerDataprotected
PropertyData()fesa::PropertyData
PropertyData(cmw::data::Data &data)fesa::PropertyDataexplicit
PropertyData(std::auto_ptr< cmw::data::Data > data)fesa::PropertyDataexplicit
PropertyData(const cmw::rda3::common::AcquiredData &acquiredData, RequestType::RequestType requestType=RequestType::GET)fesa::PropertyDataexplicit
releaseCMWData()fesa::ServerData
ServerData(std::auto_ptr< cmw::data::Data > data)fesa::ServerDataexplicitprotected
set(const std::string &name, T value)fesa::ServerDatainlineprotected
set(const std::string &name, const char *value, std::size_t maxLength)fesa::ServerDataprotected
setAcqStamp(int64_t stamp)fesa::PropertyData
setArray(const std::string &name, const T *value, const ArraySize &size)fesa::ServerDatainlineprotected
setArray(const std::string &name, const char **value, const StringArraySize &size)fesa::ServerDataprotected
setArray2D(const std::string &name, const T *value, const Array2DSize &size)fesa::ServerDatainlineprotected
setArray2D(const std::string &name, const char **value, const StringArray2DSize &size)fesa::ServerDataprotected
setContextData(const ContextData &context)fesa::PropertyData
setCycleName(const std::string &name)fesa::PropertyData
setCycleStamp(int64_t stamp)fesa::PropertyData
setRequestType(RequestType::RequestType requestType)fesa::PropertyData