Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
global.h File Reference
#include <misc/gen/target.h>
Include dependency graph for misc/global.h:

Go to the source code of this file.

Macros

#define _MISC_DATA   TARGET_IMPORT
 
#define _MISC_FUNC   TARGET_IMPORT
 
#define _MISC_CLASS   TARGET_IMPORT
 

Detailed Description

`
This include-file determines the way the classes and functions in the library are exported.
It determines Whether they are used as a dynamic or as application and static library.
When building this Dynamic Library then _MISC_PKG (package) should be defined.

List of the declaration modifiers for types:
  classes:  _MISC_CLASS
  Function: _MISC_FUNC
  Data:     _MISC_DATA

  Add compiler definition flags:
  _MISC_PKG when building a dynamic library (package)
  _MISC_ARC when including it in a compilation or using it as an archive.

Macro Definition Documentation

◆ _MISC_CLASS

#define _MISC_CLASS   TARGET_IMPORT

◆ _MISC_DATA

#define _MISC_DATA   TARGET_IMPORT

◆ _MISC_FUNC

#define _MISC_FUNC   TARGET_IMPORT