Business Objects
Quark Platform Documentation
Version 1.7.0_0
Business Objects

org.openquark.cal.runtime
Class MachineConfiguration

java.lang.Object
  extended by org.openquark.cal.runtime.MachineConfiguration

public final class MachineConfiguration
extends Object

This class is used to hold string constants for properties general to all machine types. Created: Sept. 25th, 2007

Author:
Jennifer Chen

Field Summary
static String MACHINE_DEBUG_CAPABLE_PROP
          Defining this system property causes a trace statement to be put at the beginning of each generated function.
static String MACHINE_TYPE_PROP
          Name of the system property which, when defined, overrides the default machine type for CAL.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MACHINE_TYPE_PROP

public static final String MACHINE_TYPE_PROP
Name of the system property which, when defined, overrides the default machine type for CAL.

See Also:
Constant Field Values

MACHINE_DEBUG_CAPABLE_PROP

public static final String MACHINE_DEBUG_CAPABLE_PROP
Defining this system property causes a trace statement to be put at the beginning of each generated function. It also enabled the ability to set breakpoints on CAL functions.

See Also:
Constant Field Values

Business Objects
Quark Platform Documentation
Version 1.7.0_0
Business Objects

Copyright © 2007 Business Objects. All rights reserved.