orca-robotics


INTRODUCTION
Overview
Download and Install
Quick Start
Documentation
Publications

REPOSITORY
Interfaces
Components
Libraries
Utilities
Software Map

DEVELOPER
Tutorials
Examples
Dev Guide
Dashboard
Wiki
login/pass: orca/orca

PEOPLE
Contributors
Users

SourceForge.net Logo
Project
Download
Mailing lists

 

         

orcabros1 Namespace Reference

Converts between the types of BROS-I C++ library and Orca types. More...


C++ to Slice Conversion Functions

void convert (const hydrobros1::Size2d &cobj, orca::Size2d &iceobj)
 Converts from C++ structure to Slice-defined structure.
void convert (const hydrobros1::CartesianPoint2d &cobj, orca::CartesianPoint2d &iceobj)
 Converts from C++ structure to Slice-defined structure.
void convert (const hydrobros1::CartesianPoint3d &cobj, orca::CartesianPoint &iceobj)
 Converts from C++ structure to Slice-defined structure.
void convert (const hydrobros1::CartesianPoint3d &cobj, orca::CartesianPoint2d &iceobj)
 Converts from C++ structure to Slice-defined structure and reduce dimensions.
void convert (const hydrobros1::Frame3d &cobj, orca::Frame3d &iceobj)
 Converts from C++ structure to Slice-defined structure.

Slice to C++ Conversion Functions

void convert (const orca::Size2d &iceobj, hydrobros1::Size2d &cobj)
 Converts from Slice-defined structure to C++ structure.
void convert (const orca::CartesianPoint2d &iceobj, hydrobros1::CartesianPoint2d &cobj)
 Converts from Slice-defined structure to C++ structure.
void convert (const orca::CartesianPoint &iceobj, hydrobros1::CartesianPoint3d &cobj)
 Converts from Slice-defined structure to C++ structure.
void convert (const orca::CartesianPoint &iceobj, hydrobros1::CartesianPoint2d &cobj)
 Converts from Slice-defined structure to C++ structure and reduce dimensions.
void convert (const orca::Frame3d &iceobj, hydrobros1::Frame3d &cobj)
 Converts from Slice-defined structure to C++ structure.


Detailed Description

Converts between the types of BROS-I C++ library and Orca types.

This namespace is part of a library which converts between BROS-I types implemented directly in C++ and with Slice.

See also:
libOrcaBros1

 

Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)


Generated for Orca Robotics by  doxygen 1.4.5