Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F10702293
MessagingSystem.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
635 B
Referenced Files
None
Subscribers
None
MessagingSystem.cpp
View Options
/*******************************************************************************
*
* File: MessagingSystem.cp
*
* Contents: Implementation of the class MessagingSystem.
*
* Copyright 2017
*
* Author: David Juhasz (david.juhasz@tuwien.ac.at)
*
******************************************************************************/
#include
"rosa/core/MessagingSystem.hpp"
#include
"MessagingSystemImpl.hpp"
namespace
rosa
{
std
::
unique_ptr
<
MessagingSystem
>
MessagingSystem
::
createSystem
(
const
std
::
string
&
Name
)
noexcept
{
return
std
::
unique_ptr
<
MessagingSystem
>
(
new
MessagingSystemImpl
(
Name
));
}
}
// End namespace rosa
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sun, May 31, 4:18 PM (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
322009
Default Alt Text
MessagingSystem.cpp (635 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment