public class UpdateSettings extends MadaraJNI
| Modifier | Constructor and Description |
|---|---|
|
UpdateSettings()
Default constructor
|
protected |
UpdateSettings(long cptr)
Constructor to create constants
|
|
UpdateSettings(UpdateSettings input)
Copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize()
Cleans up underlying C resources
|
void |
free()
Deletes the C instantiation.
|
long |
getDefaultClockIncrement() |
boolean |
getTreatGlobalsAsLocals() |
void |
setDefaultClockIncrement(long defaultClockIncrement) |
void |
setTreatGlobalsAsLocals(boolean treatGlobalsAsLocals) |
public UpdateSettings()
public UpdateSettings(UpdateSettings input)
input - the settings to copy fromprotected UpdateSettings(long cptr)
cptr - Pointer to C++ objectpublic void setTreatGlobalsAsLocals(boolean treatGlobalsAsLocals)
treatGlobalsAsLocals - Toggle whether updates to global variables are
treated as local variables and not marked as modified to the transport.public boolean getTreatGlobalsAsLocals()
public void setDefaultClockIncrement(long defaultClockIncrement)
defaultClockIncrement - Default clock increment.public long getDefaultClockIncrement()
public void free()
protected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwable - necessary for override but unused