iCub-main
Macros | Functions | Variables
main.cpp File Reference
#include <unistd.h>
#include <stdio.h>
#include <ace/ACE.h>
#include "ace/SOCK_Dgram.h"
#include "ace/Addr.h"
#include "EoCommon.h"
#include "EoMotionControl.h"
#include "eODeb_eoProtoParser.h"
#include "eOtheEthLowLevelParser.h"
#include "pcap_wrapper_linux.h"
+ Include dependency graph for main.cpp:

Go to the source code of this file.

Macros

#define MAX_ACQUISITION   1000000000L
 

Functions

static void s_process_packet (u_char *args, const struct pcap_pkthdr *header, const u_char *packet)
 
static void s_ethLowLevelPraser_configure (void)
 
static void print_help (void)
 
int main (int argc, char *argv[])
 

Variables

const eODeb_eoProtoParser_cfg_t * deb_eoParserCfg_ptr
 
FILE * file
 

Macro Definition Documentation

◆ MAX_ACQUISITION

#define MAX_ACQUISITION   1000000000L

Definition at line 74 of file main.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 108 of file main.cpp.

◆ print_help()

static void print_help ( void  )
static

Definition at line 459 of file main.cpp.

◆ s_ethLowLevelPraser_configure()

static void s_ethLowLevelPraser_configure ( void  )
static

Definition at line 392 of file main.cpp.

◆ s_process_packet()

static void s_process_packet ( u_char *  args,
const struct pcap_pkthdr *  header,
const u_char *  packet 
)
static

Definition at line 290 of file main.cpp.

Variable Documentation

◆ deb_eoParserCfg_ptr

const eODeb_eoProtoParser_cfg_t* deb_eoParserCfg_ptr
extern

Definition at line 146 of file parser_cfg_calibration.cpp.

◆ file

FILE* file

Definition at line 81 of file main.cpp.