#include "TclCommand.h"
#include "HelpCommand.h"
#include "DebugCommand.h"
#include "LogCommand.h"
#include "debug/DebugUtils.h"
#include "io/NetUtils.h"
#include "thread/SpinLock.h"
#include "util/StringBuffer.h"
#include "util/InitSequencer.h"
#include "command-init-tcl.c"
Go to the source code of this file.
Namespaces | |
namespace | oasys |
Defines | |
#define | BIND_FUNCTIONS(_fn, _type, _typecode) |
Functions | |
oasys::BIND_FUNCTIONS (TclCommand::bind_i, int, BINDING_INT) | |
oasys::BIND_FUNCTIONS (TclCommand::bind_i, int16_t, BINDING_INT16) | |
oasys::BIND_FUNCTIONS (TclCommand::bind_d, double, BINDING_DOUBLE) | |
oasys::BIND_FUNCTIONS (TclCommand::bind_b, bool, BINDING_BOOL) | |
oasys::BIND_FUNCTIONS (TclCommand::bind_addr, in_addr_t, BINDING_ADDR) | |
Variables | |
static const char * | oasys::INIT_COMMAND |
#define BIND_FUNCTIONS | ( | _fn, | |||
_type, | |||||
_typecode | ) |
Definition at line 963 of file TclCommand.cc.