uatools 1.0.0
 
Loading...
Searching...
No Matches
main.cpp File Reference

UaItestServer CLI front-end. More...

#include <atomic>
#include <csignal>
#include <cstdlib>
#include <iostream>
#include <string>
#include <eso/uatools/itest/server.hpp>
#include <ifw/fnd/defs/logger.hpp>

Functions

int main (int argc, char **argv)
 

Detailed Description

UaItestServer CLI front-end.

Thin wrapper around eso::uatools::itest::Serve(). Parses command- line options, loads YAML, installs a SIGINT handler, and runs the server until the user terminates it.

Function Documentation

◆ main()

int main ( int argc,
char ** argv )