Auxiliary class for all subscription.
More...
#include <JControlHost.hh>
Auxiliary class for all subscription.
Definition at line 96 of file JControlHost.hh.
◆ JSubscriptionAll()
JNET::JSubscriptionAll::JSubscriptionAll |
( |
const JTag & |
tag | ) |
|
|
inline |
◆ getSubscription()
Get subscription type.
- Returns
- subscription
Definition at line 71 of file JControlHost.hh.
◆ toString()
std::string JNET::JSubscription::toString |
( |
| ) |
const |
|
inlineinherited |
Convert subscription to string.
- Returns
- subscription
Definition at line 82 of file JControlHost.hh.
◆ getTag() [1/2]
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);
◆ getTag() [2/2]
JTag& JNET::JTag::getTag |
( |
| ) |
|
|
inlineinherited |
Get tag.
- Returns
- tag
Definition at line 93 of file JTag.hh.
95 return static_cast<JTag&>(*
this);
◆ setTag() [1/2]
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.
◆ setTag() [2/2]
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."));
◆ getID()
JTag_t JNET::JTag::getID |
( |
| ) |
const |
|
inlineinherited |
Get identifier.
- Returns
- identifier
Definition at line 143 of file JTag.hh.
◆ setID()
bool JNET::JTag::setID |
( |
const JTag_t |
id | ) |
|
|
inlineinherited |
Set identifier.
- Returns
- identifier
Definition at line 154 of file JTag.hh.
◆ operator std::string()
JNET::JTag::operator std::string |
( |
| ) |
const |
|
inlineinherited |
Type conversion operators.
- Returns
- tag
Definition at line 184 of file JTag.hh.
◆ c_str()
const char* JNET::JTag::c_str |
( |
| ) |
const |
|
inlineinherited |
C-string.
- Returns
- tag
Definition at line 195 of file JTag.hh.
◆ operator[]()
const char JNET::JTag::operator[] |
( |
int |
i | ) |
const |
|
inlineinherited |
Get character.
- Parameters
-
- Returns
- character at index
Definition at line 207 of file JTag.hh.
◆ subscription
◆ tag
◆ id
◆ @47
The documentation for this struct was generated from the following file: