Skip to content

File Vehicle.hpp

FileList > astrea > astro > astro > platforms > Vehicle.hpp

Go to the source code of this file

A class representing a vehicle in the astrea astro platform. More...

  • #include <cassert>
  • #include <concepts>
  • #include <memory>
  • #include <type_traits>
  • #include <units/units.hpp>
  • #include <astro/frames/CartesianVector.hpp>
  • #include <astro/frames/FrameReference.hpp>
  • #include <astro/frames/frames.hpp>
  • #include <astro/time/Date.hpp>
  • #include <astro/types/type_traits.hpp>

Namespaces

Type Name
namespace astrea
namespace astro
namespace detail

Classes

Type Name
class Vehicle
A class representing a vehicle in the astrea astro platform. This class serves as a base for user-defined vehicles and provides a common interface.
struct VehicleInner <typename T>
A template class for vehicle inner implementations.
struct VehicleInnerBase
Pure virtual base class for vehicle inner implementations.

Detailed Description

Author:

Jay Iuliano (iuliano.jay@gmail.com)

Date:

2025-08-02

Copyright:

Copyright (c) 2025 Jay Iuliano

The GNU Lesser General Public License (LGPL)

This file is part of Astrea. Astrea is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Astrea is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU General Public License along with Astrea. If not, see https://www.gnu.org/licenses/.


The documentation for this class was generated from the following file astrea/astro/astro/platforms/Vehicle.hpp