Class IceOryxIntrospectionApp
Defined in File iceoryx_introspection_app.hpp
Inheritance Relationships
Base Type
public iox::client::introspection::IntrospectionApp(Class IntrospectionApp)
Class Documentation
-
class IceOryxIntrospectionApp : public iox::client::introspection::IntrospectionApp
Public Functions
-
IceOryxIntrospectionApp(int argc, char *argv[]) noexcept
constructor to create the introspection
- Parameters:
argc – [in] forwarding of command line arguments
argv – [in] forwarding of command line arguments
-
virtual void run() noexcept override
starts the execution of introspection
-
IceOryxIntrospectionApp(int argc, char *argv[]) noexcept