#include "../../Types.hpp"#include <%= typekit.name %>#include <boost/cstdint.hpp>#include <string>

Go to the source code of this file.
Namespaces | |
| namespace | orogen_typekits |
Defines | |
| #define | __OROGEN_GENERATED_ <%= typekit.name.upcase %>_CORBA_CONVERTIONS_HPP |
Functions | |
| bool | orogen_typekits::fromCORBA (<%=type.ref_type%> value,<%=target_type.corba_arg_type%> corba) |
| bool | orogen_typekits::fromCORBA (<%=type.ref_type%> value, int length,<%=target_type.corba_arg_type%> corba) |
<%typesets.converted_types.eachdo|type|target_type=typekit.intermediate_type_for(type)%> bool | orogen_typekits::toCORBA (<%=target_type.corba_ref_type%> corba,<%=type.arg_type%> value) |
| <%end%> <%typesets.array_types.eachdo|type|target_type=typekit.intermediate_type_for(type)%> bool | orogen_typekits::toCORBA (<%=target_type.corba_ref_type%> corba,<%=type.arg_type%> value, int length) |
| #define __OROGEN_GENERATED_ <%= typekit.name.upcase %>_CORBA_CONVERTIONS_HPP |
Definition at line 4 of file Convertions.hpp.