Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1497996
MessagingSystem.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
917 B
Referenced Files
None
Subscribers
None
MessagingSystem.cpp
View Options
//===-- core/MessagingSystem.cpp --------------------------------*- C++ -*-===//
//
// The RoSA Framework
//
//===----------------------------------------------------------------------===//
///
/// \file core/MessagingSystem.cpp
///
/// \author David Juhasz (david.juhasz@tuwien.ac.at)
///
/// \date 2017
///
/// \brief Implementation of rosa/core/MessagingSystem.hpp.
///
//===----------------------------------------------------------------------===//
#include
"rosa/core/MessagingSystem.hpp"
#include
"rosa/core/Agent.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
));
}
void
MessagingSystem
::
destroyAgent
(
const
AgentHandle
&
H
)
noexcept
{
destroyUnit
(
unwrapAgent
(
H
));
}
}
// End namespace rosa
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sun, Mar 1, 10:20 PM (1 d, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
277711
Default Alt Text
MessagingSystem.cpp (917 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment