lob 0.2.2
 
Loading...
Searching...
No Matches
lob::Output Struct Reference

Structure holding the output results of the ballistic calculation. More...

#include <lob.hpp>

Public Attributes

uint32_t range {0}
 
uint16_t velocity {0}
 Associated range in yards.
 
uint32_t energy {0}
 Calculated velocity in feet per second.
 
float elevation {0.0F}
 Calculated energy in foot-pounds.
 
float deflection {0.0F}
 Calculated elevation change in inches.
 
float time_of_flight {0.0F}
 Calculated windage deflection in inches.
 

Detailed Description

Structure holding the output results of the ballistic calculation.

Member Data Documentation

◆ deflection

float lob::Output::deflection {0.0F}

Calculated elevation change in inches.

◆ elevation

float lob::Output::elevation {0.0F}

Calculated energy in foot-pounds.

◆ energy

uint32_t lob::Output::energy {0}

Calculated velocity in feet per second.

◆ range

uint32_t lob::Output::range {0}

◆ time_of_flight

float lob::Output::time_of_flight {0.0F}

Calculated windage deflection in inches.

◆ velocity

uint16_t lob::Output::velocity {0}

Associated range in yards.


The documentation for this struct was generated from the following file: