|
CbmRoot
|
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 {} |
Some class A.
Definition at line 18 of file _GTestStructLooper.cxx.
| using A::Property_t = int |
Definition at line 20 of file _GTestStructLooper.cxx.
|
inline |
Definition at line 27 of file _GTestStructLooper.cxx.
References fSomeProperty.
|
inline |
Maps an address of A component to a station of component.
| address | Address of A component |
Definition at line 25 of file _GTestStructLooper.cxx.
|
inline |
Definition at line 28 of file _GTestStructLooper.cxx.
References fSomeProperty.
|
private |
Definition at line 31 of file _GTestStructLooper.cxx.
Referenced by GetProperty(), and SetProperty().