#include <XLinkStream.hpp>

Public Types | |
| using | XLinkError = XLinkError |
Public Member Functions | |
| XLinkWriteError (XLinkError_t status, const std::string &stream) | |
Public Member Functions inherited from dai::XLinkError | |
| XLinkError (XLinkError_t statusID, std::string stream, const std::string &message) | |
Additional Inherited Members | |
Public Attributes inherited from dai::XLinkError | |
| const XLinkError_t | status = X_LINK_ERROR |
| const std::string | streamName |
Definition at line 98 of file XLinkStream.hpp.
Definition at line 99 of file XLinkStream.hpp.
| dai::XLinkWriteError::XLinkWriteError | ( | XLinkError_t | status, |
| const std::string & | stream | ||
| ) |
Definition at line 237 of file XLinkStream.cpp.