#include <psTrace.h>
Collaboration diagram for p_psComponent:

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 52 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 | |
|
|
trace level for this component
|
|
|
number of subcomponents
|
|
|
last part of name of component
|
|
|
whether the component is specified
|
|
|
next level of subcomponents
|
1.4.2