Psyllid  v1.12.4
Project 8 Data Acquisisition Software
Functions
grab_packet.cc File Reference
#include "psyllid_error.hh"
#include "freq_data.hh"
#include "time_data.hh"
#include "psyllid_version.hh"
#include "application.hh"
#include "logger.hh"
#include "param.hh"
#include "dripline_constants.hh"
#include <arpa/inet.h>
#include <errno.h>
#include <memory>
#include <netinet/in.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <netdb.h>
#include <sys/socket.h>
#include <sys/types.h>
Include dependency graph for grab_packet.cc:

Go to the source code of this file.

Functions

static scarab::logger plog ("grab_packet")
 
bool ProcessUnknownPacket (uint8_t *a_buffer)
 
bool ProcessROACHPacket (uint8_t *a_buffer)
 
int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 54 of file grab_packet.cc.

◆ plog()

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

◆ ProcessROACHPacket()

bool ProcessROACHPacket ( uint8_t *  a_buffer)

Definition at line 214 of file grab_packet.cc.

◆ ProcessUnknownPacket()

bool ProcessUnknownPacket ( uint8_t *  a_buffer)

Definition at line 247 of file grab_packet.cc.