ICGroupCpuInfo.gen.h#

Fully qualified name: omni/platforminfo/ICGroupCpuInfo.gen.h

File members: omni/platforminfo/ICGroupCpuInfo.gen.h

// Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved.
//
// NVIDIA CORPORATION and its licensors retain all intellectual property
// and proprietary rights in and to this software, related documentation
// and any modifications thereto. Any use, reproduction, disclosure or
// distribution of this software and related documentation without an express
// license agreement from NVIDIA CORPORATION is strictly prohibited.
//
// --------- Warning: This is a build system generated file. ----------
//

#include <omni/core/OmniAttr.h>
#include <omni/core/Interface.h>
#include <omni/core/ResultError.h>

#include <functional>
#include <utility>
#include <type_traits>

#ifndef OMNI_BIND_INCLUDE_INTERFACE_IMPL

template <>
class omni::core::Generated<omni::platforminfo::ICGroupCpuInfo_abi> : public omni::platforminfo::ICGroupCpuInfo_abi
{
public:
    OMNI_PLUGIN_INTERFACE("omni::platforminfo::ICGroupCpuInfo")

    size_t getCpuSetLogicalCoreCount() noexcept;

    float getCoreUsageQuota() noexcept;

    size_t getCoreSetList(int32_t* cores, size_t maxCores) noexcept;
};

#endif

#ifndef OMNI_BIND_INCLUDE_INTERFACE_DECL

inline size_t omni::core::Generated<omni::platforminfo::ICGroupCpuInfo_abi>::getCpuSetLogicalCoreCount() noexcept
{
    return getCpuSetLogicalCoreCount_abi();
}

inline float omni::core::Generated<omni::platforminfo::ICGroupCpuInfo_abi>::getCoreUsageQuota() noexcept
{
    return getCoreUsageQuota_abi();
}

inline size_t omni::core::Generated<omni::platforminfo::ICGroupCpuInfo_abi>::getCoreSetList(int32_t* cores,
                                                                                            size_t maxCores) noexcept
{
    return getCoreSetList_abi(cores, maxCores);
}

#endif

#undef OMNI_BIND_INCLUDE_INTERFACE_DECL
#undef OMNI_BIND_INCLUDE_INTERFACE_IMPL