|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/sctp/SctpCommand.msg:139 by opp_msgtool.
More...
#include <SctpCommand_m.h>
Public Member Functions | |
| SctpOpenReq () | |
| SctpOpenReq (const SctpOpenReq &other) | |
| virtual | ~SctpOpenReq () |
| SctpOpenReq & | operator= (const SctpOpenReq &other) |
| virtual SctpOpenReq * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual const AddressVector & | getLocalAddresses () const |
| virtual AddressVector & | getLocalAddressesForUpdate () |
| virtual void | setLocalAddresses (const AddressVector &localAddresses) |
| virtual const AddressVector & | getRemoteAddresses () const |
| virtual AddressVector & | getRemoteAddressesForUpdate () |
| virtual void | setRemoteAddresses (const AddressVector &remoteAddresses) |
| virtual bool | getFork () const |
| virtual void | setFork (bool fork) |
| virtual const char * | getQueueClass () const |
| virtual void | setQueueClass (const char *queueClass) |
| virtual const char * | getSctpAlgorithmClass () const |
| virtual void | setSctpAlgorithmClass (const char *sctpAlgorithmClass) |
| virtual uint32_t | getInboundStreams () const |
| virtual void | setInboundStreams (uint32_t inboundStreams) |
| virtual uint32_t | getOutboundStreams () const |
| virtual void | setOutboundStreams (uint32_t outboundStreams) |
| virtual bool | getStreamReset () const |
| virtual void | setStreamReset (bool streamReset) |
| virtual bool | getAppLimited () const |
| virtual void | setAppLimited (bool appLimited) |
| virtual int | getPrMethod () const |
| virtual void | setPrMethod (int prMethod) |
| virtual uint32_t | getNumRequests () const |
| virtual void | setNumRequests (uint32_t numRequests) |
| virtual uint32_t | getMessagesToPush () const |
| virtual void | setMessagesToPush (uint32_t messagesToPush) |
Public Member Functions inherited from inet::SctpCommandReq | |
| SctpCommandReq () | |
| SctpCommandReq (const SctpCommandReq &other) | |
| virtual | ~SctpCommandReq () |
| SctpCommandReq & | operator= (const SctpCommandReq &other) |
| virtual int | getSocketId () const |
| virtual void | setSocketId (int socketId) |
| virtual int | getSid () const |
| virtual void | setSid (int sid) |
| virtual int | getNumMsgs () const |
| virtual void | setNumMsgs (int numMsgs) |
| virtual int | getSsn () const |
| virtual void | setSsn (int ssn) |
| virtual unsigned short | getSendUnordered () const |
| virtual void | setSendUnordered (unsigned short sendUnordered) |
| virtual double | getPrValue () const |
| virtual void | setPrValue (double prValue) |
| virtual const L3Address & | getLocalAddr () const |
| virtual L3Address & | getLocalAddrForUpdate () |
| virtual void | setLocalAddr (const L3Address &localAddr) |
| virtual const L3Address & | getRemoteAddr () const |
| virtual L3Address & | getRemoteAddrForUpdate () |
| virtual void | setRemoteAddr (const L3Address &remoteAddr) |
| virtual int | getLocalPort () const |
| virtual void | setLocalPort (int localPort) |
| virtual int | getRemotePort () const |
| virtual void | setRemotePort (int remotePort) |
| virtual int | getGate () const |
| virtual void | setGate (int gate) |
| virtual int | getFd () const |
| virtual void | setFd (int fd) |
Public Member Functions inherited from inet::TagBase | |
| virtual const Ptr< TagBase > | dupShared () const |
| virtual const Ptr< TagBase > | changeRegion (b offsetDelta, b lengthDelta) const |
| virtual void | parsimPack (cCommBuffer *buffer) const override |
| virtual void | parsimUnpack (cCommBuffer *buffer) override |
| virtual std::ostream & | printToStream (std::ostream &stream, int level, int evFlags) const override |
| Prints this object to the provided output stream. More... | |
| virtual std::ostream & | printFieldsToStream (std::ostream &stream, int level, int evFlags) const |
| virtual std::string | str () const override |
Public Member Functions inherited from inet::IPrintableObject | |
| virtual | ~IPrintableObject () |
| virtual std::string | printToString () const |
| virtual std::string | printToString (int level, int evFlags=0) const |
| virtual std::string | getInfoStringRepresentation (int evFlags=0) const |
| virtual std::string | getDetailStringRepresentation (int evFlags=0) const |
| virtual std::string | getDebugStringRepresentation (int evFlags=0) const |
| virtual std::string | getTraceStringRepresentation (int evFlags=0) const |
| virtual std::string | getCompleteStringRepresentation (int evFlags=0) const |
Protected Member Functions | |
| bool | operator== (const SctpOpenReq &)=delete |
Protected Member Functions inherited from inet::SctpCommandReq | |
| bool | operator== (const SctpCommandReq &)=delete |
Protected Attributes | |
| AddressVector | localAddresses |
| AddressVector | remoteAddresses |
| bool | fork = false |
| ::omnetpp::opp_string | queueClass = "SctpQueue" |
| ::omnetpp::opp_string | sctpAlgorithmClass |
| uint32_t | inboundStreams = 0 |
| uint32_t | outboundStreams = 0 |
| bool | streamReset = false |
| bool | appLimited = false |
| int | prMethod = 0 |
| uint32_t | numRequests = 0 |
| uint32_t | messagesToPush = 0 |
Protected Attributes inherited from inet::SctpCommandReq | |
| int | socketId = -1 |
| int | sid = -1 |
| int | numMsgs = 1 |
| int | ssn = -1 |
| unsigned short | sendUnordered = false |
| double | prValue = 0 |
| L3Address | localAddr |
| L3Address | remoteAddr |
| int | localPort = -1 |
| int | remotePort = -1 |
| int | gate = -1 |
| int | fd = -1 |
Private Member Functions | |
| void | copy (const SctpOpenReq &other) |
Additional Inherited Members | |
Public Types inherited from inet::IPrintableObject | |
| enum | PrintLevel { PRINT_LEVEL_TRACE, PRINT_LEVEL_DEBUG, PRINT_LEVEL_DETAIL, PRINT_LEVEL_INFO, PRINT_LEVEL_COMPLETE = INT_MIN } |
| enum | PrintFlag { PRINT_FLAG_FORMATTED = (1 << 0), PRINT_FLAG_MULTILINE = (1 << 1) } |
Class generated from inet/transportlayer/contract/sctp/SctpCommand.msg:139 by opp_msgtool.
class SctpOpenReq extends SctpCommandReq { AddressVector localAddresses; AddressVector remoteAddresses; bool fork = false; // used only for passive open string queueClass = "SctpQueue"; // may be left empty string sctpAlgorithmClass; // may be left empty uint32_t inboundStreams; uint32_t outboundStreams; bool streamReset; bool appLimited; int prMethod; uint32_t numRequests; uint32_t messagesToPush; }
| inet::SctpOpenReq::SctpOpenReq | ( | ) |
| inet::SctpOpenReq::SctpOpenReq | ( | const SctpOpenReq & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::SctpCommandReq.
|
virtual |
Referenced by inet::sctp::SctpAssociation::process_ASSOCIATE().
|
virtual |
Referenced by inet::sctp::SctpAssociation::process_OPEN_PASSIVE().
|
virtual |
|
virtual |
|
inlinevirtual |
|
virtual |
Referenced by inet::sctp::SctpAssociation::process_OPEN_PASSIVE().
|
virtual |
|
virtual |
|
virtual |
Referenced by inet::sctp::SctpAssociation::process_ASSOCIATE().
|
virtual |
Referenced by inet::sctp::SctpAssociation::initAssociation().
|
virtual |
Referenced by inet::sctp::SctpAssociation::process_ASSOCIATE().
|
inlinevirtual |
|
virtual |
Referenced by inet::sctp::SctpAssociation::initAssociation().
|
virtual |
| SctpOpenReq& inet::SctpOpenReq::operator= | ( | const SctpOpenReq & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::SctpCommandReq.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::SctpCommandReq.
Referenced by inet::doParsimUnpacking().
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Referenced by inet::SctpSocket::listen().
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |