|
PACS System 0.1.0
PACS DICOM system library
|
Entry point for PACS Server sample application. More...
#include "config.h"#include "server_app.h"#include <atomic>#include <csignal>#include <iostream>
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
Entry point for PACS Server sample application.
Definition in file main.cpp.
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 57 of file main.cpp.
References kcenon::pacs::example::pacs_server_app::initialize(), kcenon::pacs::example::pacs_server_config::parse_args(), kcenon::pacs::example::pacs_server_app::print_statistics(), kcenon::pacs::example::pacs_server_app::start(), and kcenon::pacs::example::pacs_server_app::wait_for_shutdown().
