Contents Menu Expand Light mode Dark mode Auto light/dark mode
XSMP Modeler documentation
XSMP Modeler documentation

User guide

  • Installation
  • Project creation
  • Modeling file
  • Project configuration
  • C++ formatter configuration
  • Workflow
  • Command Line Interface

Profiles

  • ESA-CDK
  • XSMP-SDK

Tools

  • AsciiDoc Tool
  • Python Wrapper
  • SMP legacy tool

Developper guide

  • Requirements
  • Import XSMP projects into your workspace
  • Configure the Target platform
  • Configure the Java Formatter
  • Build the project
  • Plugins architecture
  • Test your local changes
Back to top

ESA-CDK#

This profile generates C++ code compatible with ESA CDK.

To use the ESA CDK framework, add the following line to your project configuration:

profile "org.eclipse.xsmp.profile.esa-cdk"

XSMP-SDK#

This profile generates C++ code compatible with XSMP SDK.

To use the XSMP SDK framework, add the following line to your project configuration:

profile "org.eclipse.xsmp.profile.xsmp-sdk"
Next
AsciiDoc Tool
Previous
Installation
Copyright © 2025, Thales Alenia Space
Made with Sphinx and @pradyunsg's Furo