#include "ImpedanceOutputGenerator.h"
#include <stdio.h>
#include <cstdio>
#include <iostream>
#include <vector>
Go to the source code of this file.
Classes | |
class | testImpedanceOutputGenerator |
Defines | |
#define | deg2rad(deg) (deg * M_PI / 180) |
#define | rad2deg(rad) (rad * 180 / M_PI) |
Functions | |
int | main (int argc, char *argv[]) |
void | print_usage () |
Definition at line 14 of file testImpedanceOutputGenerator.cpp.
Definition at line 11 of file testImpedanceOutputGenerator.cpp.
Definition at line 148 of file testImpedanceOutputGenerator.cpp.
void print_usage | ( | ) |
Definition at line 140 of file testImpedanceOutputGenerator.cpp.