Citlali
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
kids_main.cpp File Reference
#include "cli/utils.h"
#include "core/kidsdata.h"
#include "sweep/finder.h"
#include "sweep/fitter.h"
#include "timestream/solver.h"
#include "toltec/toltec.h"
#include "utils/config.h"
#include "utils/grppiex.h"
#include "utils/logging.h"
#include <tula/filename.h>
#include <cstdlib>
#include <kids/gitversion.h>
Include dependency graph for kids_main.cpp:

Classes

struct  finder_options
 Helper to construct Finder from CLI. More...
 
struct  fitter_options
 Helper to construct Fitter from CLI. More...
 
struct  solver_options
 Helper to construct Solver from CLI. More...
 

Typedefs

using keymap_t = std::unordered_map< std::string, std::string >
 
using Config = config::Config
 

Functions

auto parse_args (int argc, char *argv[])
 
int run_server (int port)
 
int run_cmdproc (const config::Config &rc)
 
int main (int argc, char *argv[])
 

Typedef Documentation

◆ Config

using Config = config::Config

◆ keymap_t

using keymap_t = std::unordered_map<std::string, std::string>

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)
Here is the call graph for this function:

◆ parse_args()

auto parse_args ( int  argc,
char *  argv[] 
)
Here is the caller graph for this function:

◆ run_cmdproc()

int run_cmdproc ( const config::Config rc)
Here is the caller graph for this function:

◆ run_server()

int run_server ( int  port)
Here is the caller graph for this function: