Index

Package: Engine_Debugging

Description

package Engine_Debugging is
Copyright (c) 2012 Kevin Wellwood All rights reserved. This source code is distributed under the Modified BSD License. For terms and conditions, see license.txt.

Types

Hashed_String_Array

type Hashed_String_Array is array (Positive range <>) of Hashed_String;

Constants & Global variables

Systems (Hashed_String_Array)

Systems : constant Hashed_String_Array := (
        To_Hashed_String( "audio" ),
        To_Hashed_String( "entities" ),
        To_Hashed_String( "eval" ),
        To_Hashed_String( "events" ),
        To_Hashed_String( "game" ),
        To_Hashed_String( "gui" ),
        To_Hashed_String( "init" ),
        To_Hashed_String( "input" ),
        To_Hashed_String( "physics" ),
        To_Hashed_String( "prefs" ),
        To_Hashed_String( "procs" ),
        To_Hashed_String( "res" ),
        To_Hashed_String( "tiles" ),
        To_Hashed_String( "version" ),
        To_Hashed_String( "view" ),
        To_Hashed_String( "mem" )
    );

D_AUDIO (Hashed_String)

D_AUDIO    : constant Hashed_String := Systems(1);

D_ENTITIES (Hashed_String)

D_ENTITIES : constant Hashed_String := Systems(2);

D_EVENTS (Hashed_String)

D_EVENTS   : constant Hashed_String := Systems(4);

D_INPUT (Hashed_String)

D_INPUT    : constant Hashed_String := Systems(8);

D_PHYSICS (Hashed_String)

D_PHYSICS  : constant Hashed_String := Systems(9);

D_PREFS (Hashed_String)

D_PREFS    : constant Hashed_String := Systems(10);

D_PROCS (Hashed_String)

D_PROCS    : constant Hashed_String := Systems(11);

D_TILES (Hashed_String)

D_TILES    : constant Hashed_String := Systems(13);

D_VERSION (Hashed_String)

D_VERSION  : constant Hashed_String := Systems(14);

D_VIEW (Hashed_String)

D_VIEW     : constant Hashed_String := Systems(15);