SpecSim Programmer Manual

class _specc::event

SpecC event or signal data type

Public Methods

event( void* src, void* dst, int size )
SpecC signal constructor
event( void )
SpecC event constructor
~event( void )
SpecC event or signal destructor

Documentation

SpecC event or signal data type
event( void )
This constructor initializes a SpecC event data type.
Returns:
none

event( void* src, void* dst, int size )
This constructor initializes a SpecC signal (with VHDL signal semantics).

Returns:
none
Parameters:
src - the placeholder for the current value of the signal
dst - the placeholder for the next value of the signal
size - the size (number of bytes) of signal value

~event( void )
This destructor destroys a SpecC event or signal.

Returns:
none
Parameters:
none -


This class has no child classes.

alphabetic index hierarchy of classes


generated by doc++