#include <RTPSenderControlMessage.h>
Public Member Functions | |
RTPSenderControlMessage (const char *name=NULL) | |
RTPSenderControlMessage (const RTPSenderControlMessage &message) | |
virtual | ~RTPSenderControlMessage () |
RTPSenderControlMessage & | operator= (const RTPSenderControlMessage &message) |
virtual cObject * | dup () const |
virtual const char * | className () const |
virtual const char * | command () const |
virtual void | setCommand (const char *command) |
virtual void | setCommand (const char *command, float commandParameter1) |
virtual void | setCommand (const char *command, float commandParameter1, float commandParameter2) |
virtual float | commandParameter1 () |
virtual float | commandParameter2 () |
|
Default constructor. |
|
Copy constructor. |
|
Destructor. |
|
Returns the class name "RTPSenderControlMessage". |
|
Returns the command string in this message. |
|
|
|
|
|
Duplicates the object. |
|
Assignment operator. |
|
|
|
|
|
Set the command string this message transports to the sender module. |