Greg Utas
Greg Utas
Implement a protocol stack (e.g. CIP over a simplified SIP) to test the PSM protocol stack capability.
The size of an object derived from `Pooled` is limited to the maximum size defined by its `ObjectPool`. If an object is larger, it must currently allocate unaudited memory. It...
Verify `Object.MorphTo` by implementing `Class` for two classes that share a common base class.
Verify `Class.Create` by implementing `Class` for a class and using `Class.SetTemplate` to register a template that is used to block-initialize objects of that class. Also verify `Object.PostInitialize` by implementing it...