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 56 of file rtp.cc.


Constructor & Destructor Documentation

RTPAgentClass::RTPAgentClass (  )  [inline]

Definition at line 58 of file rtp.cc.

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


Member Function Documentation

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

Definition at line 59 of file rtp.cc.

00059                                                   {
00060                 return (new RTPAgent());
00061 
00062         }


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

Generated on Sun Jun 1 20:54:52 2008 for ASMP_S by  doxygen 1.5.5