Psyllid  v1.12.4
Project 8 Data Acquisisition Software
Functions | Variables
test_tf_roach_monitor.cc File Reference
#include "psyllid_error.hh"
#include "packet_receiver_socket.hh"
#include "terminator.hh"
#include "tf_roach_receiver.hh"
#include "tf_roach_monitor.hh"
#include "diptera.hh"
#include "configurator.hh"
#include "logger.hh"
#include "param.hh"
#include <signal.h>
Include dependency graph for test_tf_roach_monitor.cc:

Go to the source code of this file.

Functions

static scarab::logger plog ("test_tf_roach_monitor")
 
void cancel (int)
 
int main (int argc, char **argv)
 

Variables

scarab::cancelable * f_cancelable = nullptr
 

Function Documentation

◆ cancel()

void cancel ( int  )

Definition at line 43 of file test_tf_roach_monitor.cc.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 50 of file test_tf_roach_monitor.cc.

◆ plog()

static scarab::logger plog ( "test_tf_roach_monitor"  )
static

Variable Documentation

◆ f_cancelable

scarab::cancelable* f_cancelable = nullptr

Definition at line 41 of file test_tf_roach_monitor.cc.