SCM Repository
View of /branches/vis12/doc/man/diderot-api.5.txt
Parent Directory
|
Revision Log
Revision 2443 -
(download)
(annotate)
Thu Sep 26 13:00:36 2013 UTC (8 years, 7 months ago) by jhr
File size: 1084 byte(s)
Thu Sep 26 13:00:36 2013 UTC (8 years, 7 months ago) by jhr
File size: 1084 byte(s)
Working on manpages
DIDEROT-API(5) ============== :doctype: manpage NAME ---- Diderot API - the library API for Diderot programs. SYNOPSIS -------- [source,c] ---- typedef struct NS_struct_world NS_World_t; void NS_SetVerbose (NS_World_t *wrld, bool mode); bool NS_GetVerbose (NS_World_t *wrld); uint32_t NS_NumStrands (NS_World_t *wrld); uint32_t NS_NumActive (NS_World_t *wrld); uint32_t NS_NumStable (NS_World_t *wrld); NS_World_t *NS_Init (); bool NS_Initially (NS_World_t *wrld); uint32_t NS_Run (NS_World_t *wrld, uint32_t maxNSteps); void NS_Shutdown (NS_World_t *wrld); ---- DESCRIPTION ----------- By default, the *diderotc*(1) compiler generates library represented as an object file with a companion C header file that describes the library's API. The symbols in this header file have a common _namespace_ prefix, which is specified by the *--namespace* commandline option (the default namespace is +Diderot+). SEE ALSO -------- *diderotc*(1) teem -- http://teem.sourceforge.net AUTHOR ------ Maintained by the Diderot project (http://diderot-language.cs.uchicago.edu[]).
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |