ODB to Gerber Web page header

ODB++2GBR API

Introduction

The ODB++2GBR translator is supplied as a library. The API for the library is shown below.



openODB

This call is used to initialize the library. It is mandatory and is always the first call made when using the library. This function also makes several checks to insure that the ODB++ structure is valid by checking for the presence of the matrix folder/file, step folders and layer folders.


int ACS_openODB 
    (
     char * odbName, 
     char * workingDir, 
     struct ODB_InputParam * odbInitPtr
    );

Arguments