next up previous contents
Next: The sig_info Class Up: Signal Information Classes Previous: Signal Information Classes

The sig_info Base Class

In general the class variables and methods are defined by the kernel. However, sig_info_base also includes a member variable reader_pointer of type void* which references the reader value object. It is used by the VHDL processes to read the value of a signal. Note, the pointer is of type void* because the actual signal type is unknown to the kernel at kernel compile time. However, the derived sig_info<SignalType> class includes a method to cast the reader value to the actual signal type.




1998-11-17