rfmodel Struct Reference
[Front-end interface]

#include <bpm_interface.h>

Collaboration diagram for rfmodel:

Collaboration graph
[legend]

Detailed Description

This structure contains the complete RF model for a BPM, which is essentially a collection of it's resonant modes and sensitivities

Definition at line 213 of file bpm_interface.h.

Data Fields

char name [20]
int nmodes
bpmmode_tmode [NMAX_MODES]


Field Documentation

char rfmodel::name[20]

A name for the cavity's RF model

Definition at line 214 of file bpm_interface.h.

int rfmodel::nmodes

The number of BPM modes in the model

Definition at line 215 of file bpm_interface.h.

Referenced by generate_bpmsignal().

bpmmode_t* rfmodel::mode[NMAX_MODES]

A list of pointers to the array of modes

Definition at line 216 of file bpm_interface.h.

Referenced by generate_bpmsignal().


The documentation for this struct was generated from the following file:
Generated on Thu Jan 10 10:18:36 2008 for libbpm by  doxygen 1.5.1