|
Urbi SDK Remote for C++
2.7.5
|
#include <boost/preprocessor/stringize.hpp>#include <urbi/kernel-version.hh>#include "compatibility.hxx"

Go to the source code of this file.
Namespaces | |
| namespace | urbi |
Global definition of the starterlist. | |
| namespace | urbi::compatibility |
Functions | |
| std::string | urbi::compatibility::evaluate_in_channel_open (const std::string &name, unsigned major) |
| Evaluate an expression Exp in such a way that the result *and the errors* are sent to the tag/channel tag. | |
| std::string | urbi::compatibility::evaluate_in_channel_close (const std::string &name, unsigned major) |
| std::string | urbi::compatibility::emit (const std::string &event, unsigned major=kernelMajor()) |
| Return the string to emit event in k1 or k2. | |
| std::string | urbi::compatibility::isvoid (const std::string &exp, unsigned major=kernelMajor()) |
| Return the string to test whether exp is void in k1 or k2. | |
| std::string | urbi::compatibility::stop (const std::string &tag, unsigned major=kernelMajor()) |
| Return the string to stop a tag in k1 or k2. | |