更新日期: 2022/06/01 来源: https://gitee.com/weharmony/kernel_liteos_a_note
HiLogEntry结构体 参考

成员变量

unsigned int len
 
unsigned int hdrSize
 
unsigned int pid: 16
 
unsigned int taskId: 16
 
unsigned int sec
 
unsigned int nsec
 
unsigned int reserved
 
char msg [0]
 

详细描述

在文件 los_hilog.c48 行定义.

结构体成员变量说明

◆ hdrSize

unsigned int HiLogEntry::hdrSize

在文件 los_hilog.c50 行定义.

◆ len

unsigned int HiLogEntry::len

在文件 los_hilog.c49 行定义.

◆ msg

char HiLogEntry::msg[0]

在文件 los_hilog.c56 行定义.

◆ nsec

unsigned int HiLogEntry::nsec

在文件 los_hilog.c54 行定义.

◆ pid

unsigned int HiLogEntry::pid

在文件 los_hilog.c51 行定义.

◆ reserved

unsigned int HiLogEntry::reserved

在文件 los_hilog.c55 行定义.

◆ sec

unsigned int HiLogEntry::sec

在文件 los_hilog.c53 行定义.

◆ taskId

unsigned int HiLogEntry::taskId

在文件 los_hilog.c52 行定义.


该结构体的文档由以下文件生成: