INET Framework for OMNeT++/OMNEST
|
Class generated from inet/applications/voip/SimpleVoIPPacket.msg:25
by nedtool.
More...
#include <SimpleVoIPPacket_m.h>
Public Member Functions | |
SimpleVoIPPacket (const char *name=nullptr, short kind=0) | |
SimpleVoIPPacket (const SimpleVoIPPacket &other) | |
virtual | ~SimpleVoIPPacket () |
SimpleVoIPPacket & | operator= (const SimpleVoIPPacket &other) |
virtual SimpleVoIPPacket * | dup () const override |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
virtual unsigned int | getTalkspurtID () const |
virtual void | setTalkspurtID (unsigned int talkspurtID) |
virtual unsigned int | getTalkspurtNumPackets () const |
virtual void | setTalkspurtNumPackets (unsigned int talkspurtNumPackets) |
virtual unsigned int | getPacketID () const |
virtual void | setPacketID (unsigned int packetID) |
virtual ::omnetpp::simtime_t | getVoipTimestamp () const |
virtual void | setVoipTimestamp (::omnetpp::simtime_t voipTimestamp) |
virtual ::omnetpp::simtime_t | getVoiceDuration () const |
virtual void | setVoiceDuration (::omnetpp::simtime_t voiceDuration) |
Protected Member Functions | |
bool | operator== (const SimpleVoIPPacket &) |
Protected Attributes | |
unsigned int | talkspurtID |
unsigned int | talkspurtNumPackets |
unsigned int | packetID |
::omnetpp::simtime_t | voipTimestamp |
::omnetpp::simtime_t | voiceDuration |
Private Member Functions | |
void | copy (const SimpleVoIPPacket &other) |
Class generated from inet/applications/voip/SimpleVoIPPacket.msg:25
by nedtool.
// // Represents a voice packet used by SimpleVoIPSender / SimpleVoIPReceiver // packet SimpleVoIPPacket { unsigned int talkspurtID; // identifies the talkspurt unsigned int talkspurtNumPackets; // number of all packets of current talkspurt unsigned int packetID; // 0..talkspurtNumPackets-1 simtime_t voipTimestamp; // "mouth" timestamp of begin of voice in this packet simtime_t voiceDuration; // duration of voice in this packet }
inet::SimpleVoIPPacket::SimpleVoIPPacket | ( | const char * | name = nullptr , |
short | kind = 0 |
||
) |
inet::SimpleVoIPPacket::SimpleVoIPPacket | ( | const SimpleVoIPPacket & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
|
virtual |
|
virtual |
|
virtual |
virtual ::omnetpp::simtime_t inet::SimpleVoIPPacket::getVoiceDuration | ( | ) | const |
virtual ::omnetpp::simtime_t inet::SimpleVoIPPacket::getVoipTimestamp | ( | ) | const |
SimpleVoIPPacket& inet::SimpleVoIPPacket::operator= | ( | const SimpleVoIPPacket & | other | ) |
|
protected |
|
overridevirtual |
Referenced by inet::doParsimPacking().
|
overridevirtual |
Referenced by inet::doParsimUnpacking().
|
virtual |
Referenced by inet::SimpleVoIPSender::sendVoIPPacket().
|
virtual |
Referenced by inet::SimpleVoIPSender::sendVoIPPacket().
|
virtual |
Referenced by inet::SimpleVoIPSender::sendVoIPPacket().
|
virtual |
Referenced by inet::SimpleVoIPSender::sendVoIPPacket().
|
virtual |
Referenced by inet::SimpleVoIPSender::sendVoIPPacket().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |