OpenV2G
Macros | Functions | Variables
main_databinder.c File Reference
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include "iso1EXIDatatypes.h"
#include "iso1EXIDatatypesEncoder.h"
#include "iso1EXIDatatypesDecoder.h"
#include "iso2EXIDatatypes.h"
#include "iso2EXIDatatypesEncoder.h"
#include "iso2EXIDatatypesDecoder.h"
#include "ByteStream.h"

Macros

#define EXI_DEBUG   0
 
#define BUFFER_SIZE   4096
 
#define DEBUG_PRINTF(x)   do {} while (0)
 

Functions

int main_databinder (int argc, char *argv[])
 

Variables

uint8_t bufferIn [BUFFER_SIZE]
 
uint8_t bufferOut [BUFFER_SIZE]
 

Macro Definition Documentation

◆ BUFFER_SIZE

#define BUFFER_SIZE   4096

◆ DEBUG_PRINTF

#define DEBUG_PRINTF (   x)    do {} while (0)

◆ EXI_DEBUG

#define EXI_DEBUG   0

EXI Debug mode

Function Documentation

◆ main_databinder()

int main_databinder ( int  argc,
char *  argv[] 
)

Variable Documentation

◆ bufferIn

uint8_t bufferIn[BUFFER_SIZE]

◆ bufferOut

uint8_t bufferOut[BUFFER_SIZE]