Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

RoutingTableParser.cc File Reference

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "RoutingTableParser.h"
#include "IPv4InterfaceData.h"

Variables

const int MAX_FILESIZE = 10000
const int MAX_ENTRY_STRING_SIZE = 500
const char * IFCONFIG_START_TOKEN = "ifconfig:"
const char * IFCONFIG_END_TOKEN = "ifconfigend."
const char * ROUTE_START_TOKEN = "route:"
const char * ROUTE_END_TOKEN = "routeend."


Variable Documentation

const char * IFCONFIG_END_TOKEN = "ifconfigend."
 

const char* IFCONFIG_START_TOKEN = "ifconfig:"
 

const int MAX_ENTRY_STRING_SIZE = 500
 

const int MAX_FILESIZE = 10000
 

const char * ROUTE_END_TOKEN = "routeend."
 

const char * ROUTE_START_TOKEN = "route:"
 


Generated on Sat Apr 1 20:52:20 2006 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.1