|
Yate
|
Abstract signalling message. More...
#include <yatesig.h>
Public Member Functions | |
| SignallingMessage (const char *name=0) | |
| const char * | name () const |
| NamedList & | params () |
| const NamedList & | params () const |
Public Member Functions inherited from RefObject | |
| RefObject () | |
| virtual | ~RefObject () |
| virtual void * | getObject (const String &name) const |
| virtual bool | alive () const |
| bool | ref () |
| bool | deref () |
| int | refcount () const |
| virtual void | destruct () |
Public Member Functions inherited from GenObject | |
| GenObject () | |
| virtual | ~GenObject () |
| virtual const String & | toString () const |
| virtual const String & | traceId () const |
| NamedCounter * | getObjCounter () const |
| NamedCounter * | setObjCounter (NamedCounter *counter) |
Protected Attributes | |
| NamedList | m_params |
Additional Inherited Members | |
Static Public Member Functions inherited from RefObject | |
| static bool | alive (const RefObject *obj) |
| static bool | efficientIncDec () |
Static Public Member Functions inherited from GenObject | |
| static void * | getObject (const String &name, const GenObject *obj) |
| static bool | getObjCounting () |
| static void | setObjCounting (bool enable) |
| static NamedCounter * | getObjCounter (const String &name, bool create=true) |
| static ObjList & | getObjCounters () |
Protected Member Functions inherited from RefObject | |
| virtual void | zeroRefs () |
| bool | resurrect () |
| virtual void | destroyed () |
Abstract signalling message.
Interface of protocol independent signalling message
|
inline |
Constructor
| name | Named list's name |
References m_params, and name().
Referenced by SS7MsgISUP::SS7MsgISUP(), and SS7MsgSCCP::SS7MsgSCCP().
|
inline |
Get the name of the message
References m_params.
Referenced by ISDNQ931Message::getObject(), SS7MsgISUP::lookup(), SS7MsgSCCP::lookup(), SS7MsgSNM::lookup(), and SignallingMessage().
|
inline |
Get this message's parameter list
References m_params.
Referenced by SS7MsgSCCP::canBeUDT(), SS7MsgISUP::toString(), SS7MsgSCCP::toString(), SS7MsgSNM::toString(), and SS7MsgSCCP::updateType().
|
inline |
Get this message's parameter list - const version
References m_params.
|
protected |
Message parameter list
Referenced by name(), params(), params(), and SignallingMessage().