Reflexxes Motion Libraries  Manual and Documentation (Type II, Version 1.2.6)
Overview About the Source Code

The source code of the Type II Reflexxes Motion Library is structured in a simple and clear three-layered way:

  1. The Interface Layer

  2. The Algorithm Layer

  3. The Math Layer

SourceCodeLayers.png
Illustration of the three source code layers of the Reflexxes Motion Libraries.

The Interface Layer

The interface layer is based on the class ReflexxesAPI and constitutes the user API of the Reflexxes Motion Libraries. It wraps around the algorithmic classes TypeIIRMLPosition and TypeIIRMLPosition (cf. The Algorithm Layer) and hides all functionalities that are not required by the user application in order to obtain a clean and minimal interface for all applications. For a description of input and output values, please refer to the Description of Input Values and the Description of Output Values.


Class List


File List



The Algorithm Layer

The algorithm layer contains the actual Type II On-Line Trajectory Generation (OTG) algorithm. The position-based algorithm is realized by the class TypeIIRMLPosition, and the velocity-based algorithm is realized by the class TypeIIRMLVelocity. Both classes make use of the namespace TypeIIRMLMath, which provides all mathematical foundation for the algorithms (cf. The Math Layer). The methods to call the actual algorithms are TypeIIRMLPosition::GetNextStateOfMotion() and TypeIIRMLPosition::GetNextStateOfMotion(), both of which are used by the API class ReflexxesAPI (cf. The Interface Layer).


Class List


File List for the Position-based Algorithm


File List for the Velocity-based Algorithm


The Math Layer

The math layer is the most fundamental layer. It provides a collection of mathematical functions that required by the classes TypeIIRMLPosition and TypeIIRMLVelocity. All these functions are contained in the namespace TypeIIRMLMath.


Class List


File List

User documentation of the Reflexxes Motion Libraries by Reflexxes GmbH (Company Information, Impressum). This document was generated with Doxygen on Mon Jul 7 2014 13:21:09. Copyright 2010–2014.