Spinnaker SDK C++
4.1.0.157
 
 

 
Loading...
Searching...
No Matches
Spinnaker Platform

Platform-specific header file for Spinnaker. More...

Macros

#define SPINNAKER_API_ABSTRACT   /*nothing*/
 
#define SPINNAKER_API   __attribute__((visibility("default")))
 
#define SPINNAKER_LOCAL   __attribute__((visibility("hidden")))
 

Detailed Description

Platform-specific header file for Spinnaker.

All the platform-specific code that is required by individual compilers to produce the appropriate code for each platform.

Macro Definition Documentation

◆ SPINNAKER_API

#define SPINNAKER_API   __attribute__((visibility("default")))

◆ SPINNAKER_API_ABSTRACT

#define SPINNAKER_API_ABSTRACT   /*nothing*/

◆ SPINNAKER_LOCAL

#define SPINNAKER_LOCAL   __attribute__((visibility("hidden")))