ModuleExportEntryIStructuredLog#
Fully qualified name: omni::core::ModuleExportEntryIStructuredLog
Defined in omni/core/ModuleExports.h
-
struct ModuleExportEntryIStructuredLog#
omni::core::ModuleExports entry to access omni::structuredlog::IStructuredLog.
Use the helper OMNI_MODULE_SET_EXPORTS to add this entry.
Public Functions
- inline ModuleExportEntryIStructuredLog(
- const char *t,
- ModuleExportEntryFlag f,
Constructor.
Public Members
-
const char *type#
Unique type name describing the entry.
-
ModuleExportEntryFlag flags#
Special flags for the entry (ex: required).
-
uint32_t byteCount#
Size of the entry in bytes (including the header).
-
omni::structuredlog::IStructuredLog **structuredLog#
Pointer to module structured log pointer.