CbmRoot
Loading...
Searching...
No Matches
A Class Reference

Some class A. More...

Public Types

using Property_t = int
 

Public Member Functions

int GetStationId (uint16_t address) const
 Maps an address of A component to a station of component.
 
Property_t GetProperty () const
 
void SetProperty (Property_t property)
 

Private Attributes

Property_t fSomeProperty {}
 

Detailed Description

Some class A.

Definition at line 18 of file _GTestStructLooper.cxx.

Member Typedef Documentation

◆ Property_t

using A::Property_t = int

Definition at line 20 of file _GTestStructLooper.cxx.

Member Function Documentation

◆ GetProperty()

Property_t A::GetProperty ( ) const
inline

Definition at line 27 of file _GTestStructLooper.cxx.

References fSomeProperty.

◆ GetStationId()

int A::GetStationId ( uint16_t address) const
inline

Maps an address of A component to a station of component.

Parameters
addressAddress of A component
Note
A station is stored in bits 8-7

Definition at line 25 of file _GTestStructLooper.cxx.

◆ SetProperty()

void A::SetProperty ( Property_t property)
inline

Definition at line 28 of file _GTestStructLooper.cxx.

References fSomeProperty.

Member Data Documentation

◆ fSomeProperty

Property_t A::fSomeProperty {}
private

Definition at line 31 of file _GTestStructLooper.cxx.

Referenced by GetProperty(), and SetProperty().


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