At 9:25 AM +0000 1/23/02, Alberto Manuel Brandao Simoes wrote:
>       Hellows
>
>       Can anybody give me a simple but complete explanation of the 
>PMC register
>type? Thanks

Sure--a PMC register is, in C terms:

    struct PMC *;

And the register set is just an array of PMC pointers. If that's not 
quite what you wanted (and I'd bet it isn't) then it depends on what 
you're looking for. PMCs themselves are a little more 
complex--they're essentially objects with a limited set of methods, 
all of which are required. Simon's pointer to the docs and upcoming 
explanatory article will probably be the best concise answer for 
that. If they're not enough, pop some mail to the list and we'll fill 
you in on the rest.

-- 

                                        Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                       teddy bears get drunk

Reply via email to