HLCC Documentation 2.2.0
Loading...
Searching...
No Matches
Functions
main.cpp File Reference

main source file. More...

#include <functional>
#include <memory>
#include <thread>
#include <iostream>
#include <cstdio>
#include <boost/asio.hpp>
#include <boost/exception/diagnostic_information.hpp>
#include <ciiLogManager.hpp>
#include <rad/eventsApp.rad.hpp>
#include <rad/eventsStd.rad.hpp>
#include <rad/application.hpp>
#include <rad/stdCmdsImpl.hpp>
#include <rad/appCmdsImpl.hpp>
#include <rad/mal/utils.hpp>
#include <scxml4cpp/Context.h>
#include <scxml4cpp/EventQueue.h>
#include <pybind11/pybind11.h>
#include <pybind11/embed.h>
#include <telmon/monCmds.rad.hpp>
#include "telmon/monCmdsImpl.hpp"
#include "telmon/config.hpp"
#include "telmon/dataContext.hpp"
#include "telmon/oldbInterface.hpp"
#include "telmon/actionMgr.hpp"
#include "telmon/logger.hpp"

Functions

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

Detailed Description

main source file.

Author

Function Documentation

◆ main()

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

Application main.

Parameters
[in]argcNumber of command line options.
[in]argvCommand line options.