Version 7.0
Copyright © 2021 Lowell D. Thomas
APG
… an ABNF Parser Generator
Data Structures | Macros | Functions
main.c File Reference

Driver for SIP message testing and timing.. More...

#include <limits.h>
#include <time.h>
#include <dirent.h>
#include "../../utilities/utilities.h"
#include "../../json/json.h"
#include "./sip-0.h"
#include "./sip-1.h"
#include "./udtlib.h"
#include "source.h"
Include dependency graph for main.c:

Go to the source code of this file.

Data Structures

struct  test_context
 
struct  json_context
 
struct  msg_offset
 
struct  section_def
 
struct  time_test
 

Macros

#define SECTION_VALID   0
 
#define SECTION_INVALID   1
 
#define SECTION_SEMANTICS   2
 

Functions

int main (int argc, char **argv)
 Main function for the basic application. More...
 

Detailed Description

Driver for SIP message testing and timing..

The compiled example will execute the following cases. Run the application with no arguments for application usage.

Definition in file main.c.

Macro Definition Documentation

◆ SECTION_INVALID

#define SECTION_INVALID   1

Definition at line 512 of file main.c.

◆ SECTION_SEMANTICS

#define SECTION_SEMANTICS   2

Definition at line 513 of file main.c.

◆ SECTION_VALID

#define SECTION_VALID   0

Definition at line 511 of file main.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Main function for the basic application.

Parameters
argcThe number of command line arguments.
argvAn array of pointers to the command line arguments.
Returns
The application's exit code.

Definition at line 1115 of file main.c.

APG Version 7.0 is licensed under the 2-Clause BSD License,
an Open Source Initiative Approved License.