#include <coildata.hpp>
Public Types | |
enum | eflags { IS_HALF = 0x00000001, IS_COILPAIR = 0x00000002, IS_OPPOSING_COILPAIR = 0x00000004, IS_MIRROR = 0x00000008 } |
Public Attributes | |
char | magic [4] |
unsigned int | flags |
unsigned int | coilprec_size |
unsigned int | _filler |
double | coil_radius |
double | coil_wr |
double | coilpair_distance |
unsigned int | radial_samples |
unsigned int | axial_samples |
double | geom_radial |
double | geom_axial |
double | geom_axial_add |
Definition at line 57 of file coildata.hpp.
Definition at line 61 of file coildata.hpp.
char coilgen_header::magic[4] |
Definition at line 59 of file coildata.hpp.
unsigned int coilgen_header::flags |
Definition at line 60 of file coildata.hpp.
unsigned int coilgen_header::coilprec_size |
Definition at line 68 of file coildata.hpp.
unsigned int coilgen_header::_filler |
Definition at line 69 of file coildata.hpp.
double coilgen_header::coil_radius |
Definition at line 71 of file coildata.hpp.
double coilgen_header::coil_wr |
Definition at line 72 of file coildata.hpp.
Definition at line 73 of file coildata.hpp.
unsigned int coilgen_header::radial_samples |
Definition at line 75 of file coildata.hpp.
unsigned int coilgen_header::axial_samples |
Definition at line 76 of file coildata.hpp.
double coilgen_header::geom_radial |
Definition at line 77 of file coildata.hpp.
double coilgen_header::geom_axial |
Definition at line 78 of file coildata.hpp.
Definition at line 79 of file coildata.hpp.