TABLE OF CONTENTS

 

[Modules] calypso_intercode_to_struct.c

NAME

   calypso_intercode_to_struct.c

DESCRIPTION

   Translation of INTERCODE records to C structures

COPYRIGHT

AUTHOR

   Johann Dantant / PRO ACTIVE

HISTORY

   JDA 25/03/2009 : first public release
   JDA 16/12/2009 : major rework, separated pure parser from XML stuff

[Functions] CalypsoDecodeContractRecord

NAME

   CalypsoDecodeContractRecord

DESCRIPTION

   Parse a record from the Contracts file

INPUTS

   P_CALYPSO_CTX        ctx    : library context
   const BYTE           data[] : the record
   DWORD                size   : size of the record
   CALYPSO_CONTRACT_ST *target : destination structure

RETURNS

   CALYPSO_RC

[Functions] CalypsoDecodeEnvAndHolderRecord

NAME

   CalypsoDecodeEnvAndHolderRecord

DESCRIPTION

   Parse the ENV

INPUTS

   P_CALYPSO_CTX            ctx    : library context
   const BYTE               data[] : the record
   DWORD                    size   : size of the record
   CALYPSO_ENVANDHOLDER_ST *target : destination structure

RETURNS

   CALYPSO_RC

Generated from calypso_intercode_to_struct.c on Mon Aug 18 16:38:26 2014