AndroidDeployer Scol plugin
Functions | Variables
scolPlugin.cpp File Reference
#include <string>
#include <boost/filesystem.hpp>
#include "androidDeployer.h"

Go to the source code of this file.

Functions

SCOL_EXPORT int ScolLoadPlugin (mmachine m, cbmachine w)
 Starting point of the DLL Function to add in Scol usm.ini for loading dll.
 
SCOL_EXPORT int ScolUnloadPlugin ()
 Ending point of the DLL Function to add in Scol usm.ini for free dll.
 

Variables

ToolsPathBox toolsPathBox
 
cbmachine ww
 Scol machine declaration for MM macros.
 
mmachine mm
 

Function Documentation

◆ ScolLoadPlugin()

SCOL_EXPORT int ScolLoadPlugin ( mmachine  m,
cbmachine  w 
)

Starting point of the DLL Function to add in Scol usm.ini for loading dll.

Definition at line 53 of file scolPlugin.cpp.

◆ ScolUnloadPlugin()

SCOL_EXPORT int ScolUnloadPlugin ( )

Ending point of the DLL Function to add in Scol usm.ini for free dll.

Definition at line 86 of file scolPlugin.cpp.

Variable Documentation

◆ mm

mmachine mm

Definition at line 45 of file scolPlugin.cpp.

◆ toolsPathBox

ToolsPathBox toolsPathBox

Definition at line 37 of file scolPlugin.cpp.

◆ ww

cbmachine ww

Scol machine declaration for MM macros.

Definition at line 44 of file scolPlugin.cpp.