Global Namespace

Overview

// namespaces

namespace xilinx_apps;
    namespace xilinx_apps::cosinesim;

// 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.