Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

p_psComponent Struct Reference
[LogTrace]

#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 58 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

psS32 p_psComponent::level
 

trace level for this component

Definition at line 61 of file psTrace.h.

psS32 p_psComponent::n
 

number of subcomponents

Definition at line 63 of file psTrace.h.

const char* p_psComponent::name
 

last part of name of component

Definition at line 60 of file psTrace.h.

bool p_psComponent::p_psSpecified
 

whether the component is specified

Definition at line 62 of file psTrace.h.

struct p_psComponent* * p_psComponent::subcomp
 

next level of subcomponents

Definition at line 64 of file psTrace.h.


The documentation for this struct was generated from the following file:
Generated on Tue Dec 6 17:18:43 2005 for Pan-STARRS Foundation Library by  doxygen 1.4.2