Class GXFComponent

Derived Types

class GXFComponent

Subclassed by holoscan::gxf::GXFCondition, holoscan::gxf::GXFResource

Public Functions

GXFComponent() = default

virtual ~GXFComponent() = default

inline virtual const char *gxf_typename() const

inline void gxf_context(gxf_context_t gxf_context)

inline gxf_context_t gxf_context() const

inline void gxf_eid(gxf_uid_t gxf_eid)

inline gxf_uid_t gxf_eid() const

inline void gxf_cid(gxf_uid_t gxf_cid)

inline gxf_uid_t gxf_cid() const

inline std::string &gxf_cname()

inline void gxf_cname(const std::string &name)

inline void gxf_initialize()

Protected Attributes

gxf_context_t gxf_context_ = nullptr

gxf_uid_t gxf_eid_ = 0

gxf_uid_t gxf_cid_ = 0

std::string gxf_cname_

© Copyright 2022, NVIDIA. Last updated on Jun 28, 2023.