Main Page   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

ofxdump.cpp File Reference

Code for ofxdump utility. C++ example code. More...

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
int special_options (char *argv[])
int ofx_proc_status_cb (struct OfxStatusData data)
int ofx_proc_security_cb (struct OfxSecurityData data)
int ofx_proc_transaction_cb (struct OfxTransactionData data)
int ofx_proc_statement_cb (struct OfxStatementData data)
int ofx_proc_account_cb (struct OfxAccountData data)


Detailed Description

Code for ofxdump utility. C++ example code.

ofxdump prints to stdout, in human readable form, everything the library understands about a particular ofx response file, and sends errors to stderr. To know exactly what the library understands about of a particular ofx response file, just call ofxdump on that file.

ofxdump is meant as both a C++ code example and a developper/debuging tool. It uses every function and every structure of the LibOFX API. By default, WARNING, INFO, ERROR and STATUS messages are enabled. You can change these defaults at the top of ofxdump.cpp

usage: ofxdump path_to_ofx_file/ofx_filename

Definition in file ofxdump.cpp.


Function Documentation

int special_options char *    argv[]
 

Tell ofxdump what you want it to send to stderr. See messages.cpp for more details

Definition at line 77 of file ofxdump.cpp.


Generated on Mon Feb 3 12:16:47 2003 for LibOFX by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002