ApraLinuxUtils 1.0.0
C++ utility library for embedded Linux systems
 
Loading...
Searching...
No Matches
apra::STORAGE_TYPE_STRING Class Reference

#include <StorageType.h>

Static Public Member Functions

static std::string getString (STORAGE_TYPE type)
 
static STORAGE_TYPE getEnum (std::string typeStr)
 

Detailed Description

Definition at line 23 of file StorageType.h.

Member Function Documentation

◆ getEnum()

STORAGE_TYPE apra::STORAGE_TYPE_STRING::getEnum ( std::string  typeStr)
static

Definition at line 34 of file StorageType.cpp.

References apra::EXT4, apra::FAT32, getString(), apra::NTFS, and apra::UNSUPPORTED.

Referenced by apra::StorageUSB::mountDevice().

◆ getString()

std::string apra::STORAGE_TYPE_STRING::getString ( STORAGE_TYPE  type)
static

Definition at line 17 of file StorageType.cpp.

References apra::EXT4, apra::FAT32, apra::NTFS, and apra::UNSUPPORTED.

Referenced by getEnum().


The documentation for this class was generated from the following files: