|
Yate
|
Abstract SIGTRAN Adaptation user. More...
#include <yatesig.h>
Public Member Functions | |
| virtual | ~SIGAdaptUser () |
Protected Member Functions | |
| SIGAdaptUser () | |
| SIGAdaptClient * | adaptation () const |
| SIGTransport * | transport () const |
| void | adaptation (SIGAdaptClient *adapt) |
| virtual void | activeChange (bool active)=0 |
| bool | activate () |
| bool | aspUp () const |
| bool | aspActive () const |
| unsigned char | getStreamId () |
Protected Attributes | |
| bool | m_autostart |
| unsigned char | m_streamId |
Friends | |
| class | SIGAdaptClient |
Abstract SIGTRAN Adaptation user.
An interface to a Signalling Transport Adaptation user
|
virtual |
Destructor
|
inlineprotected |
Default constructor
References m_autostart, and m_streamId.
|
inlineprotected |
Request activation of the ASP
|
protectedpure virtual |
|
inlineprotected |
Get the User Adaptation to which this component belongs
Referenced by SS7M2UA::timerTick().
|
protected |
Set the User Adaptation to which this component belongs
| adapt | Pointer to the new User Adaptation layer |
|
inlineprotected |
Check if the ASP is Active
|
inlineprotected |
Check if the ASP is Up
|
inlineprotected |
|
inlineprotected |
Get the transport of the user adaptation component
|
protected |
Automatically start on init flag
Referenced by SIGAdaptUser().
|
protected |
The SCTP streamId
Referenced by getStreamId(), and SIGAdaptUser().