MoCSI API Reference
Loading...
Searching...
No Matches
Classes | Macros
SolarVector.h File Reference

Managing module that calculates the solar vector from the center of the body to the Sun. More...

#include <iostream>
#include <memory>
#include <string>
#include <valarray>
#include "../../src/GenericManagingModule.h"
#include "../../src/ModuleFactory.h"
Include dependency graph for SolarVector.h:

Go to the source code of this file.

Classes

class  SolarVector< T >
 

Macros

#define SOLAR_VECTOR_VERSION   "7"
 

Detailed Description

Managing module that calculates the solar vector from the center of the body to the Sun.

This module computes the 3D vector pointing from the body's center to the Sun, taking into account any submodules that define the Sun's position or the body's orientation.

Features:

Template Parameters
TNumeric type used in the simulation (e.g., float, double)

Macro Definition Documentation

◆ SOLAR_VECTOR_VERSION

#define SOLAR_VECTOR_VERSION   "7"