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

main source file. More...

#include <pybind11/pybind11.h>
#include <pybind11/embed.h>
#include <functional>
#include <memory>
#include <thread>
#include <cstdio>
#include <boost/asio.hpp>
#include <boost/exception/diagnostic_information.hpp>
#include <ciiLogManager.hpp>
#include <taiclock/taiClock.hpp>
#include <pfssimhlcc/gpCtrEvents.rad.hpp>
#include <rad/mal/utils.hpp>
#include <rad/eventsApp.rad.hpp>
#include <rad/eventsStd.rad.hpp>
#include <rad/application.hpp>
#include <rad/stdCmdsImpl.hpp>
#include <rad/appCmdsImpl.hpp>
#include "pfssimhlcc/config.hpp"
#include "pfssimhlcc/dataContext.hpp"
#include "pfssimhlcc/oldbInterface.hpp"
#include "pfssimhlcc/actionMgr.hpp"
#include "pfssimhlcc/gpCmdsImpl.hpp"
#include "pfssimhlcc/simCmdsImpl.hpp"
#include "pfssimhlcc/logger.hpp"
#include "pfssimhlcc/monitoring.hpp"
#include "Pfssimhlccif.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.