|
| IceOryxIntrospectionApp (int argc, char *argv[]) noexcept |
| constructor to create the introspection More...
|
|
void | run () noexcept override |
| starts the execution of introspection More...
|
|
| IntrospectionApp (int argc, char *argv[]) noexcept |
| constructor to create a introspection More...
|
|
virtual void | run () noexcept=0 |
| interface to start the execution of the introspection More...
|
|
|
enum class | CmdLineArgumentParsingMode { ALL
, ONE
} |
|
| IntrospectionApp () noexcept |
| this is needed for the child classes to extend the parseCmdLineArguments function
|
|
void | parseCmdLineArguments (int argc, char **argv, CmdLineArgumentParsingMode cmdLineParsingMode=CmdLineArgumentParsingMode::ALL) noexcept |
|
void | runIntrospection (const iox::units::Duration updatePeriodMs, const IntrospectionSelection introspectionSelection) |
|
IntrospectionSelection | introspectionSelection |
|
bool | doIntrospection = false |
|
◆ IceOryxIntrospectionApp()
iox::client::introspection::IceOryxIntrospectionApp::IceOryxIntrospectionApp |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
|
noexcept |
constructor to create the introspection
- Parameters
-
[in] | argc | forwarding of command line arguments |
[in] | argv | forwarding of command line arguments |
◆ run()
void iox::client::introspection::IceOryxIntrospectionApp::run |
( |
| ) |
|
|
overridevirtualnoexcept |
The documentation for this class was generated from the following file: