Developer Application Interface (ARC API) v3.6.2
ARC, Inc. GenII/III Application Interface
|
This is the complete list of members for arc::gen3::CArcBase, including all inherited members.
CArcBase(void)=default | arc::gen3::CArcBase | protected |
CArcBase(const CArcBase &)=delete | arc::gen3::CArcBase | protected |
CArcBase(CArcBase &&)=delete | arc::gen3::CArcBase | protected |
cmdToString(const std::uint32_t uiCmd) | arc::gen3::CArcBase | static |
cmdToString(const std::uint32_t uiReply, const std::initializer_list< std::uint32_t > &tCmdList) | arc::gen3::CArcBase | static |
convertAnsiToWide(const char *pszString) | arc::gen3::CArcBase | static |
convertWideToAnsi(wchar_t wzString[]) noexcept | arc::gen3::CArcBase | static |
convertWideToAnsi(const std::wstring &wsString) | arc::gen3::CArcBase | static |
copyMemory(void *pDest, void *pSrc, const std::size_t uiSize) | arc::gen3::CArcBase | static |
formatString(const char *pszFmt,...) | arc::gen3::CArcBase | static |
getSystemError(void) noexcept | arc::gen3::CArcBase | inlinestatic |
getSystemMessage(ErrCode iCode) | arc::gen3::CArcBase | inlinestatic |
iterToString(T *pBegin, T *pEnd, char zSeperator=' ') | arc::gen3::CArcBase | inlinestatic |
m_sVersion | arc::gen3::CArcBase | protectedstatic |
operator=(const CArcBase &)=delete | arc::gen3::CArcBase | protected |
operator=(CArcBase &&)=delete | arc::gen3::CArcBase | protected |
setDots(std::string_view svText, const std::size_t uiMaxLength, const char szDot='.') | arc::gen3::CArcBase | static |
splitString(const std::string &sString, const char &zDelim=' ') | arc::gen3::CArcBase | static |
throwException(const std::string &sMethodName, const std::int32_t iLine, const std::string &sMsg) | arc::gen3::CArcBase | inlinestatic |
throwException(const std::string &sMethodName, const std::int32_t iLine, const char *pszFmt,...) | arc::gen3::CArcBase | inlinestatic |
throwNoDeviceError(const std::string &sMethodName, const std::int32_t iLine, const std::string &sMsg="") | arc::gen3::CArcBase | static |
throwOutOfRange(const std::string &sMethodName, const std::int32_t iLine, const std::uint32_t uiElement, std::pair< std::uint32_t, std::uint32_t > range) | arc::gen3::CArcBase | static |
throwOutOfRange(const std::string &sMethodName, const std::int32_t iLine, const std::string &sElement, const std::size_t uiSize) | arc::gen3::CArcBase | static |
version(void) | arc::gen3::CArcBase | static |
zeroMemory(void *pDest, const std::size_t uiSize) | arc::gen3::CArcBase | static |
~CArcBase(void) | arc::gen3::CArcBase | virtual |