ADTF
|
This is the complete list of members for DataType, including all inherited members.
_array_size (defined in DataType) | DataType | private |
_bit_size (defined in DataType) | DataType | private |
_default_type_alignment (defined in DataType) | DataType | private |
_description (defined in DataType) | DataType | private |
_infos (defined in InfoMap) | InfoMap | private |
_maximum_value (defined in DataType) | DataType | private |
_minimum_value (defined in DataType) | DataType | private |
_name | TypeBase | protected |
_observers (defined in ModelSubjectUtility< MODEL_SUBJECT_T, EVENT_CODE_T >) | ModelSubjectUtility< MODEL_SUBJECT_T, EVENT_CODE_T > | private |
_unit_name (defined in DataType) | DataType | private |
attachObserver(observer_type *observer) | ModelSubjectUtility< MODEL_SUBJECT_T, EVENT_CODE_T > | inline |
DataType() | DataType | inline |
DataType(const DataType &)=default | DataType | |
DataType(DataType &&)=default | DataType | |
DataType(const std::string &name, size_t bit_size, const std::string &description={}, OptionalSize array_size={}, const std::string &unit_name={}, const std::string &minimum_value={}, const std::string &maximum_value={}, OptionalSize default_type_alignment={}) | DataType | |
DataType(const std::initializer_list< std::string > &initializer) | DataType | |
detachObserver(observer_type *observer) | ModelSubjectUtility< MODEL_SUBJECT_T, EVENT_CODE_T > | inline |
event_code_type typedef | ModelSubjectUtility< MODEL_SUBJECT_T, EVENT_CODE_T > | |
getArraySize() const | DataType | |
getBitSize() const | DataType | |
getDefaultAlignment() const | DataType | |
getDescription() const | DataType | |
getInfo() const | InfoMap | inline |
getInfo() | InfoMap | inline |
getInfo(uint8_t info_type) (defined in InfoMap) | InfoMap | inlineprivate |
getInfo(uint8_t info_type) const (defined in InfoMap) | InfoMap | inlineprivate |
getMax() const | DataType | |
getMin() const | DataType | |
getName() const | TypeBase | |
getTypeOfType() const override | DataType | virtual |
getUnitName() const | DataType | |
InfoMap()=default | InfoMap | |
InfoMap(const InfoMap &) | InfoMap | inline |
InfoMap(InfoMap &&) | InfoMap | inline |
ModelSubjectUtility()=default | ModelSubjectUtility< MODEL_SUBJECT_T, EVENT_CODE_T > | |
ModelSubjectUtility(const ModelSubjectUtility &) | ModelSubjectUtility< MODEL_SUBJECT_T, EVENT_CODE_T > | inline |
notify(const std::string &additional_info) (defined in DataType) | DataType | private |
notifyChanged(event_code_type event_code, subject_type &changed_subject, const std::string &additional_info) | ModelSubjectUtility< MODEL_SUBJECT_T, EVENT_CODE_T > | inlineprotected |
observer_type typedef | ModelSubjectUtility< MODEL_SUBJECT_T, EVENT_CODE_T > | |
operator!=(const DataType &other) const | DataType | |
operator=(const DataType &)=default | DataType | |
operator=(DataType &&)=default | DataType | |
ddl::dd::datamodel::TypeBase::operator=(const TypeBase &)=default | TypeBase | |
ddl::dd::datamodel::TypeBase::operator=(TypeBase &&)=default | TypeBase | |
ddl::dd::utility::ModelSubjectUtility::operator=(const ModelSubjectUtility &) | ModelSubjectUtility< MODEL_SUBJECT_T, EVENT_CODE_T > | inline |
ddl::dd::datamodel::InfoMap::operator=(const InfoMap &) | InfoMap | inline |
ddl::dd::datamodel::InfoMap::operator=(InfoMap &&) | InfoMap | inline |
operator==(const DataType &other) const | DataType | |
setArraySize(OptionalSize array_size) | DataType | |
setBitSize(size_t size) | DataType | |
setDescription(const std::string &description) | DataType | |
setInfo(const std::shared_ptr< INFO_T > &info) | InfoMap | inline |
setInfo(const std::shared_ptr< IInfo > &info) (defined in InfoMap) | InfoMap | inlineprivate |
setMax(const std::string &maximum_value) | DataType | |
setMin(const std::string &minimum_value) | DataType | |
setName(const std::string &name) override | DataType | virtual |
setUnitName(const std::string &unit_name) | DataType | |
subject_type typedef | ModelSubjectUtility< MODEL_SUBJECT_T, EVENT_CODE_T > | |
TypeBase()=default | TypeBase | |
TypeBase(const TypeBase &)=default | TypeBase | |
TypeBase(TypeBase &&)=default | TypeBase | |
TypeBase(const std::string &name) | TypeBase | |
~DataType()=default | DataType | virtual |
~ModelSubjectUtility()=default | ModelSubjectUtility< MODEL_SUBJECT_T, EVENT_CODE_T > | virtual |
~TypeBase()=default | TypeBase | virtual |