Main Page | Data Structures | File List | Data Fields | Globals

tupleinfo_t Struct Reference

This structure holds information about defined tuples (events). More...

#include <chromo.h>

Collaboration diagram for tupleinfo_t:

Collaboration graph
[legend]

Data Fields

char * name
 Name of the event.
int tupleid
 Tuple ID of this tuple.
int * resid
 Array of resource IDs that are used by this event.
domain ** dom
 Array of pointers to domains for this event.

Detailed Description

This structure holds information about defined tuples (events).


Field Documentation

domain** tupleinfo_t::dom
 

Array of pointers to domains for this event.

Length of array is equal to the number of resource types defined dat_typenum. The first element in the array defines the domain for the resource type ID 0 and so on.

int* tupleinfo_t::resid
 

Array of resource IDs that are used by this event.

This array hold the static information that was loaded from the XML configuration file.

Length of array is equal to the number of resource types defined dat_typenum. The first element in the array defines the resource with resource type ID 0 and so on.

If an element of this array is equal to INT_MIN then the information about this resource type was not included in the XML file. This value is always different from INT_MIN for constant resource types


Generated on Fri Oct 7 14:16:09 2005 for Tablix by  doxygen 1.4.4