From d82753539cb4307b57710ab499aae0ffce872ca0 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 25 Mar 2016 08:03:51 +0100 Subject: grt: add comments. --- src/grt/grt-rtis.ads | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src') diff --git a/src/grt/grt-rtis.ads b/src/grt/grt-rtis.ads index 97687ba33..703649c47 100644 --- a/src/grt/grt-rtis.ads +++ b/src/grt/grt-rtis.ads @@ -181,8 +181,15 @@ package Grt.Rtis is type Ghdl_Rtin_Object is record Common : Ghdl_Rti_Common; Name : Ghdl_C_String; + + -- Address of the object. For a signal, this is the address of the + -- signal, the value is just after the signal. Loc : Ghdl_Rti_Loc; + + -- Type of the object. Obj_Type : Ghdl_Rti_Access; + + -- Line and column of the declaration. Linecol : Ghdl_Index_Type; end record; type Ghdl_Rtin_Object_Acc is access Ghdl_Rtin_Object; -- cgit v1.2.3