RTPAgentClass Class Reference

List of all members.

Public Member Functions

 RTPAgentClass ()
TclObject * create (int, const char *const *)


Detailed Description

creates an RTPAgent returns the newly created Agent

Definition at line 54 of file rtp.cc.


Constructor & Destructor Documentation

RTPAgentClass::RTPAgentClass (  )  [inline]

Definition at line 56 of file rtp.cc.

00056 : TclClass("Agent/RTP") {}


Member Function Documentation

TclObject* RTPAgentClass::create ( int  ,
const char *const *   
) [inline]

Definition at line 57 of file rtp.cc.

00057                                                   {
00058                 return (new RTPAgent());
00059 
00060         }


The documentation for this class was generated from the following file:

Generated on Mon Jun 2 11:25:26 2008 for ASMP by  doxygen 1.5.5