tin  1.5.9
tsm::runtime::actor_resources< Actor > Struct Template Reference

#include <actor.h>

Collaboration diagram for tsm::runtime::actor_resources< Actor >:
Collaboration graph

Static Public Member Functions

static consteval resource_snapshot snapshot ()
 Return the compile-time resource snapshot for Actor. More...
 

Detailed Description

template<typename Actor>
struct tsm::runtime::actor_resources< Actor >

Resource summary adapter for one actor type.

HSM runtimes contribute their runtime_resources snapshot. Generic actors can provide static consteval resource_snapshot resource_snapshot(). Actors without either shape contribute an empty snapshot.

Member Function Documentation

◆ snapshot()

template<typename Actor >
static consteval resource_snapshot tsm::runtime::actor_resources< Actor >::snapshot ( )
inlinestatic

Return the compile-time resource snapshot for Actor.


The documentation for this struct was generated from the following file: