General Purpose Geodetic Library
|
#include <SgVlbiNetworkId.h>
Public Member Functions | |
SgVlbiNetworkId () | |
SgVlbiNetworkId (const QString &name) | |
SgVlbiNetworkId (const QString &name, const QList< QString > &) | |
virtual | ~SgVlbiNetworkId () |
const QString & | getName () const |
void | setName (const QString &) |
void | addKey (const QString &) |
int | countMatches (const QString &) const |
Static Public Member Functions | |
static const QString | className () |
Private Attributes | |
QString | name_ |
The class makes a simple guess about network ID. ====================================================================================================
Definition at line 47 of file SgVlbiNetworkId.h.
|
inline |
A constructor. Creates a default object.
Definition at line 122 of file SgVlbiNetworkId.h.
|
inline |
A constructor. Creates an object.
Definition at line 130 of file SgVlbiNetworkId.h.
|
inline |
A constructor. Creates an object.
Definition at line 138 of file SgVlbiNetworkId.h.
References addKey().
|
inlinevirtual |
A destructor. Frees allocated memory.
Definition at line 150 of file SgVlbiNetworkId.h.
|
inline |
Definition at line 174 of file SgVlbiNetworkId.h.
Referenced by SgVlbiNetworkId().
|
static |
Returns name of the class (for debug output).
Definition at line 39 of file SgVlbiNetworkId.cpp.
int SgVlbiNetworkId::countMatches | ( | const QString & | key | ) | const |
Definition at line 47 of file SgVlbiNetworkId.cpp.
|
inline |
Definition at line 158 of file SgVlbiNetworkId.h.
References name_.
Referenced by SgVlbiSessionInfo::guessNetworkId().
|
inline |
Definition at line 166 of file SgVlbiNetworkId.h.
References name_.
|
private |
Definition at line 104 of file SgVlbiNetworkId.h.