Main Page | Data Structures | File List | Data Fields | Globals

command_line_parser.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Data Structures

struct  command_options

Typedefs

typedef command_options command_options_t

Functions

int command_line_parser (int, char **, command_options_t *)
void init_command_line_options (command_options_t *)


Typedef Documentation

typedef struct command_options command_options_t
 

Referenced by command_line_parser(), init_command_line_options(), main(), scheduler(), and socket_comm().


Function Documentation

int command_line_parser int  ,
char **  ,
command_options_t
 

Referenced by main().

void init_command_line_options command_options_t  ) 
 

Definition at line 88 of file command_line_parser.c.

References command_options_t, options, and command_options::port.

Referenced by main().

00088                                                            {
00089   options->port=5555;
00090 }


Generated on Fri Nov 3 15:24:52 2006 for ERT1 Communication Server by  doxygen 1.3.9.1