~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Open Mash Cross Reference
mash/tcl/degas/degasmonitor/degas-monitor-application.tcl

Component: ~ [ mash ] ~ [ apps ] ~ [ gsm ] ~ [ lib ] ~ [ otcl ] ~ [ srm ] ~ [ tcl8.3 ] ~ [ tclcl ] ~ [ tk8.3 ] ~ [ tutorials ] ~

  1 import Application
  2 import AGLPMonitor
  3 
  4 Class DegasMonitorApplication -superclass Application
  5 
  6 DegasMonitorApplication instproc init { argv } {
  7         $self next "DegasMonitor"
  8         new AGLPMonitor "224.10.85.29/40000/32"
  9 }
 10 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.