|
|
||||||
|
lbp_include.h
Go to the documentation of this file.
133 generate additional bindings for you plug-in. You will need SWIG version 1.3.36 installed on your system; see http://www.swig.org.
134 Use <tt>make luabindings-clean</tt> and <tt>make luabindings-prepare</tt> to re-build the wrapper code.
135 This stage is also processed by the configuration procedure, e.g. <tt>make dist-clean</tt> and <tt>make configure</tt>.
137 <tt>libluafaudes.a</tt>. The plug-in includes the lua sources, no additional software requirements
138 are imposed. This stage is processed by the std build procedure, eg <tt>make clean</tt> and <tt>make</tt>.
146 by Lua scripts that register with the libFAUDES run-time interface. Thus, libFAUDES applications
164 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
166 The above copyright notice and this permission notice shall be included in all copies or substantial portions ofthe Software.
168 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
220 extern FAUDES_API void faudes_dict_insert_topic(const std::string& topic, const std::string& text);
221 extern FAUDES_API void faudes_dict_insert_entry(const std::string& topic, const std::string& key, const std::string& entry);
Includes all libFAUDES headers, no plugins. luafaudes class to run scripts as rti functions FAUDES_API void faudes_mute(bool on) FAUDES_API void faudes_debug(const std::string &message) FAUDES_API void faudes_dict_insert_topic(const std::string &topic, const std::string &text) FAUDES_API void faudes_dict_insert_entry(const std::string &topic, const std::string &key, const std::string &entry) FAUDES_API void faudes_console(const std::string &message) FAUDES_API void faudes_throw_exception(const std::string &msg) libFAUDES 2.32b --- 2024.03.01 --- c++ api documentaion by doxygen |