OpenV2G
|
#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] |
#define BUFFER_SIZE 4096 |
#define DEBUG_PRINTF | ( | x | ) | do {} while (0) |
#define EXI_DEBUG 0 |
EXI Debug mode
int main_databinder | ( | int | argc, |
char * | argv[] | ||
) |
uint8_t bufferIn[BUFFER_SIZE] |
uint8_t bufferOut[BUFFER_SIZE] |