Welcome to Telelogic Product Support
  Home Downloads Knowledgebase Case Tracking Licensing Help Telelogic Passport
Telelogic DOORS (steve huntington)
Decrease font size
Increase font size
Topic Title: XFLAGS_ and pragma
Topic Summary:
Created On: 6-May-2005 15:32
Status: Post and Reply
Linear : Threading : Single : Branch
Search Topic Search Topic
Topic Tools Topic Tools
Quick Reply Quick Reply
Subscribe to this topic Subscribe to this topic
E-mail this topic to someone. E-mail this topic
Bookmark this topic Bookmark this topic
View similar topics View similar topics
View topic in raw text format. Print this topic.
 6-May-2005 15:32
User is offline View Users Profile Print this message


Louie Landale

Posts: 2070
Joined: 12-Sep-2002

Since I do in fact read the DXL manual, I use "pragma runLim, 0", and sometimes use "pragma stack, 1000". I also insert XFLAGS_ &=~AutoDeclare_" into my startup.dxl, so all my DXL variables must be explicitely defined (that's good).

Are there other pragmas? Are there other XFLAG_s?

- Louie
Report this to a Moderator Report this to a Moderator
 9-May-2005 08:33
User is offline View Users Profile Print this message


Tony Goodman

Posts: 1098
Joined: 12-Sep-2002

The only XFLAG I have used is autoDeclare_. Everyone should use this.
The following constants seem to be defined, but I have no idea how they are used or if they are valid:

const int Blocked_ = 4096
const int StackStat_ = 2048
const int HeapPrint_ = 1024
const int SrcPrint_ = 512
const int TypePrint_ = 256
const int ShowPerming_ = 128
const int AutoDeclare_ = 64
const int CodePrint_ = 32
const int StackPrint_ = 16
const int AssCheck_ = 8
const int Dates_ = 4
const int Diag_ = 2
const int Interactive_ = 1

The only pragmas I know of are runLim, stack, splashMessage and permfn.
What permfn does is a mystery.





-------------------------
Tony Goodman
http://www.smartdxl.com
Report this to a Moderator Report this to a Moderator
 9-May-2005 17:59
User is offline View Users Profile Print this message


Bruce Tuskey

Posts: 77
Joined: 2-Mar-2004

I have tried the XFLAGS_ settings above. What I found is:

XFLAGS_ = AssCheck_ //??
XFLAGS_ = TypePrint_ //prints some sort of byte code
XFLAGS_ = CodePrint_ //prints some sort of byte code
XFLAGS_ = Interactive_ //??
XFLAGS_ = StackPrint_ //prints some sort of byte code
XFLAGS_ = ShowPerming_ //??
XFLAGS_ = Blocked_ //??
XFLAGS_ = Diag_ //??


-------------------------
Bruce Tuskey
Sr. Principle Engineer
Tuskey@gmail.com

"All that is gold does not glitter, not all those who wander are lost:..." - Gandalf the Grey (JRR Tolkien)
Report this to a Moderator Report this to a Moderator
 10-May-2005 22:05
User is offline View Users Profile Print this message


Louie Landale

Posts: 2070
Joined: 12-Sep-2002

Yup, I already do an Interactive_ AxxCheck_ to see if its Blocked_ every morning. Did I say that?

- Louie
Report this to a Moderator Report this to a Moderator
Statistics
20925 users are registered to the Telelogic DOORS forum.
There are currently 1 users logged in.
The most users ever online was 15 on 15-Jan-2009 at 16:36.
There are currently 0 guests browsing this forum, which makes a total of 1 users using this forum.
You have posted 0 messages to this forum. 0 overall.

FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.