#include <iostream>
#include <cstdlib>
#include <signal.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <getopt.h>
#include <BeliefstateROS.h>
Go to the source code of this file.
Typedefs | |
typedef void(* | Handler )(int signum) |
Functions | |
void | catchHandler (int nSignum) |
int | main (int argc, char **argv) |
void | printHelp (string strExecutableName) |
Variables | |
beliefstate::BeliefstateROS * | g_bsBeliefstate |
Handler | hdlrOldSIGWINCH = SIG_IGN |
void catchHandler | ( | int | nSignum | ) |
Handler hdlrOldSIGWINCH = SIG_IGN |