Simtools Library

Table of Contents
AppendFile
InFile
ListShuffler
NSelect
ObjectLoader
ObjectSaver
OutFile
QSort
UName
General

1. Dependencies

Following are the other header files imported by <simtools.h>:
#import <objectbase.h>
The objectbase library interface is included to provide the basic object support. The random library is no longer included by default. You will need to explicitly include it to use the default random number generators.

Special global functions - global.h. Users need to include simtools.h in their code in order to call initSwarm() but also in order to get access to a set of important pre-initialized objects which are generated in every simulation (e.g. probeDisplayManager).

2. Compatibility

Documentation and Implementation Status

The simtools library has undergone an upgrade to the status of a library as of 1.0.4. This means the interface now conforms to the library interfaces specifications, the format of the documentation now reflects this. Other than new features, there should be no affect on the user.

Revision History (simtools)