RE: [sv-cc] Callbacks on virtual interface var - proposal

From: Bresticker, Shalom <shalom.bresticker@intel.com>
Date: Mon Sep 02 2013 - 00:27:57 PDT
I submitted this as Mantis 4733.

From: owner-sv-cc@eda.org [mailto:owner-sv-cc@eda.org] On Behalf Of Radoslaw Nawrot
Sent: Thursday, August 29, 2013 14:26
To: sv-cc@eda.org
Subject: [sv-cc] Callbacks on virtual interface var - proposal

Hi All,
From 1800-2012 virtual interface is availble via VPI, but standard do not define any mechanizm to detect and handle initialization and disconnection of it

Is:
cbCreateObj After the class constructor call has completed and the internal state of a class object
has been initialized, or for shallow copy, after the copy operation has  completed.

cbReclaimObj Before the class object has been reclaimed by the automatic memory
management, when it has been marked as no longer being used. When control is
returned from this callback, any handles to this class object, its properties or their
subelements, and any associated callbacks should be considered invalid.

proposal:


cbCreateObj After the class constructor call has completed and the internal state of a class
object has been initialized, or for shallow copy, after the copy operation has  completed or
virtual interface has been initialized.

cbReclaimObj Before the class object has been reclaimed by the automatic memory
management, when it has been marked as no longer being used or virtual interface var
has been disconnected by null constant  or other interface instance. When control is
returned from this callback, any handles to this class object or virtual interface var ,
their properties or their subelements, and any associated callbacks should be considered invalid.

Regards,
Radek


--
This message has been scanned for viruses and
dangerous content by MailScanner<http://www.mailscanner.info/>, and is
believed to be clean.
---------------------------------------------------------------------
Intel Israel (74) Limited

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Received on Mon, 2 Sep 2013 07:27:57 +0000

This archive was generated by hypermail 2.1.8 : Mon Sep 02 2013 - 00:28:57 PDT