Mstdlib-1.24.0
Progress

Functions

const char * M_fs_progress_get_path (const M_fs_progress_t *p)
 
M_fs_type_t M_fs_progress_get_type (const M_fs_progress_t *p)
 
M_fs_error_t M_fs_progress_get_result (const M_fs_progress_t *p)
 
M_uint64 M_fs_progress_get_count_total (const M_fs_progress_t *p)
 
M_uint64 M_fs_progress_get_count (const M_fs_progress_t *p)
 
M_uint64 M_fs_progress_get_size_total (const M_fs_progress_t *p)
 
M_uint64 M_fs_progress_get_size_total_progess (const M_fs_progress_t *p)
 
M_uint64 M_fs_progress_get_size_current (const M_fs_progress_t *p)
 
M_uint64 M_fs_progress_get_size_current_progress (const M_fs_progress_t *p)
 

Detailed Description

Function Documentation

◆ M_fs_progress_get_path()

const char * M_fs_progress_get_path ( const M_fs_progress_t p)

Get the path.

Parameters
[in]pProgress.
Returns
The path.

◆ M_fs_progress_get_type()

M_fs_type_t M_fs_progress_get_type ( const M_fs_progress_t p)

Get file type.

Parameters
[in]pProgress.
Returns
The type.

◆ M_fs_progress_get_result()

M_fs_error_t M_fs_progress_get_result ( const M_fs_progress_t p)

Get result of the operation at this stage for the current file being processed.

Parameters
[in]pProgress.
Returns
The result.

◆ M_fs_progress_get_count_total()

M_uint64 M_fs_progress_get_count_total ( const M_fs_progress_t p)

Get total number of files to process.

Parameters
[in]pProgress.
Returns
The total number of files.

◆ M_fs_progress_get_count()

M_uint64 M_fs_progress_get_count ( const M_fs_progress_t p)

Get current number being processing.

Parameters
[in]pProgress.
Returns
The current number being processed.

◆ M_fs_progress_get_size_total()

M_uint64 M_fs_progress_get_size_total ( const M_fs_progress_t p)

Get the total size of all files.

Parameters
[in]pProgress.
Returns
The total size.

◆ M_fs_progress_get_size_total_progess()

M_uint64 M_fs_progress_get_size_total_progess ( const M_fs_progress_t p)

Get total number of bytes that have been processed.

Parameters
[in]pProgress.
Returns
The number of bytes processed.

◆ M_fs_progress_get_size_current()

M_uint64 M_fs_progress_get_size_current ( const M_fs_progress_t p)

Get size of the current file.

Parameters
[in]pProgress.
Returns
The size of the current file.

◆ M_fs_progress_get_size_current_progress()

M_uint64 M_fs_progress_get_size_current_progress ( const M_fs_progress_t p)

Get number of bytes of the current file that have been processed.

Parameters
[in]pProgress.
Returns
The number of bytes processed for the current file.