Belle II Software  release-08-01-10
ARICHB2LinkInfo Class Reference

List of Belle2Link Boards. More...

#include <ARICHB2LinkInfo.h>

Inheritance diagram for ARICHB2LinkInfo:
Collaboration diagram for ARICHB2LinkInfo:

Public Member Functions

 ARICHB2LinkInfo ()
 Default constructor.
 
 ARICHB2LinkInfo (int id, int address, int port)
 Constructor.
 
 ~ARICHB2LinkInfo ()
 Destructor.
 
int getB2LinkID () const
 Return Belle2 Link Identifier. More...
 
void setB2LinkID (int id)
 Set Belle2 Link Identifier. More...
 
int getB2LinkAddress () const
 Return Belle2 Link Address. More...
 
void setB2LinkAddress (int address)
 Set Belle2 Link Address. More...
 
int getB2LinkPort () const
 Return Belle2 Link port. More...
 
void setB2LinkPort (int port)
 Set Belle2 Link port. More...
 

Private Member Functions

 ClassDef (ARICHB2LinkInfo, 1)
 ClassDef.
 

Private Attributes

int m_id
 Belle2Link Identifier.
 
int m_address
 Belle2Link address.
 
int m_port
 integer Belle2Link port
 

Detailed Description

List of Belle2Link Boards.

Definition at line 20 of file ARICHB2LinkInfo.h.

Member Function Documentation

◆ getB2LinkAddress()

int getB2LinkAddress ( ) const
inline

Return Belle2 Link Address.

Returns
B2Link Address

Definition at line 51 of file ARICHB2LinkInfo.h.

51 {return m_address; }
int m_address
Belle2Link address.

◆ getB2LinkID()

int getB2LinkID ( ) const
inline

Return Belle2 Link Identifier.

Returns
B2Link Identifier

Definition at line 41 of file ARICHB2LinkInfo.h.

◆ getB2LinkPort()

int getB2LinkPort ( ) const
inline

Return Belle2 Link port.

Returns
B2Link port

Definition at line 61 of file ARICHB2LinkInfo.h.

◆ setB2LinkAddress()

void setB2LinkAddress ( int  address)
inline

Set Belle2 Link Address.

Parameters
B2LinkAddress

Definition at line 56 of file ARICHB2LinkInfo.h.

◆ setB2LinkID()

void setB2LinkID ( int  id)
inline

Set Belle2 Link Identifier.

Parameters
B2LinkIdentifier

Definition at line 46 of file ARICHB2LinkInfo.h.

◆ setB2LinkPort()

void setB2LinkPort ( int  port)
inline

Set Belle2 Link port.

Parameters
B2Linkport

Definition at line 66 of file ARICHB2LinkInfo.h.


The documentation for this class was generated from the following file: