Global Namespace

Overview

// namespaces

namespace xilinx_apps;
    namespace xilinx_apps::cosinesim;

// global functions

XILINX_COSINESIM_IMPL_DECL xilinx_apps::cosinesim::ImplBase* xilinx_cosinesim_createImpl(
    const xilinx_apps::cosinesim::Options& options,
    unsigned valueSize
    );

XILINX_COSINESIM_IMPL_DECL void xilinx_cosinesim_destroyImpl(xilinx_apps::cosinesim::ImplBase* pImpl);

// macros

#define XILINX_COSINESIM_IMPL_DECL

Detailed Documentation

Macros

#define XILINX_COSINESIM_IMPL_DECL

Define this macro to make functions in cosinesim_loader.cpp inline instead of extern. You would use this macro when including cosinesim_loader.cpp in a header file, as opposed to linking with libXilinxCosineSim_loader.a.