Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.58 KB

File metadata and controls

27 lines (18 loc) · 1.58 KB

RMP Sample Apps

This repository contains our C#, C++, and Python sample applications demonstrating the use of the RapidCode API. These examples are designed to help you learn how to work with the API, explore its features, and run tests effectively.

Using This Repository

Warning: This repository will not allow you to build or run the sample apps without a valid RMP installation. File paths used throughout may be invalid on your machine without this installation.

A valid installation of RMP comes prepackaged with all sample apps shown in this repository, ready to be built or run.

For information on how to license and install RMP, visit the Setup page in our documentation.

Layout

Directory Contents
C# C# sample apps. Includes a readme.md with more information.
C++ C++ sample apps. Includes a readme.md with more information.
python Python sample apps. Includes a readme.md with more information.
RTTaskFunctions Default RTTasks library used in the C++ sample apps.
VisualStudioGeneratorScripts Visual Studio generator scripts for the C++ sample apps.

Links