TclRegistration.cc File Reference
#include <limits.h>
#include <oasys/serialize/TclListSerialize.h>
#include <oasys/util/ScratchBuffer.h>
#include "TclRegistration.h"
#include <oasys/debug/Log.h>
#include <oasys/tclcmd/TclCommand.h>
#include <oasys/thread/Thread.h>
#include "Registration.h"
#include "bundling/Bundle.h"
#include "bundling/BundleEvent.h"
#include "bundling/BundleDaemon.h"
#include "bundling/BundleList.h"
#include "bundling/BundleStatusReport.h"
#include "bundling/CustodySignal.h"
#include "storage/GlobalStore.h"
Go to the source code of this file.
Define Documentation
Value:if (Tcl_ListObjAppendElement(interp, objv, (e)) != TCL_OK) { \
*result = Tcl_NewStringObj("Tcl_ListObjAppendElement failed", -1); \
return TCL_ERROR; \
}
#define APPEND_TIMESTAMP |
( |
_flag, |
|
|
_what, |
|
|
_field |
|
) |
|
Value:if (sr.status_flags_ & BundleStatusReport::_flag) { \
addElement(Tcl_NewStringObj(_what, -1)); \
sprintf(tmp_buf, "%u.%u", \
sr._field.seconds_, sr._field.seqno_); \
addElement(Tcl_NewStringObj(tmp_buf, -1)); \
}