![]() |
AMS Advanced Air Mobility Sensors UG
|
Public Member Functions | |
| void | Init () override |
| bool | IsInitialized () override |
| void | MyPublicMethod () |
Public Member Functions inherited from CSoftwareComponent< CSoftwareComponentExample, 3U > | |
| CSoftwareComponent (CSoftwareComponent &)=delete | |
| CSoftwareComponent (CSoftwareComponent &&)=delete | |
| CSoftwareComponent & | operator= (const CSoftwareComponent &orOther)=delete |
| CSoftwareComponent & | operator= (CSoftwareComponent &&orOther)=delete |
| virtual void | Init ()=0 |
| virtual bool | IsInitialized ()=0 |
Private Member Functions | |
| CSoftwareComponentExample (CSoftwareComponentExample &)=delete | |
| CSoftwareComponentExample (CSoftwareComponentExample &&)=delete | |
| CSoftwareComponentExample & | operator= (const CSoftwareComponentExample &orOther)=delete |
| CSoftwareComponentExample & | operator= (CSoftwareComponentExample &&orOther)=delete |
Static Private Member Functions | |
| static CSoftwareComponentExample & | getInstanceImpl (unsigned uInstanceIndex) |
Friends | |
| class | CSoftwareComponent< CSoftwareComponentExample, 3U > |
Additional Inherited Members | |
Static Public Member Functions inherited from CSoftwareComponent< CSoftwareComponentExample, 3U > | |
| static CSoftwareComponentExample & | GetInstance (unsigned uInstanceIndex=0U) |
Static Public Attributes inherited from CSoftwareComponent< CSoftwareComponentExample, 3U > | |
| static constexpr unsigned | skuInstanceCount_ |
Protected Member Functions inherited from CSoftwareComponent< CSoftwareComponentExample, 3U > | |
| CSoftwareComponent ()=default | |
| ~CSoftwareComponent ()=default | |
|
privatedelete |
|
privatedelete |
|
staticprivate |
|
overridevirtual |
Initialize the software component.
Implements CSoftwareComponent< CSoftwareComponentExample, 3U >.
|
overridevirtual |
Get initialization status of the software component.
Implements CSoftwareComponent< CSoftwareComponentExample, 3U >.
| void CSoftwareComponentExample::MyPublicMethod | ( | ) |
|
privatedelete |
|
privatedelete |
|
friend |