Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r698 committed - Cosmetics.

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r698 committed - Cosmetics.


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r698 committed - Cosmetics.
  • Date: Fri, 07 Oct 2011 10:33:18 +0000

Revision: 698
Author:

Date: Fri Oct 7 03:31:49 2011
Log: Cosmetics.
http://code.google.com/p/ndt/source/detail?r=698

Modified:
/wiki/NDTArchitecture.wiki

=======================================
--- /wiki/NDTArchitecture.wiki Fri Oct 7 03:28:17 2011
+++ /wiki/NDTArchitecture.wiki Fri Oct 7 03:31:49 2011
@@ -59,7 +59,7 @@

=== NDT subsystems ===

-The brief information about each of the NDT subsystem can be found in the following table. All source files are located in the *src* directory under the root of the checked out sources from the code repository.
+The brief information about each of the NDT subsystems can be found in the following table. All source files are located in the *src* directory under the root of the checked out sources from the code repository.

|| *Subsystem* || *Used by* || *Description* || *Functions* || *Sources* ||
|| logging || web100srv<br/>web100clt || Logging subsystem that is responsible for printing informational messages on to the console. It can filter messages according to the currently set debug level. Moreover, this subsystem is also responsible for dates/timestamps handling. || {{{void }}}*log_init*{{{(char* progname, int debuglvl)}}}<br/>{{{void }}}*set_debuglvl*{{{(int debuglvl)}}}<br/>{{{void }}}*set_logfile*{{{(char* filename)}}}<br/>{{{int }}}*get_debuglvl*{{{()}}}<br/>{{{char* }}}*get_logfile*{{{()}}}<br/>{{{I2ErrHandle }}}*get_errhandle*{{{()}}}<br/>{{{void }}}*log_print*{{{(int lvl, const char* format, ...)}}}<br/>{{{void }}}*log_println*{{{(int lvl, const char* format, ...)}}}<br/>{{{void }}}*log_free*{{{(void)}}}<br/>{{{void }}}*set_timestamp*{{{()}}}<br/>{{{time_t }}}*get_timestamp*{{{()}}}<br/>{{{long int }}}*get_utimestamp*{{{()}}}<br/>{{{char* }}}*get_ISOtime*{{{(char * isoTime)}}}<br/>{{{void }}}*get_YYYY*{{{(char * year)}}}<br/>{{{void }}}*get_MM*{{{(char * month)}}}<br/>{{{void }}}*get_DD*{{{(char * day)}}} | | {{{logging.c logging.h}}} ||


  • [ndt-dev] [ndt] r698 committed - Cosmetics., ndt, 10/07/2011

Archive powered by MHonArc 2.6.16.

Top of Page