|
Yate
|
Public Member Functions | |
| SccpSubsystem (int ssn, SCCPManagement::SccpStates state=SCCPManagement::Allowed, unsigned char smi=0) | |
| unsigned char | getSSN () |
| SCCPManagement::SccpStates | getState () |
| void | setState (SCCPManagement::SccpStates state) |
| unsigned char | getSmi () |
| void | dump (String &dest) |
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) |
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 () |
|
inline |
Constructor
| ssn | The subsystem number alocated to this subsystem |
| state | The subsystem initial state |
| smi | The subsystem multiplicity indicator |
|
inline |
Dump this sccp subsystem status
| dest | Destination string |
References SCCPManagement::stateName().
|
inline |
Obtain the subsystem multiplicity indicator of this sccp subsystem
|
inline |
Obtain subsystem number
|
inline |
Obtain the state of this subsystem
|
inline |
Set the state of this subsystem
| state | The new state |