FERS 0.1.0
The Flexible Extensible Radar Simulator
Loading...
Searching...
No Matches
main.cpp File Reference

Entry point for the FERS command-line interface (CLI). More...

#include "cli_runner.h"
+ Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

int main (const int argc, char *argv[])
 

Detailed Description

Entry point for the FERS command-line interface (CLI).

This executable acts as a wrapper around the libfers core library. It parses command-line arguments, uses the libfers C-API to load and run a simulation, and reports progress to the console.

Definition in file main.cpp.

Function Documentation

◆ main()

int main ( const int  argc,
char argv[] 
)

Definition at line 15 of file main.cpp.

15{ return core::runCli(argc, argv); }
math::Vec3 max