#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 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 | |
| const char* p_psComponent::name |
| struct p_psComponent* * p_psComponent::subcomp |
1.5.1