μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
TestPropRVP Struct Reference
Collaboration diagram for TestPropRVP:
[legend]

Public Member Functions

const UserTypeget1 () const
 
const UserTypeget2 () const
 
UserType get_rvalue () const
 
void set1 (int v)
 
void set2 (int v)
 
const UserTypeget1 () const
 
const UserTypeget2 () const
 
UserType get_rvalue () const
 
void set1 (int v)
 
void set2 (int v)
 

Public Attributes

UserType v1 {1}
 
UserType v2 {1}
 

Static Public Attributes

static UserType sv1
 
static UserType sv2
 

Detailed Description

Definition at line 102 of file test_methods_and_attributes.cpp.

Member Function Documentation

◆ get1() [1/2]

const UserType & TestPropRVP::get1 ( ) const
inline

Definition at line 108 of file test_methods_and_attributes.cpp.

References v1.

Referenced by TEST_SUBMODULE().

◆ get1() [2/2]

const UserType & TestPropRVP::get1 ( ) const
inline

Definition at line 108 of file test_methods_and_attributes.cpp.

References v1.

◆ get2() [1/2]

const UserType & TestPropRVP::get2 ( ) const
inline

Definition at line 109 of file test_methods_and_attributes.cpp.

References v2.

Referenced by TEST_SUBMODULE().

◆ get2() [2/2]

const UserType & TestPropRVP::get2 ( ) const
inline

Definition at line 109 of file test_methods_and_attributes.cpp.

References v2.

◆ get_rvalue() [1/2]

UserType TestPropRVP::get_rvalue ( ) const
inline

Definition at line 110 of file test_methods_and_attributes.cpp.

References v2.

Referenced by TEST_SUBMODULE().

◆ get_rvalue() [2/2]

UserType TestPropRVP::get_rvalue ( ) const
inline

Definition at line 110 of file test_methods_and_attributes.cpp.

References v2.

◆ set1() [1/2]

void TestPropRVP::set1 ( int  v)
inline

Definition at line 111 of file test_methods_and_attributes.cpp.

References v1.

Referenced by TEST_SUBMODULE().

◆ set1() [2/2]

void TestPropRVP::set1 ( int  v)
inline

Definition at line 111 of file test_methods_and_attributes.cpp.

References v1.

◆ set2() [1/2]

void TestPropRVP::set2 ( int  v)
inline

Definition at line 112 of file test_methods_and_attributes.cpp.

References v2.

Referenced by TEST_SUBMODULE().

◆ set2() [2/2]

void TestPropRVP::set2 ( int  v)
inline

Definition at line 112 of file test_methods_and_attributes.cpp.

References v2.

Member Data Documentation

◆ sv1

UserType TestPropRVP::sv1
static

Definition at line 105 of file test_methods_and_attributes.cpp.

Referenced by TEST_SUBMODULE().

◆ sv2

UserType TestPropRVP::sv2
static

Definition at line 106 of file test_methods_and_attributes.cpp.

Referenced by TEST_SUBMODULE().

◆ v1

UserType TestPropRVP::v1 {1}

Definition at line 103 of file test_methods_and_attributes.cpp.

Referenced by get1(), and set1().

◆ v2

UserType TestPropRVP::v2 {1}

Definition at line 104 of file test_methods_and_attributes.cpp.

Referenced by get2(), get_rvalue(), and set2().


The documentation for this struct was generated from the following files: