cvs get dali
).
The best place to place it is under tcl8.3/library/.
--enable-fx
--with-dali=<location of dali library>
puts "Sourced hookfile."
VicApplication instproc user_hook {} {
puts "Called user_hook."
}
RvicClientUI::build_gui
at tcl/rvic-client/ui-client.tcl for more information.
import XMLParser
.
WPI=`XML-file-URL'
field in the msg.
uc will retreive this URL, parse it as an XML "service description"
(XML DTD listed in UIGenerator docs), and generate a UI for it when
needed.
mashcast [-makeproxy] [-mungeurls] [-noremotectrl] \ [-proxyport port] [-remotectrl port]
Class Foo -configuration { opt1 val1 opt2 val2 ... }then get_option called within the Foo class (or any sublcass) on opt1 or opt2 will return the indicated values and so forth.
nsdr -proxy a -proxy b -sap c/d -sap e/fis replaced with:
nsdr -proxy a:b -sap c/d:e/f
The degenerate case of this chaining is also the common case where a single instance of MeGa is deployed at the "edge" of the global MBone, i.e., only one "link" in the chain.
Note: Since this change has been made to some of the most senstive code in mash, in particular the bandwidth computations in grabber, sesison-rtp, tranmitter, agent-rtp and agent-video, if there are problems - this is the first delta to look at.
The port between ns and mash is in ns-mash.tcl which the ns version of the AnnounceListenManager is in al-ns.tcl.
There are many parts that are still very ad hoc and some which require much more work in order to make general, but the basics are there and this experiment has already proven very succesful.
record_session.tcl
has been updated to use the new recorder.
(But there is no target for record_session in the Makefile)
ui-iconlib.tcl
file.
-enable-debug: adds the -g flag to gcc, defines the various macros required to turn on debugging and "mtracing" -enable-release: use this flag for a release build. This forces a -static link for all platforms except linux and adds the necessary flags for linux to get the release binary to build correctly -enable-devel: encapsulates the behavior of the .devel file. Automatically includes -enable-debug as well.
set o [new Foo -optionsFrom $optionsDB]