us.ihmc.rtps.impl.fastRTPS.LogLevel Maven / Gradle / Ivy
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 4.0.1
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ----------------------------------------------------------------------------- */
package us.ihmc.rtps.impl.fastRTPS;
public class LogLevel {
private transient long swigCPtr;
protected transient boolean swigCMemOwn;
protected LogLevel(long cPtr, boolean cMemoryOwn) {
swigCMemOwn = cMemoryOwn;
swigCPtr = cPtr;
}
protected static long getCPtr(LogLevel obj) {
return (obj == null) ? 0 : obj.swigCPtr;
}
@SuppressWarnings("deprecation")
protected void finalize() {
delete();
}
public synchronized void delete() {
if (swigCPtr != 0) {
if (swigCMemOwn) {
swigCMemOwn = false;
FastRTPSJNI.delete_LogLevel(swigCPtr);
}
swigCPtr = 0;
}
}
public static void setLogLevel(int level) {
FastRTPSJNI.LogLevel_setLogLevel(level);
}
public LogLevel() {
this(FastRTPSJNI.new_LogLevel(), true);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy