Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 1 and Version 2 of code/doc/Core


Ignore:
Timestamp:
Feb 24, 2008, 7:28:51 PM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/Core

    v1 v2  
    11= Core =
    22
     3=== Description ===
     4
     5The core is a library of Orxonox, containing all central classes of the framework. It provides several functions and features, used by most of the objects in Orxonox and other libraries (network). Some functions are encapsuled in macros, defined in [wiki:CoreIncludes CoreIncludes.h], others must be included separately. Read the detailed descriptions and examples of the core-classes for more informations.
     6
     7
     8=== Core features ===
     9
     10|| '''Name''' || '''Description''' ||
     11|| [wiki:ArgReader] || Reads arguments from the shell ||
     12|| [wiki:BaseObject] || The common base of all objects in Orxonox ||
     13|| [wiki:ClassFactory] || Creates new objects of a given classname ||
     14|| [wiki:ClassManager] || A helper class to get a unique ClassIdentifier ||
     15|| [wiki:ClassTreeMask] || Includes or excludes classes from the class-tree ||
     16|| [wiki:ConfigValueContainer] || Defines name and default-value of a configurable value ||
     17|| [wiki:CoreIncludes] || Defines several macros ||
     18|| [wiki:Debug] || Defines macros for leveled debug-output ||
     19|| [wiki:DebugLevel] || A helper class to configure the level of debug-output ||
     20|| [wiki:Error] || Handles errors ||
     21|| [wiki:Factory] || Stores classes and their names ||
     22|| [wiki:Identifier] || Identifies the class of an object ||
     23|| [wiki:IdentifierDistributor] || Provides unique ClassIdentifiers ||
     24|| [wiki:Iterator] || Iterates through all objects of a class ||
     25|| [wiki:Language] || Handles strings in different languages ||
     26|| [wiki:Level] || Contains a level-file and a ClassTreeMask ||
     27|| [wiki:Loader] || Loads a level ||
     28|| [wiki:MetaObjectList] || Intern class for fast removal of objects from the ObjectList ||
     29|| [wiki:ObjectList] || Stores all objects of a class ||
     30|| [wiki:OrxonoxClass] || The base class of all objects and interfaces that use Identifiers ||
     31|| [wiki:OutputHandler] || Handles output and distributes it to console and logfile ||
     32|| [wiki:SignalHandler] || Handles signals from the OS and writes a backtrace to the log if the game crashes ||
     33