#include <SubsystemInfo.h>
◆ SubsystemInfo() [1/2]
openjaus::model::SubsystemInfo::SubsystemInfo |
( |
| ) |
|
◆ ~SubsystemInfo()
openjaus::model::SubsystemInfo::~SubsystemInfo |
( |
| ) |
|
|
virtual |
◆ SubsystemInfo() [2/2]
openjaus::model::SubsystemInfo::SubsystemInfo |
( |
const SubsystemInfo & |
copy | ) |
|
◆ addNode()
bool openjaus::model::SubsystemInfo::addNode |
( |
NodeInfo * |
node | ) |
|
◆ getId()
int openjaus::model::SubsystemInfo::getId |
( |
| ) |
const |
◆ getName()
std::string openjaus::model::SubsystemInfo::getName |
( |
| ) |
const |
◆ getNode()
NodeInfo * openjaus::model::SubsystemInfo::getNode |
( |
uint8 |
id | ) |
const |
◆ getNodes()
const std::map< uint8, NodeInfo * > & openjaus::model::SubsystemInfo::getNodes |
( |
| ) |
const |
◆ hasNode()
bool openjaus::model::SubsystemInfo::hasNode |
( |
uint8 |
id | ) |
const |
◆ lookupComponent()
◆ lookupService()
◆ setId()
bool openjaus::model::SubsystemInfo::setId |
( |
int |
id | ) |
|
◆ setName()
bool openjaus::model::SubsystemInfo::setName |
( |
std::string |
name | ) |
|
◆ toString()
std::string openjaus::model::SubsystemInfo::toString |
( |
| ) |
const |
|
virtual |
◆ toXml()
std::string openjaus::model::SubsystemInfo::toXml |
( |
unsigned char |
level = 0 | ) |
const |
◆ operator<< [1/2]
◆ operator<< [2/2]
◆ id
int openjaus::model::SubsystemInfo::id |
|
private |
◆ MAXIMUM_ID
const unsigned short openjaus::model::SubsystemInfo::MAXIMUM_ID = 65534 |
|
static |
◆ MINIMUM_ID
const unsigned short openjaus::model::SubsystemInfo::MINIMUM_ID = 1 |
|
static |
◆ name
std::string openjaus::model::SubsystemInfo::name |
|
private |
◆ nodes
The documentation for this class was generated from the following files: