iocroblab / reflexxes

The Reflexxes Motion Libraries. Debian package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

---------------------------------------------------------------
 Example Projects for the Type II Reflexxes Motion Library
---------------------------------------------------------------


***************************************************************
 1. Directory Contents
***************************************************************

 - include: Folder for all header files of the Reflexxes API
   and the Type II Reflexxes Motion Library
 - src: Folder for the source code files of the Type II
   Reflexxes Motion Library and the six sample applications
 - Linux: Folder with example makefiles for Linux
 - MacOS: Folder with example makefiles for Mac OS X
 - Windows: Folder with example project files for Microsoft
   Windows (Visual Studio 2008 Express)


***************************************************************
 2. Getting Started
***************************************************************
Change to the directory 'Linux' or 'MacOS', respectively, and
enter

make clean32 all32

for 32-bit systems or

make clean64 all64

for 64-bit systems, respectively, to check whether all files
compile correctly on your system. Under Microsoft Windows, you
can open the Visual Studio solution file
'ReflexxesTypeII_ExampleProject.sln' and  re-complie all
projects to perform the check on your system. If everything
compiles without error messages, you can take a look at one of
the simple sample applications in the 'src' folder to learn
about the simple and clean Reflexxes API and to use it for
your own applications. In case of problems or issues with this
procedure, please contact us at support@reflexxes.com.


***************************************************************
 3. Documentation
***************************************************************

http://www.reflexxes.com/software/typeiirml/v1.2.6


***************************************************************
 A. Appendix - Entire Folder Structure
***************************************************************

    * ReflexxesTypeII
        o include Folder for all header files of the Reflexxes API and the source code of the Type II Reflexxes Motion Library
        o Linux Folder with example makefiles for Linux
                + RMLPositionSampleApplications Folder for the makefile of 01_RMLPositionSampleApplication.cpp, 02_RMLPositionSampleApplication.cpp, 03_RMLPositionSampleApplication.cpp, and 07_RMLPositionSampleApplication.cpp
                + RMLVelocitySampleApplications Folder for the makefile of 04_RMLVelocitySampleApplication.cpp, 05_RMLVelocitySampleApplication.cpp, 06_RMLVelocitySampleApplication.cpp, and 08_RMLVelocitySampleApplication.cpp
                + TypeIIRML Folder for the makefile of the Type II Reflexxes Motion Library
                + x64 Binary files for 64-bit environments
                      # debug Files with debug information (non-optimized)
                            * bin Executable files of all sample applications
                            * lib This folder contains the Reflexxes Type II Motion Library.
                            * obj Object files
                      # release Files without debug information (fully optimized)
                            * bin Executable files of all sample applications
                            * lib This folder contains the Reflexxes Type II Motion Library.
                            * obj Object files
                + x86 Binary files for 32-bit environments
                      # debug Files with debug information (non-optimized)
                            * bin Executable files of all sample applications
                            * lib This folder contains the Reflexxes Type II Motion Library.
                            * obj Object files
                      # release Files without debug information (fully optimized)
                            * bin Executable files of all sample applications
                            * lib This folder contains the Reflexxes Type II Motion Library.
                            * obj Object files
        o MacOS Folder with example makefiles for Mac OS X
                + RMLPositionSampleApplications Folder for the makefile of 01_RMLPositionSampleApplication.cpp, 02_RMLPositionSampleApplication.cpp, 03_RMLPositionSampleApplication.cpp, and 07_RMLPositionSampleApplication.cpp
                + RMLVelocitySampleApplications Folder for the makefile of 04_RMLVelocitySampleApplication.cpp, 05_RMLVelocitySampleApplication.cpp, 06_RMLVelocitySampleApplication.cpp, and 08_RMLVelocitySampleApplication.cpp
                + TypeIIRML Folder for the makefile of the Type II Reflexxes Motion Library
                + x64 Binary files for 32-bit environments
                      # debug Files with debug information (non-optimized)
                            * bin Executable files of all sample applications
                            * lib This folder contains the Reflexxes Type II Motion Library.
                            * obj Object files
                      # release Files without debug information (fully optimized)
                            * bin Executable files of all sample applications
                            * lib This folder contains the Reflexxes Type II Motion Library.
                            * obj Object files
                + x86 Binary files for 32-bit environments
                      # debug Files with debug information (non-optimized)
                            * bin Executable files of all sample applications
                            * lib This folder contains the Reflexxes Type II Motion Library.
                            * obj Object files
                      # release Files without debug information (fully optimized)
                            * bin Executable files of all sample applications
                            * lib This folder contains the Reflexxes Type II Motion Library.
                            * obj Object files
        o src Folder for the source code files of the six sample applications
                + RMLPositionSampleApplications Source code of 01_RMLPositionSampleApplication.cpp, 02_RMLPositionSampleApplication.cpp, 03_RMLPositionSampleApplication.cpp, and 07_RMLPositionSampleApplication.cpp
                + RMLVelocitySampleApplications Source code of 04_RMLVelocitySampleApplication.cpp, 05_RMLVelocitySampleApplication.cpp, 06_RMLVelocitySampleApplication.cpp, and 08_RMLVelocitySampleApplication.cpp
                + TypeIIRML Source code of the Type II Reflexxes Motion Library
        o Windows Folder with example project files for Microsoft Windows (Visual Studio 2008 Express)
                + Debug Binary files with debug information (non-optimized)
                + Release Binary files without debug information (fully optimized)
                + 01_RMLPositionSampleApplication Folder for the project file of 01_RMLPositionSampleApplication.cpp
                + 02_RMLPositionSampleApplication Folder for the project file of 02_RMLPositionSampleApplication.cpp
                + 03_RMLPositionSampleApplication Folder for the project file of 03_RMLPositionSampleApplication.cpp
                + 04_RMLVelocitySampleApplication Folder for the project file of 04_RMLVelocitySampleApplication.cpp
                + 05_RMLVelocitySampleApplication Folder for the project file of 05_RMLVelocitySampleApplication.cpp
                + 06_RMLVelocitySampleApplication Folder for the project file of 06_RMLVelocitySampleApplication.cpp
                + 07_RMLPositionSampleApplication Folder for the project file of 07_RMLPositionSampleApplication.cpp
                + 08_RMLVelocitySampleApplication Folder for the project file of 08_RMLVelocitySampleApplication.cpp
                + TypeIIRML Folder for the project file of the Type II Reflexxes Motion Library

---------------------------------------------------------------
Copyright (C) 2014 Google, Inc.

About

The Reflexxes Motion Libraries. Debian package

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 98.5%Language:Makefile 1.5%