Skip to main content
Ctrl+K
Carbonite SDK - Home

Carbonite SDK

  • gitlab
  • twitter
  • youtube
  • instagram
  • www
  • linkedin
  • twitch
Carbonite SDK - Home

Carbonite SDK

  • gitlab
  • twitter
  • youtube
  • instagram
  • www
  • linkedin
  • twitch

Table of Contents

  • Carbonite SDK API
  • ModuleExports.h
  • OMNI_MODULE_...

OMNI_MODULE_ON_MODULE_STARTED#

Defined in omni/core/ModuleExports.h

OMNI_MODULE_ON_MODULE_STARTED(exp_, fn_)#

Registers the plugin’s function that will be called once the plugin is loaded. See omni::core::OnModuleStartedFn for threading consideration with this function.

Parameters:
  • exp_ – The omni::core::ModuleExports table in which the entry should be added.

  • fn_ – The plugin’s omni::core::OnModuleStartedFn to be called after the plugin is loaded.

previous

OMNI_MODULE_ON_MODULE_LOAD

next

OMNI_MODULE_ON_MODULE_UNLOAD

NVIDIA NVIDIA

Copyright © 2018-2025, NVIDIA Corporation.

Last updated on Apr 22, 2025.