Table of Contents

C#: Getting Started

Editor CSharp is a C# Visual Studio solution file that includes the reference libraries to the Nominal simulation architecture. It is provided alongside Nominal Editor and provides a solution for creating custom components, messages and spacecraft in a traditional programming format. Components can be coded in C# and use the simulation library and functions accessible in the C# infrastructure. When complete, the solution can be built and those custom components can be added to the Nominal Editor visualization.

Untitled


Table of Contents

  1. Opening the Solution
  2. Finding Reference Libraries
  3. Exporting Custom Components

Minimum Requirements


Key Learnings

  • Accessing the Solution: Open and edit the solution file in Visual Studio
  • Reference Libraries: Understand how to use the C# API reference documentation for finding functions
  • Exporting as DLLs: Export the custom components to the Nominal Editor