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.
Fork of mbed_fota by
Diff: ext_fota/MsgQueue.cpp
- Revision:
- 8:9eec2c246a85
- Parent:
- 1:5cf3a6c969be
- Child:
- 9:fcf91f563147
--- a/ext_fota/MsgQueue.cpp Mon Jul 20 09:22:15 2015 +0000 +++ b/ext_fota/MsgQueue.cpp Thu Aug 20 05:16:55 2015 +0000 @@ -1,6 +1,22 @@ +/** + * @file MsgQueue.cpp + * @brief Ble message queue + * Copyright 2015 SEVENCORE Co., Ltd. + * + * @author HyeongJun Kim + * @version 1.0.0 + * @date 2015-08-19 +*/ #include "MsgQueue.h" #include "mbed.h" - +/** + **************************************************************************************** + * @addtogroup ext_fota module + * @brief Ble message Queue Class Method Definition. + * + * @{ + **************************************************************************************** + */ namespace sevencore_fota{ MsgQueue::MsgQueue(int MaxSize):MaxNum(MaxSize)