This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | beam_params |
Defines | |
#define | MAP_OPTIONS MAP_PRIVATE |
#define | MAX_IMAGE_WIDTH 1288 |
#define | MAX_IMAGE_HEIGHT 1032 |
#define | MD(x) |
#define | MYPRECISION double |
Functions | |
int | calculateBeamParams (const char *dmaFileName, int width, int height, struct beam_params *beam) |
#define MAP_OPTIONS MAP_PRIVATE |
Definition at line 4 of file lasercalc.h.
#define MAX_IMAGE_HEIGHT 1032 |
Definition at line 11 of file lasercalc.h.
#define MAX_IMAGE_WIDTH 1288 |
Definition at line 10 of file lasercalc.h.
#define MD | ( | x | ) |
Definition at line 15 of file lasercalc.h.
#define MYPRECISION double |
Definition at line 17 of file lasercalc.h.
int calculateBeamParams | ( | const char * | dmaFileName, | |
int | width, | |||
int | height, | |||
struct beam_params * | beam | |||
) |
Definition at line 46 of file lasercalc.c.
References beam_params::ar, beam_params::az, beam_params::d, beam_params::dx, beam_params::dxe, beam_params::dy, beam_params::dye, MAP_OPTIONS, MAX_IMAGE_HEIGHT, MAX_IMAGE_WIDTH, MD, memset(), beam_params::s2x, beam_params::s2y, beam_params::SQ, stderr, beam_params::SxQ, beam_params::SxxQ, beam_params::sxy, beam_params::SxyQ, beam_params::SyQ, beam_params::SyyQ, beam_params::xc, and beam_params::yc.
Referenced by send_html_data().