ControlHost subscription.
More...
#include <JControlHost.hh>
ControlHost subscription.
Definition at line 49 of file JControlHost.hh.
Constructor.
- Parameters
-
Definition at line 59 of file JControlHost.hh.
JTag()
Default constructor.
JSubscription_t subscription
Get subscription type.
- Returns
- subscription
Definition at line 71 of file JControlHost.hh.
JSubscription_t subscription
std::string JNET::JSubscription::toString |
( |
| ) |
const |
|
inline |
Convert subscription to string.
- Returns
- subscription
Definition at line 82 of file JControlHost.hh.
std::string toString() const
Convert tag to string.
JSubscription_t subscription
const JTag& JNET::JTag::getTag |
( |
| ) |
const |
|
inlineinherited |
Get tag.
- Returns
- tag
Definition at line 82 of file JTag.hh.
84 return static_cast<const JTag&
>(*this);
JTag& JNET::JTag::getTag |
( |
| ) |
|
|
inlineinherited |
Get tag.
- Returns
- tag
Definition at line 93 of file JTag.hh.
95 return static_cast<JTag&
>(*this);
void JNET::JTag::setTag |
( |
const JTag & |
tag | ) |
|
|
inlineinherited |
Set tag.
- Parameters
-
- Returns
- true if OK; else false
Definition at line 105 of file JTag.hh.
JTag_t getID() const
Get identifier.
void JNET::JTag::setTag |
( |
const std::string & |
tag | ) |
|
|
inlineinherited |
Set tag.
- Parameters
-
- Returns
- true if OK; else false
Definition at line 117 of file JTag.hh.
123 for ( ; i <
tag.size(); ++i) {
133 return throw(JControlHostException(
"JTag::setTag() invalid tag length."));
static const size_t TAGSIZE
JTag_t JNET::JTag::getID |
( |
| ) |
const |
|
inlineinherited |
Get identifier.
- Returns
- identifier
Definition at line 143 of file JTag.hh.
bool JNET::JTag::setID |
( |
const JTag_t |
id | ) |
|
|
inlineinherited |
Set identifier.
- Returns
- identifier
Definition at line 154 of file JTag.hh.
JNET::JTag::operator std::string |
( |
| ) |
const |
|
inlineinherited |
Type conversion operators.
- Returns
- tag
Definition at line 184 of file JTag.hh.
std::string toString() const
Convert tag to string.
const char* JNET::JTag::c_str |
( |
| ) |
const |
|
inlineinherited |
C-string.
- Returns
- tag
Definition at line 195 of file JTag.hh.
const char JNET::JTag::operator[] |
( |
int |
i | ) |
const |
|
inlineinherited |
Get character.
- Parameters
-
- Returns
- character at index
Definition at line 207 of file JTag.hh.
The documentation for this class was generated from the following file: