Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SDFileSystem_Warning_Fixed
Diff: SD_PlayerSkeleton.hpp
- Revision:
- 4:d730d024ac32
- Parent:
- 2:511479736d6e
- Child:
- 5:7c8f0fc9dfb6
--- a/SD_PlayerSkeleton.hpp Wed Nov 02 12:59:58 2016 +0000
+++ b/SD_PlayerSkeleton.hpp Mon Nov 07 00:54:55 2016 +0000
@@ -1,7 +1,7 @@
//--------------------------------------------------------------
// SD プレーヤー用抽象基底クラス(ヘッダ)
//
-// 2016/10/02, Copyright (c) 2016 MIKAMI, Naoki
+// 2016/11/07, Copyright (c) 2016 MIKAMI, Naoki
//--------------------------------------------------------------
#ifndef F746_SD_PLAYER_SKELETON_HPP
@@ -37,6 +37,7 @@
SD_WavReader sdReader_; // SD カード読み込み用オブジェクト
string GetFileName() { return fileName_; }
+ string GetFileNameNoExt();
private:
string fileName_; // 選択されたファイル名
@@ -71,3 +72,4 @@
};
}
#endif // F746_SD_PLAYER_SKELETON_HPP
+