修改了基础的device生成

This commit is contained in:
2025-08-07 19:14:32 +08:00
parent 3159d3ae1a
commit c8ca5e1031
15 changed files with 724 additions and 451 deletions

View File

@@ -10,6 +10,19 @@ extern "C" {
#define DEVICE_ERR_INITED (-3)
#define DEVICE_ERR_NO_DEV (-4)
/* AUTO GENERATED SIGNALS BEGIN */
/* AUTO GENERATED SIGNALS END */
/* USER SIGNALS BEGIN */
/* USER SIGNALS END */
/*设备层通用Header*/
typedef struct {
bool online;
uint64_t last_online_time;
} DEVICE_Header_t;
#ifdef __cplusplus
}
#endif