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.
Public Member Functions | Private Member Functions | List of all members
cqsp::common::systems::SysOrbit Class Reference

#include <sysmovement.h>

Inheritance diagram for cqsp::common::systems::SysOrbit:
cqsp::common::systems::ISimulationSystem

Public Member Functions

 SysOrbit (Game &game)
 
void DoSystem () override
 
int Interval () override
 
- Public Member Functions inherited from cqsp::common::systems::ISimulationSystem
 ISimulationSystem (Game &game)
 
virtual ~ISimulationSystem ()=default
 

Private Member Functions

void ParseOrbitTree (entt::entity parent, entt::entity body)
 
void LeaveSOI (const entt::entity &body, entt::entity &parent, components::types::Orbit &orb, components::types::Kinematics &pos, components::types::Kinematics &p_pos)
 Sets the SOI of the entity to the parent More...
 
bool EnterSOI (const entt::entity &parent, const entt::entity &body)
 Change the current body's SOI into a child SOI More...
 
void CrashObject (cqsp::common::components::types::Orbit &orb, entt::entity body, entt::entity parent)
 Check if the entity has crashed into its parent object More...
 
void UpdateCommandQueue (cqsp::common::components::types::Orbit &orb, entt::entity body, entt::entity parent)
 
void CalculateImpulse (cqsp::common::components::types::Orbit &orb, entt::entity body, entt::entity parent)
 

Additional Inherited Members

- Protected Member Functions inherited from cqsp::common::systems::ISimulationSystem
GameGetGame ()
 
UniverseGetUniverse ()
 

Constructor & Destructor Documentation

◆ SysOrbit()

cqsp::common::systems::SysOrbit::SysOrbit ( Game game)
inlineexplicit

Member Function Documentation

◆ CalculateImpulse()

void cqsp::common::systems::SysOrbit::CalculateImpulse ( cqsp::common::components::types::Orbit orb,
entt::entity  body,
entt::entity  parent 
)
private

◆ CrashObject()

void cqsp::common::systems::SysOrbit::CrashObject ( cqsp::common::components::types::Orbit orb,
entt::entity  body,
entt::entity  parent 
)
private

Check if the entity has crashed into its parent object

Parameters
universe
orb
body
parent

◆ DoSystem()

void cqsp::common::systems::SysOrbit::DoSystem ( )
overridevirtual

◆ EnterSOI()

bool cqsp::common::systems::SysOrbit::EnterSOI ( const entt::entity &  parent,
const entt::entity &  body 
)
private

Change the current body's SOI into a child SOI

Parameters
universe
parent
bodyBody that we want to check if it's entering a SOI

◆ Interval()

int cqsp::common::systems::SysOrbit::Interval ( )
inlineoverridevirtual

How often is DoSystem is run. It will be run every n number of ticks when the tick becomes a multiple of the number below. The default is 24

Reimplemented from cqsp::common::systems::ISimulationSystem.

◆ LeaveSOI()

void cqsp::common::systems::SysOrbit::LeaveSOI ( const entt::entity &  body,
entt::entity &  parent,
components::types::Orbit orb,
components::types::Kinematics pos,
components::types::Kinematics p_pos 
)
private

Sets the SOI of the entity to the parent

Parameters
universe
bodyNeeds to have a Body and Orbit parameter
pposParent position

◆ ParseOrbitTree()

void cqsp::common::systems::SysOrbit::ParseOrbitTree ( entt::entity  parent,
entt::entity  body 
)
private

◆ UpdateCommandQueue()

void cqsp::common::systems::SysOrbit::UpdateCommandQueue ( cqsp::common::components::types::Orbit orb,
entt::entity  body,
entt::entity  parent 
)
private

The documentation for this class was generated from the following files: