SSCMA-Micro CPP SDK  v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
ma::Transport Member List

This is the complete list of members for ma::Transport, including all inherited members.

available() const noexcept=0ma::Transportpure virtual
deInit() noexcept=0ma::Transportpure virtual
flush() noexcept=0ma::Transportpure virtual
getType() const noexceptma::Transportinline
init(const void *config) noexcept=0ma::Transportpure virtual
m_initializedma::Transportprotected
m_typema::Transportprotected
operator bool() const noexceptma::Transportinline
operator=(const Transport &)=deletema::Transport
receive(char *data, size_t length) noexcept=0ma::Transportpure virtual
receiveIf(char *data, size_t length, char delimiter) noexcept=0ma::Transportpure virtual
send(const char *data, size_t length) noexcept=0ma::Transportpure virtual
Transport(ma_transport_type_t type) noexceptma::Transportinlineexplicit
Transport(const Transport &)=deletema::Transport
~Transport()=defaultma::Transportvirtual