Skip to content

Files

Latest commit

 

History

History
37 lines (30 loc) · 1.08 KB

Readme.md

File metadata and controls

37 lines (30 loc) · 1.08 KB

Pavailion Nine Sdk _Interface

Precompile Macro

  • Setup Build Environment
#define I_AM_WINDOWS_MSVC

define build environment, including I_AM_WINDOWS_MSVC, I_AM_LINUX_GCC.

  • Setup Application Name
#define SERVICE_NAME "TestApplication"

define application name, this string would be used in global application terminator.

  • Setup Debug Calibration
#define DEBUG_CALIBRATION DEBUG_FULL

define debug calibration level, including DEBUG_FULL, DEBUG_CRIT, DEBUG_HALF, DEBUG_NONE. see more detail in Sdk Debug Calibration

Include _Interface Header

  • Standard _Interface
#include "./_Interface.hpp"

standard p9 sdk interface, only P9 Sdk symbol being imported.

  • Extensive _Interface
#include "./_InterfaceExt.hpp"

extensive p9 sdk interface, support advanced features: