![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qohosudmf.h>
Public Member Functions | |
| QOhosUdmfRecord () | |
| QOhosUdmfRecord (const QOhosUdmfRecord &)=delete | |
| QOhosUdmfRecord & | operator= (const QOhosUdmfRecord &)=delete |
| QOhosUdmfRecord (QOhosUdmfRecord &&)=default | |
| QOhosUdmfRecord & | operator= (QOhosUdmfRecord &&)=default |
| std::vector< std::string > | getTypes () const |
| void | setProviderForDataFetchFunc (std::vector< std::string > typeIds, std::function< void *(const char *)> dataFetchFunc) |
| template<typename T> | |
| void | addEntry (QOhosUdsObject< T > udsObject) |
| void | addGeneralEntry (const std::string &typeId, std::uint8_t *buff, std::uint32_t buffSize) |
| template<typename T> | |
| QOhosUdsObject< T > | getEntry () |
| QOhosOptional< QSpan< std::uint8_t > > | tryGetGeneralEntry (const std::string &typeId) |
| bool | isEmpty () const |
Friends | |
| class | QOhosUdmfData |
Definition at line 23 of file qohosudmf.h.
| QOhosUdmfRecord::QOhosUdmfRecord | ( | ) |
Definition at line 66 of file qohosudmf.cpp.
References QOhosUdmfRecord().
Referenced by QOhosUdmfRecord().
|
delete |
|
default |
| void QOhosUdmfRecord::addEntry | ( | QOhosUdsObject< T > | udsObject | ) |
Definition at line 136 of file qohosudmf.h.
| void QOhosUdmfRecord::addGeneralEntry | ( | const std::string & | typeId, |
| std::uint8_t * | buff, | ||
| std::uint32_t | buffSize ) |
Definition at line 129 of file qohosudmf.cpp.
Referenced by QT_BEGIN_NAMESPACE::addGeneralEntryToRecord().
| QOhosUdsObject< T > QOhosUdmfRecord::getEntry | ( | ) |
Definition at line 144 of file qohosudmf.h.
| std::vector< std::string > QOhosUdmfRecord::getTypes | ( | ) | const |
Definition at line 80 of file qohosudmf.cpp.
| bool QOhosUdmfRecord::isEmpty | ( | ) | const |
Definition at line 173 of file qohosudmf.cpp.
|
delete |
|
default |
| void QOhosUdmfRecord::setProviderForDataFetchFunc | ( | std::vector< std::string > | typeIds, |
| std::function< void *(const char *)> | dataFetchFunc ) |
Definition at line 116 of file qohosudmf.cpp.
| QOhosOptional< QSpan< std::uint8_t > > QOhosUdmfRecord::tryGetGeneralEntry | ( | const std::string & | typeId | ) |
Definition at line 142 of file qohosudmf.cpp.
References makeEmptyQOhosOptional().
|
friend |
Definition at line 61 of file qohosudmf.h.