The information about a Wred instance which is needed to serialize it.
More...
#include <bfruntime_arch_handler.h>
|
const IR::IAnnotated * | annotations |
|
uint8_t | dropValue |
|
const cstring | name |
|
uint8_t | noDropValue |
|
int64_t | size |
|
const std::optional< cstring > | table |
| If not none, the instance is a direct resource associated with table .
|
|
The information about a Wred instance which is needed to serialize it.
◆ from()
static std::optional< Wred > BFN::Wred::from |
( |
const IR::ExternBlock * | instance | ) |
|
|
inlinestatic |
- Returns
- the information required to serialize an
instance
of Wred or std::nullopt in case of error.
◆ fromDirect()
static std::optional< Wred > BFN::Wred::fromDirect |
( |
const P4::ExternInstance & | instance, |
|
|
const IR::P4Table * | table ) |
|
inlinestatic |
- Returns
- the information required to serialize an
instance
of a direct Wred or std::nullopt in case of error.
The documentation for this struct was generated from the following file: