ApraLinuxUtils 1.0.0
C++ utility library for embedded Linux systems
 
Loading...
Searching...
No Matches
StorageType.h
Go to the documentation of this file.
1/*
2 * StorageType.h
3 *
4 * Copyright (c) 2024 Apra Labs
5 *
6 * This file is part of ApraUtils.
7 *
8 * Licensed under the MIT License.
9 * See LICENSE file in the project root for full license information.
10 */
11
12#ifndef INCLUDES_APRA_CONSTANTS_STORAGETYPE_H_
13#define INCLUDES_APRA_CONSTANTS_STORAGETYPE_H_
14#include <string>
15
16namespace apra
17{
22
24{
25public:
26 static std::string getString(STORAGE_TYPE type);
27 static STORAGE_TYPE getEnum(std::string typeStr);
28};
29
30} /* namespace apra */
31
32#endif /* INCLUDES_APRA_CONSTANTS_STORAGETYPE_H_ */
static STORAGE_TYPE getEnum(std::string typeStr)
static std::string getString(STORAGE_TYPE type)
STORAGE_TYPE
Definition StorageType.h:19
@ UNSUPPORTED
Definition StorageType.h:20
@ FAT32
Definition StorageType.h:20