Config.h File Reference

Go to the source code of this file.

Macros

#define TE_ST_DATALOADER_FROM_DS   "STDATALOADERFROMDS"
 The st data loader from a general data source identifier string. More...
 
#define TE_ST_DATALOADER_FROM_MEMDS   "STDATALOADERFROMMEMDS"
 The st data loader from a st in-memory data source identifier string. More...
 
#define TE_ST_MODULE_NAME   "te.st"
 The st module identifier string. More...
 
#define TE_STMEMORY_DATASOURCE_ID   "STMEMORYDS"
 The global id of the st memory data source. More...
 
DLL/LIB Module

Flags for building TerraLib ST module as a DLL or as a Static Library

#define TESTEXPORT
 You can use this macro in order to export/import classes and functions from this module. More...
 

Macro Definition Documentation

#define TE_ST_DATALOADER_FROM_DS   "STDATALOADERFROMDS"

The st data loader from a general data source identifier string.

Definition at line 41 of file Config.h.

#define TE_ST_DATALOADER_FROM_MEMDS   "STDATALOADERFROMMEMDS"

The st data loader from a st in-memory data source identifier string.

Definition at line 48 of file Config.h.

#define TE_ST_MODULE_NAME   "te.st"

The st module identifier string.

Definition at line 34 of file Config.h.

#define TE_STMEMORY_DATASOURCE_ID   "STMEMORYDS"

The global id of the st memory data source.

Definition at line 55 of file Config.h.

#define TESTEXPORT

You can use this macro in order to export/import classes and functions from this module.

Note
If you want to compile TerraLib ST module as DLL in Windows, remember to insert TESTDLL into the project's list of defines.
If you want to compile TerraLib ST module as a Static Library under Windows, remember to insert the TESTSTATIC flag into the project list of defines.

Definition at line 88 of file Config.h.