Conquer Space 0.0.0
A space themed grand strategy game set in the near future, with realistic orbital mechanics, and an emphasis on economics and politics.
Classes | Namespaces | Enumerations
orders.h File Reference
#include <entt/entt.hpp>
#include "core/components/orbit.h"

Go to the source code of this file.

Classes

struct  cqsp::core::components::OrbitTarget
 
struct  cqsp::core::components::OrbitScalar
 
struct  cqsp::core::components::OrbitEntityTarget
 

Namespaces

namespace  cqsp
 
namespace  cqsp::core
 
namespace  cqsp::core::components
 

Enumerations

enum class  cqsp::core::components::Command {
  cqsp::core::components::CircularizeAtApoapsis , cqsp::core::components::CircularizeAtPeriapsis , cqsp::core::components::SetApoapsis , cqsp::core::components::SetPeriapsis ,
  cqsp::core::components::SetInclination , cqsp::core::components::MatchPlanes , cqsp::core::components::CoplanarIntercept , cqsp::core::components::CoplanarInterceptAndTransfer ,
  cqsp::core::components::Impulse , cqsp::core::components::LandOnBody , cqsp::core::components::InterceptAndCircularizeBody , cqsp::core::components::ForceMatchPlanes ,
  cqsp::core::components::ExitSOI , cqsp::core::components::SelfDestruct
}
 
enum class  cqsp::core::components::Trigger { cqsp::core::components::OnEnterSOI , cqsp::core::components::OnExitSOI , cqsp::core::components::OnManeuver , cqsp::core::components::OnCrash }