JeVois  1.20
JeVois Smart Embedded Machine Vision Toolkit
Share this page:
jevois::Serial Member List

This is the complete list of members for jevois::Serial, including all inherited members.

absolutePath(std::filesystem::path const &path="")jevois::Component
addDynamicParameter(std::string const &name, std::string const &description, T const &defaultValue, ParameterCategory const &category)jevois::Component
addDynamicParameter(std::string const &name, std::string const &description, T const &defaultValue, ValidValuesSpec< T > const &validValuesSpec, ParameterCategory const &category)jevois::Component
addParameter(ParameterBase *const param)jevois::ParameterRegistryprotected
addSubComponent(std::string const &instance, Args &&...args)jevois::Component
callbackInitCall()jevois::ParameterRegistryprotected
className() constjevois::Component
Component(std::string const &instance)jevois::Component
descriptor() constjevois::Component
engine() constjevois::Component
fileGet(std::string const &abspath)jevois::Serial
filePut(std::string const &abspath)jevois::Serial
flush(void)jevois::Serial
foreachParam(std::function< void(std::string const &compname, ParameterBase *p)> func, std::string const &cname="")jevois::Component
freezeAllParams()jevois::Component
freezeParam(std::string const &paramdescriptor)jevois::Component
getParamString(std::string const &paramdescriptor) constjevois::Component
getParamStringUnique(std::string const &paramdescriptor) constjevois::Component
getParamVal(std::string const &paramdescriptor) constjevois::Component
getParamValUnique(std::string const &paramdescriptor) constjevois::Component
getSubComponent(std::string const &instance) constjevois::Component
initialized() constjevois::Component
instanceName() constjevois::Component
isTopLevel() constjevois::Component
JEVOIS_DECLARE_PARAMETER(devname, std::string, "Device file name", "", ParamCateg)jevois::Serialrelated
JEVOIS_DECLARE_PARAMETER(baudrate, unsigned int, "Baudrate", 115200, { 110, 300, 600, 1200, 2400, 4800, 9600, 14400, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 1000000, 1152000, 1500000, 2000000, 2500000, 3000000, 3500000, 4000000 }, ParamCateg)jevois::Serialrelated
JEVOIS_DECLARE_PARAMETER(format, std::string, "Data format", "8N1", boost::regex("^[5-8][NEO][12]$"), ParamCateg)jevois::Serialrelated
JEVOIS_DECLARE_PARAMETER(flowsoft, bool, "Use soft (XON/XOFF) flow control", false, ParamCateg)jevois::Serialrelated
JEVOIS_DECLARE_PARAMETER(flowhard, bool, "Use hard (RTS/CTS) flow control", false, ParamCateg)jevois::Serialrelated
JEVOIS_DECLARE_PARAMETER(drop, bool, "Silently drop write data when write buffer is full. Useful to " "avoid blocking when writing messages to serial-over-USB port and the host is " "not listening to it. Note that even when drop is false, we will still drop " "data after repeated attempts to send it, and will report an error (as opposed to " "silently dropping when drop is true).", true, ParamCateg)jevois::Serialrelated
JEVOIS_DECLARE_PARAMETER(linestyle, LineStyle, "End of line style: LF is for 0x0a [\\n] CR is for 0x0d [\\r] " "CRLF is for 0x0d 0x0a [\\r\\n] Zero is for 0x00 [\\0] Sloppy accepts any of " "CR, LF, CRLF, 0xd0 (issued by some keyboards instead of Return), and Zero as input " "and issues CRLF in outputs.", LineStyle::Sloppy, LineStyle_Values, ParamCateg)jevois::Serialrelated
JEVOIS_DECLARE_PARAMETER(mode, TerminalMode, "Terminal emulation mode for input", TerminalMode::Plain, TerminalMode_Values, ParamCateg)jevois::Serialrelated
JEVOIS_DEFINE_ENUM_CLASS(LineStyle,(LF)(CR)(CRLF)(Zero)(Sloppy))jevois::Serialrelated
JEVOIS_DEFINE_ENUM_CLASS(TerminalMode,(Plain)(VT100))jevois::Serialrelated
paramInfo(std::shared_ptr< UserInterface > s, std::map< std::string, std::string > &categs, bool skipFrozen, std::string const &cname="", std::string const &pfx="")jevois::Componentvirtual
postInit() overridejevois::Serialprotectedvirtual
postUninit() overridejevois::Serialprotectedvirtual
preInit()jevois::Componentinlineprotectedvirtual
preUninit()jevois::Componentinlineprotectedvirtual
readSome(std::string &str) overridejevois::Serialvirtual
removeDynamicParameter(std::string const &name)jevois::Component
removeParameter(ParameterBase *const param)jevois::ParameterRegistryprotected
removeSubComponent(std::shared_ptr< Comp > &component)jevois::Component
removeSubComponent(std::string const &instance, bool warnIfNotFound=true)jevois::Component
sendBreak(void)jevois::Serial
Serial(std::string const &instance, UserInterface::Type type)jevois::Serial
setBlocking(bool blocking, std::chrono::milliseconds const &timeout)jevois::Serial
setDynamicParameterCallback(std::string const &name, std::function< void(T const &)> cb, bool callnow=true)jevois::Component
setParamsFromFile(std::string const &filename)jevois::Component
setParamsFromStream(std::istream &is, std::string const &absfile)jevois::Component
setParamString(std::string const &paramdescriptor, std::string const &val)jevois::Component
setParamStringUnique(std::string const &paramdescriptor, std::string const &val)jevois::Component
setParamVal(std::string const &paramdescriptor, T const &val)jevois::Component
setParamValUnique(std::string const &paramdescriptor, T const &val)jevois::Component
setPath(std::string const &path)jevois::Component
toggleDTR(std::chrono::milliseconds const &dur)jevois::Serial
Type enum namejevois::UserInterface
type() const overridejevois::Serialvirtual
unFreezeAllParams()jevois::Component
unFreezeParam(std::string const &paramdescriptor)jevois::Component
UserInterface(std::string const &instance)jevois::UserInterface
writeString(std::string const &str) overridejevois::Serialvirtual
jevois::UserInterface::writeString(std::string const &prefix, std::string const &str)jevois::UserInterfacevirtual
~Component()jevois::Componentvirtual
~ParameterRegistry()jevois::ParameterRegistryvirtual
~Serial()jevois::Serialvirtual
~UserInterface()jevois::UserInterfacevirtual