p_psComponent Struct Reference
[System Utilities]

#include <psTrace.h>

Collaboration diagram for p_psComponent:

Collaboration graph
[legend]

Detailed Description

Basic structure for the component tree.

A component is a string of the form aaa.bbb.ccc, and may itself contain further subcomponents. The Component structure doesn't in fact contain it's full name, but only the last part.

Definition at line 61 of file psTrace.h.

Data Fields

const char * name
 last part of name of component
psS32 level
 trace level for this component
bool p_psSpecified
 whether the component is specified
psS32 n
 number of subcomponents
p_psComponent ** subcomp
 next level of subcomponents


Field Documentation

const char* p_psComponent::name

last part of name of component

Definition at line 63 of file psTrace.h.

psS32 p_psComponent::level

trace level for this component

Definition at line 64 of file psTrace.h.

bool p_psComponent::p_psSpecified

whether the component is specified

Definition at line 65 of file psTrace.h.

psS32 p_psComponent::n

number of subcomponents

Definition at line 66 of file psTrace.h.

struct p_psComponent* * p_psComponent::subcomp

next level of subcomponents

Definition at line 67 of file psTrace.h.


The documentation for this struct was generated from the following file:
Generated on Fri Feb 2 22:25:50 2007 for pslib by  doxygen 1.5.1