remove generated parser
This commit is contained in:
parent
a5cadcd80b
commit
dd67998446
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/build
|
||||
/coverage
|
||||
/tmp
|
||||
/vcd_parser.*
|
||||
|
2627
vcd_parser.c
2627
vcd_parser.c
File diff suppressed because it is too large
Load Diff
45
vcd_parser.h
45
vcd_parser.h
@ -1,45 +0,0 @@
|
||||
#ifndef INCLUDE_VCD_PARSER_H_
|
||||
#define INCLUDE_VCD_PARSER_H_
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef struct vcd_parser_s vcd_parser_t;
|
||||
struct vcd_parser_s {
|
||||
int32_t _index;
|
||||
void* _span_pos0;
|
||||
void* _span_cb0;
|
||||
void* _span_pos1;
|
||||
void* _span_cb1;
|
||||
int32_t error;
|
||||
const char* reason;
|
||||
const char* error_pos;
|
||||
void* data;
|
||||
void* _current;
|
||||
uint8_t command;
|
||||
uint8_t type;
|
||||
uint32_t size;
|
||||
uint64_t time;
|
||||
void* trigger;
|
||||
void* triee;
|
||||
void* lifee;
|
||||
void* info;
|
||||
void* value;
|
||||
void* mask;
|
||||
uint32_t digitCount;
|
||||
void* tmpStr;
|
||||
void* tmpStr2;
|
||||
uint32_t stackPointer;
|
||||
void* id;
|
||||
void* napi_env;
|
||||
};
|
||||
|
||||
int vcd_parser_init(vcd_parser_t* s);
|
||||
int vcd_parser_execute(vcd_parser_t* s, const char* p, const char* endp);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
#endif /* INCLUDE_VCD_PARSER_H_ */
|
Loading…
x
Reference in New Issue
Block a user