|
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 |
Protected Attributes | |
| bool | m_autostart |
Friends | |
| class | SIGAdaptClient |
Abstract SIGTRAN Adaptation user.
An interface to a Signalling Transport Adaptation user
| virtual ~SIGAdaptUser | ( | ) | [virtual] |
Destructor
| SIGAdaptUser | ( | ) | [inline, protected] |
Default constructor
| bool activate | ( | ) | [inline, protected] |
Request activation of the ASP
| virtual void activeChange | ( | bool | active | ) | [protected, pure virtual] |
| SIGAdaptClient* adaptation | ( | ) | const [inline, protected] |
Get the User Adaptation to which this component belongs
| void adaptation | ( | SIGAdaptClient * | adapt | ) | [protected] |
Set the User Adaptation to which this component belongs
| adapt | Pointer to the new User Adaptation layer |
| bool aspActive | ( | ) | const [inline, protected] |
Check if the ASP is Active
| bool aspUp | ( | ) | const [inline, protected] |
Check if the ASP is Up
| SIGTransport* transport | ( | ) | const [inline, protected] |
Get the transport of the user adaptation component
bool m_autostart [protected] |
Automatically start on init flag
1.7.6.1