|
|
||||||
|
iop_xdevice.h
Go to the documentation of this file.
165 * Dummy. An xDevice does not provide event based configuration. Use Insert instead. This function
296 virtual void DoReadConfiguration(TokenReader& rTr, const std::string& rLabel = "", const Type* pContext=0);
311 virtual void DoWriteConfiguration(TokenWriter& rTw, const std::string& rLabel="", const Type* pContext=0) const;
#define FAUDES_TYPE_DECLARATION(ftype, ctype, cbase) faudes type declaration macro Definition: cfl_types.h:867 Attribute for the configuration of a input or output mapping. Definition: iop_vdevice.h:68 A TokenReader reads sequential tokens from a file or string. Definition: cfl_tokenreader.h:63 A TokenWriter writes sequential tokens to a file, a string or stdout. Definition: cfl_tokenwriter.h:51 Base class of all libFAUDES objects that participate in the run-time interface. Definition: cfl_types.h:239 Virtual base class to define the interface for event io. Definition: iop_vdevice.h:261 bool lastCommandWasStart Current device state: remember last stop/down command. Definition: iop_xdevice.h:332 std::map< Idx, int > mInputToDevice Compiled data: Input map to map input idx to device no. Definition: iop_xdevice.h:326 std::map< Idx, int > mOutputToDevice Compiled data: Output Map to map input idx to device no. Definition: iop_xdevice.h:329 std::vector< vDevice * >::const_iterator Iterator Iterator for const access to individual devices. Definition: iop_xdevice.h:58 Includes all libFAUDES headers, no plugins. Virtual device for interface definition Include timed plugin headers. libFAUDES 2.32b --- 2024.03.01 --- c++ api documentaion by doxygen |