reSIProcate/stack  9694
Defines | Functions
testMsgHeaderDiagram.cxx File Reference
#include <stdio.h>
#include "resip/stack/MsgHeaderScanner.cxx"
Include dependency graph for testMsgHeaderDiagram.cxx:

Go to the source code of this file.

Defines

#define RESIPROCATE_SUBSYSTEM   Subsystem::SIP

Functions

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

Define Documentation

#define RESIPROCATE_SUBSYSTEM   Subsystem::SIP

Definition at line 10 of file testMsgHeaderDiagram.cxx.


Function Documentation

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

Definition at line 18 of file testMsgHeaderDiagram.cxx.

References resip::MsgHeaderScanner::dumpStateMachine().

{
    return resip::MsgHeaderScanner::dumpStateMachine(fileno(stdout));
}

Here is the call graph for this function: