crange-1.6.2
Data Fields
RANGE_TABLE Struct Reference

Structure to store range tables. More...

#include <crange.h>

Data Fields

double z1
 
double a1
 
short sswitch
 
tdatatarget
 
time_t timestamp
 
double range [MAXE]
 

Detailed Description

Structure to store range tables.

This structure contains a range table and its associated metadata.

Definition at line 147 of file crange.h.

Field Documentation

double RANGE_TABLE::a1

The projectile mass.

Definition at line 149 of file crange.h.

double RANGE_TABLE::range[MAXE]

The actual table of range values.

Definition at line 153 of file crange.h.

short RANGE_TABLE::sswitch

The switch bit field.

Definition at line 150 of file crange.h.

tdata* RANGE_TABLE::target

A pointer to the TDATA structure used in constructing the table.

Definition at line 151 of file crange.h.

time_t RANGE_TABLE::timestamp

The time at which the table was created.

Definition at line 152 of file crange.h.

double RANGE_TABLE::z1

The projectile charge.

Definition at line 148 of file crange.h.


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