holoscan::Topology

Beta
View as Markdown

Topology class.

This class is responsible for managing the topology of the system. Internally, it uses hwloc library to get the topology information.

#include <holoscan/topology.hpp>

Constructors

Topology

holoscan::Topology::Topology()

Destructor

~Topology

virtual holoscan::Topology::~Topology()

Methods

load

int holoscan::Topology::load()

Load the topology.

Returns: The error code

context

void * holoscan::Topology::context() const

Get the pointer to the topology object.

Returns: The pointer to the topology object


Member variables

NameTypeDescription
context_void *The pointer to the topology object.