|
JeVois
1.23
JeVois Smart Embedded Machine Vision Toolkit
|
|
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::ParameterRegistry | protected |
| addSubComponent(std::string const &instance, Args &&...args) | jevois::Component | |
| callbackInitCall() | jevois::ParameterRegistry | protected |
| className() const | jevois::Component | |
| Component(std::string const &instance) | jevois::Component | |
| descriptor() const | jevois::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(bool doit) | jevois::Component | |
| freezeParam(std::string const ¶mdescriptor, bool doit) | jevois::Component | |
| getParamString(std::string const ¶mdescriptor) const | jevois::Component | |
| getParamStringUnique(std::string const ¶mdescriptor) const | jevois::Component | |
| getParamVal(std::string const ¶mdescriptor) const | jevois::Component | |
| getParamValUnique(std::string const ¶mdescriptor) const | jevois::Component | |
| getSubComponent(std::string const &instance) const | jevois::Component | |
| hideAllParams(bool doit) | jevois::Component | |
| hideParam(std::string const ¶mdescriptor, bool doit) | jevois::Component | |
| initialized() const | jevois::Component | |
| instanceName() const | jevois::Component | |
| isTopLevel() const | jevois::Component | |
| JEVOIS_DECLARE_PARAMETER(devname, std::string, "Device file name", "", ParamCateg) | jevois::Serial | related |
| 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::Serial | related |
| JEVOIS_DECLARE_PARAMETER(format, std::string, "Data format", "8N1", boost::regex("^[5-8][NEO][12]$"), ParamCateg) | jevois::Serial | related |
| JEVOIS_DECLARE_PARAMETER(flowsoft, bool, "Use soft (XON/XOFF) flow control", false, ParamCateg) | jevois::Serial | related |
| JEVOIS_DECLARE_PARAMETER(flowhard, bool, "Use hard (RTS/CTS) flow control", false, ParamCateg) | jevois::Serial | related |
| 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::Serial | related |
| 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::Serial | related |
| JEVOIS_DECLARE_PARAMETER(mode, TerminalMode, "Terminal emulation mode for input", TerminalMode::Plain, TerminalMode_Values, ParamCateg) | jevois::Serial | related |
| JEVOIS_DEFINE_ENUM_CLASS(LineStyle,(LF)(CR)(CRLF)(Zero)(Sloppy)) | jevois::Serial | related |
| JEVOIS_DEFINE_ENUM_CLASS(TerminalMode,(Plain)(VT100)) | jevois::Serial | related |
| paramInfo(std::shared_ptr< UserInterface > s, std::map< std::string, std::string > &categs, bool skipFrozen, std::string const &cname="", std::string const &pfx="") | jevois::Component | virtual |
| postInit() override | jevois::Serial | protectedvirtual |
| postUninit() override | jevois::Serial | protectedvirtual |
| preInit() | jevois::Component | inlineprotectedvirtual |
| preUninit() | jevois::Component | inlineprotectedvirtual |
| readSome(std::string &str) override | jevois::Serial | virtual |
| removeDynamicParameter(std::string const &name, bool throw_if_not_found=true) | jevois::Component | |
| removeParameter(ParameterBase *const param) | jevois::ParameterRegistry | protected |
| 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 ¶mdescriptor, std::string const &val) | jevois::Component | |
| setParamStringUnique(std::string const ¶mdescriptor, std::string const &val) | jevois::Component | |
| setParamVal(std::string const ¶mdescriptor, T const &val) | jevois::Component | |
| setParamValUnique(std::string const ¶mdescriptor, T const &val) | jevois::Component | |
| setPath(std::string const &path) | jevois::Component | |
| toggleDTR(std::chrono::milliseconds const &dur) | jevois::Serial | |
| type() const override | jevois::Serial | virtual |
| Type enum name | jevois::UserInterface | |
| UserInterface(std::string const &instance) | jevois::UserInterface | |
| writeString(std::string const &str) override | jevois::Serial | virtual |
| jevois::UserInterface::writeString(std::string const &prefix, std::string const &str) | jevois::UserInterface | virtual |
| ~Component() | jevois::Component | virtual |
| ~ParameterRegistry() | jevois::ParameterRegistry | virtual |
| ~Serial() | jevois::Serial | virtual |
| ~UserInterface() | jevois::UserInterface | virtual |