List of Belle2Link boards.
More...
#include <ARICHB2LinkInfo.h>
|
int | m_id |
| Belle2Link Identifier.
|
|
int | m_address |
| Belle2Link address.
|
|
int | m_port |
| integer Belle2Link port
|
|
List of Belle2Link boards.
Definition at line 21 of file ARICHB2LinkInfo.h.
◆ ARICHB2LinkInfo() [1/2]
Default constructor.
Definition at line 28 of file ARICHB2LinkInfo.h.
28: m_id(0), m_address(0), m_port(0) {};
◆ ARICHB2LinkInfo() [2/2]
Constructor.
Definition at line 33 of file ARICHB2LinkInfo.h.
33: m_id(id), m_address(address), m_port(port) {};
◆ ~ARICHB2LinkInfo()
◆ getB2LinkAddress()
int getB2LinkAddress |
( |
| ) |
const |
|
inline |
Get Belle2Link address.
- Returns
- B2Link address.
Definition at line 56 of file ARICHB2LinkInfo.h.
◆ getB2LinkID()
int getB2LinkID |
( |
| ) |
const |
|
inline |
Get Belle2Link identifier.
- Returns
- B2Link identifier.
Definition at line 44 of file ARICHB2LinkInfo.h.
◆ getB2LinkPort()
int getB2LinkPort |
( |
| ) |
const |
|
inline |
◆ setB2LinkAddress()
void setB2LinkAddress |
( |
int | address | ) |
|
|
inline |
Set Belle2Link address.
- Parameters
-
[in] | address | B2Link address. |
Definition at line 62 of file ARICHB2LinkInfo.h.
62{m_address = address; }
◆ setB2LinkID()
void setB2LinkID |
( |
int | id | ) |
|
|
inline |
◆ setB2LinkPort()
void setB2LinkPort |
( |
int | port | ) |
|
|
inline |
◆ m_address
◆ m_id
◆ m_port
The documentation for this class was generated from the following file: