A Component that manages LidarSystems' registration and storage of their metadata. More...
#include <LidarRegistrarSystemComponent.h>
Inherits AZ::Component, and LidarRegistrarRequestBus::Handler.
Inherited by ROS2::LidarRegistrarEditorSystemComponent.
Public Member Functions | |
AZ_COMPONENT (LidarRegistrarSystemComponent, "{78cba3f1-db2c-46de-9c3d-c40dd72f2f1e}") | |
Protected Member Functions | |
void | Init () override |
void | Activate () override |
void | Deactivate () override |
void | RegisterLidarSystem (const char *name, const char *description, const LidarSystemFeatures &features) override |
AZStd::vector< AZStd::string > | GetRegisteredLidarSystems () const override |
const LidarSystemMetaData * | GetLidarSystemMetaData (const AZStd::string &name) const override |
A Component that manages LidarSystems' registration and storage of their metadata.