Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F10707694
MessagingSystemImpl.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
821 B
Referenced Files
None
Subscribers
None
MessagingSystemImpl.cpp
View Options
/*******************************************************************************
*
* File: MessagingSystemImpl.cpp
*
* Contents: Implementation of the MessagingSystemImpl class.
*
* Copyright 2017
*
* Author: David Juhasz (david.juhasz@tuwien.ac.at)
*
******************************************************************************/
#include
"MessagingSystemImpl.hpp"
#include
"rosa/core/Agent.hpp"
namespace
rosa
{
MessagingSystemImpl
::
MessagingSystemImpl
(
const
std
::
string
&
Name
)
noexcept
:
MessagingSystem
(),
SystemImpl
(
Name
)
{
LOG_TRACE
(
"System '"
+
Name
+
"' is a MessagingSystem"
);
}
void
MessagingSystemImpl
::
send
(
const
AgentHandle
&
H
,
message_t
&&
M
)
noexcept
{
ASSERT
(
&
unwrapSystem
(
H
)
==
this
&&
isUnitRegistered
(
unwrapAgent
(
H
)));
unwrapAgent
(
H
)(
*
M
);
}
}
// End namespace rosa
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sun, May 31, 4:54 PM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
321742
Default Alt Text
MessagingSystemImpl.cpp (821 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment