main source file.
More...
#include <Exciiif.hpp>
#include <rad/logger.hpp>
#include <rad/helper.hpp>
#include <rad/mal/subscriber.hpp>
#include <rad/mal/utils.hpp>
#include <mal/Cii.hpp>
#include <mal/Mal.hpp>
#include <mal/utility/LoadMal.hpp>
#include <boost/program_options.hpp>
#include <iostream>
#include <functional>
#include <chrono>
#include <thread>
#include <signal.h>
#include <stdlib.h>
#include <unistd.h>
|
void | CustomSigHandler (int s) |
|
void | CallbackTelPosition (elt::mal::ps::Subscriber< exciiif::TelPosition > &subscriber, const elt::mal::ps::DataEvent< exciiif::TelPosition > &event) |
|
int | main (int argc, char *argv[]) |
|
main source file.
- Copyright
- ESO - European Southern Observatory
- Author
◆ CallbackTelPosition()
void CallbackTelPosition |
( |
elt::mal::ps::Subscriber< exciiif::TelPosition > & | subscriber, |
|
|
const elt::mal::ps::DataEvent< exciiif::TelPosition > & | event ) |
◆ CustomSigHandler()
void CustomSigHandler |
( |
int | s | ) |
|
◆ main()
int main |
( |
int | argc, |
|
|
char * | argv[] ) |
This tool subscribes to CII/MAL/ZPB topics, print them on the stdout and count them.
- Parameters
-
[in] | argc | Number of command line options. |
[in] | argv | Command line options. |
◆ g_actual_counts
◆ g_is_verbose
bool g_is_verbose = false |