Help for this page

Select Code to Download


  1. or download this
    MdAgent.pl --plugin UTP  --config UTP --interface ce1 --mcastAddress 2
    +39.11.25.104 --mcastPort 104
    
  2. or download this
    require "$PALIBDIR/$actualPlugin.pm";
    <c/>
    ...
    
    <c>
    $actualPlugin->moduleInit($debug, $instance);
    
  3. or download this
    while(1)
    {
    ...
       {
          $actualPlugin->processMessage("$message");
       }
    
  4. or download this
    $MdAgent::TotalsHsh{$service}{$messageType}+=1;
    
  5. or download this
    $mcastReaderThread=threads->create(\&doMcastSubscription, $interface, 
    +$mcastAddress, $mcastPort);
    $mcastReaderThread->detach();
    
  6. or download this
    $MdAgent::TotalsHsh{$service}{$messageType}+=1;