lob 0.6.0
 
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.
 
double elevation {0.0}
 Calculated energy in foot-pounds.
 
double deflection {0.0}
 Calculated elevation change in inches.
 
double time_of_flight {0.0}
 Calculated windage deflection in inches.
 

Detailed Description

Structure holding the output results of the ballistic calculation.

Member Data Documentation

◆ deflection

double lob::Output::deflection {0.0}

Calculated elevation change in inches.

◆ elevation

double lob::Output::elevation {0.0}

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

double lob::Output::time_of_flight {0.0}

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: