Pyrogenesis  trunk
Macros | Typedefs | Functions
DLL.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define EXPORT   extern "C"
 
#define LOG_INFO   0
 
#define LOG_WARNING   1
 
#define LOG_ERROR   2
 
#define COLLADA_CONVERTER_VERSION   3
 
#define INCLUDED_COLLADA_DLL
 
#define EXPORT   extern "C"
 
#define LOG_INFO   0
 
#define LOG_WARNING   1
 
#define LOG_ERROR   2
 
#define COLLADA_CONVERTER_VERSION   3
 

Typedefs

typedef void(* LogFn) (void *cb_data, int severity, const char *text)
 
typedef void(* OutputFn) (void *cb_data, const char *data, unsigned int length)
 

Functions

EXPORT void set_logger (LogFn logger, void *cb_data)
 
EXPORT int set_skeleton_definitions (const char *xml, int length)
 
EXPORT int convert_dae_to_pmd (const char *dae, OutputFn pmd_writer, void *cb_data)
 
EXPORT int convert_dae_to_psa (const char *dae, OutputFn psa_writer, void *cb_data)
 

Macro Definition Documentation

◆ COLLADA_CONVERTER_VERSION [1/2]

#define COLLADA_CONVERTER_VERSION   3

◆ COLLADA_CONVERTER_VERSION [2/2]

#define COLLADA_CONVERTER_VERSION   3

◆ EXPORT [1/2]

#define EXPORT   extern "C"

◆ EXPORT [2/2]

#define EXPORT   extern "C"

◆ INCLUDED_COLLADA_DLL

#define INCLUDED_COLLADA_DLL

◆ LOG_ERROR [1/2]

#define LOG_ERROR   2

◆ LOG_ERROR [2/2]

#define LOG_ERROR   2

◆ LOG_INFO [1/2]

#define LOG_INFO   0

◆ LOG_INFO [2/2]

#define LOG_INFO   0

◆ LOG_WARNING [1/2]

#define LOG_WARNING   1

◆ LOG_WARNING [2/2]

#define LOG_WARNING   1

Typedef Documentation

◆ LogFn

typedef void(* LogFn) (void *cb_data, int severity, const char *text)

◆ OutputFn

typedef void(* OutputFn) (void *cb_data, const char *data, unsigned int length)

Function Documentation

◆ convert_dae_to_pmd()

EXPORT int convert_dae_to_pmd ( const char *  dae,
OutputFn  pmd_writer,
void *  cb_data 
)

◆ convert_dae_to_psa()

EXPORT int convert_dae_to_psa ( const char *  dae,
OutputFn  psa_writer,
void *  cb_data 
)

◆ set_logger()

EXPORT void set_logger ( LogFn  logger,
void *  cb_data 
)

◆ set_skeleton_definitions()

EXPORT int set_skeleton_definitions ( const char *  xml,
int  length 
)