SCM Repository
View of /branches/vis15/doc/src/man/diderot-api.5.txt
Parent Directory
|
Revision Log
Revision 5212 -
(download)
(annotate)
Thu Jul 27 02:37:08 2017 UTC (4 years, 9 months ago) by jhr
File size: 1131 byte(s)
Thu Jul 27 02:37:08 2017 UTC (4 years, 9 months ago) by jhr
File size: 1131 byte(s)
Update man pages and switch to asciidoctor (since asciidoc is no longer supported)
DIDEROT-API(5) ============== :doctype: manpage :man source: Diderot :man version: {version} 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 |