#ifndef RADARTYPES_H
#define RADARTYPES_H
enum class RadarType {
Mala_Mira, // .rad + .rd3
Impulse // .iprh + .iprb
};
#endif // RADARTYPES_H