2 Star 1 Fork 0

张浩 / dbcc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
2c.h 463 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef _2C_H
#define _2C_H
#ifdef __cplusplus
extern "C" {
#endif
#include "can.h"
#include <stdbool.h>
typedef struct {
bool use_id_in_name;
bool use_time_stamps;
bool use_doubles_for_encoding;
bool generate_print, generate_pack, generate_unpack;
bool generate_asserts;
bool generate_enum_can_ids;
int version;
} dbc2c_options_t;
int dbc2c(dbc_t *dbc, FILE *c, FILE *h, const char *name, dbc2c_options_t *copts);
#ifdef __cplusplus
}
#endif
#endif
C/C++
1
https://gitee.com/hao878/dbcc.git
git@gitee.com:hao878/dbcc.git
hao878
dbcc
dbcc
master

搜索帮助