#include <stdio.h>#include <stdbool.h>#include <stdlib.h>#include <time.h>#include <sys/time.h>#include <mcl_laser.h>#include <math.h>#include <mcl_math.h>#include <shist.h>
Defines | |
| #define | TEST_COUNT 500 |
| #define | PART_COUNT 5000 |
| #define | HIST_COUNT (4*6+2) |
| #define | HIST_MIN 0.000001 |
| #define | HIST_MAX 1.0 |
Functions | |
| void | testmcl_init () |
| MCL test initialization. | |
| int | main (int argc, char *argv[]) |
Variables | |
| struct mcl_laser | l |
| struct mcl_model * | mcl |
| #define HIST_COUNT (4*6+2) |
| #define HIST_MAX 1.0 |
| #define HIST_MIN 0.000001 |
| #define PART_COUNT 5000 |
| #define TEST_COUNT 500 |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |

| void testmcl_init | ( | ) |
MCL test initialization.

1.7.1