fix:更新注释等
This commit is contained in:
@@ -1,8 +1,18 @@
|
||||
|
||||
/**
|
||||
******************************************************************************
|
||||
* @file User\Global\g_dcpile.h
|
||||
* @author 路淮
|
||||
* @version v0.1
|
||||
* @date 2026-05-21
|
||||
* @brief 充电桩管理头文件
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#ifndef __DC_PILE_H
|
||||
#define __DC_PILE_H
|
||||
|
||||
/* includes ----------------------------------------------------------------------------------------------*/
|
||||
/* includes ------------------------------------------------------------------*/
|
||||
#include "global.h"
|
||||
|
||||
#define MAX_CHARGER_COUNT 2 // 充电桩数量
|
||||
@@ -37,7 +47,6 @@ typedef struct
|
||||
PACK_DATA_0X3B fee_data; // 计费数据
|
||||
PACK_DATA_0X23 bms_demand; // 充电过程BMS需求、充电机输出
|
||||
PACK_DATA_0X25 bms_info; // 充电过程BMS信息
|
||||
|
||||
} ChargerGun;
|
||||
|
||||
/* 单个充电桩结构体*/
|
||||
|
||||
Reference in New Issue
Block a user