XFusion API v1.3.0
载入中...
搜索中...
未找到
_xf_vfs_entry_t结构体 参考

#include <xf_vfs_private.h>

_xf_vfs_entry_t 的协作图:
Collaboration graph

成员变量

int flags
 
const xf_vfs_fs_ops_tvfs
 
char path_prefix [XF_VFS_PATH_MAX]
 
size_t path_prefix_len
 
void * ctx
 
int offset
 

详细描述

Copyright (c) 2024, CorAL. This file has been modified by CorAL under the terms of the Apache License, Version 2.0.

Modifications:

  • Modified by CorAL on 2025-01-10:
    1. modified the naming to prevent conflict with the original project.
    2. Remove posix docking, compatible with other platforms.
    3. removed esp-idf related dependencies.
    4. trimmed termios and other functions.

在文件 xf_vfs_private.h49 行定义.

结构体成员变量说明

◆ flags

int flags

XF_VFS_FLAG_CONTEXT_PTR and/or XF_VFS_FLAG_READONLY_FS or XF_VFS_FLAG_DEFAULT

在文件 xf_vfs_private.h50 行定义.

◆ vfs

const xf_vfs_fs_ops_t* vfs

在文件 xf_vfs_private.h51 行定义.

◆ path_prefix

char path_prefix[XF_VFS_PATH_MAX]

在文件 xf_vfs_private.h52 行定义.

◆ path_prefix_len

size_t path_prefix_len

在文件 xf_vfs_private.h53 行定义.

◆ ctx

void* ctx

在文件 xf_vfs_private.h54 行定义.

◆ offset

int offset

在文件 xf_vfs_private.h55 行定义.


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