Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1497281
DeluxeSystemImpl.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
1 KB
Referenced Files
None
Subscribers
None
DeluxeSystemImpl.cpp
View Options
//===-- deluxe/DeluxeSystemImpl.cpp -----------------------------*- C++ -*-===//
//
// The RoSA Framework
//
//===----------------------------------------------------------------------===//
///
/// \file deluxe/DeluxeSystemImpl.cpp
///
/// \author David Juhasz (david.juhasz@tuwien.ac.at)
///
/// \date 2017
///
/// \brief Implementation of deluxe/DeluxeSystemImpl.hpp.
///
//===----------------------------------------------------------------------===//
#include
"DeluxeSystemImpl.hpp"
namespace
rosa
{
namespace
deluxe
{
DeluxeSystemImpl
::
DeluxeSystemImpl
(
const
std
::
string
&
Name
)
noexcept
:
DeluxeSystem
(),
MessagingSystemImpl
(
Name
)
{
LOG_TRACE
(
"System '"
+
Name
+
"' has a deluxe flavor"
);
}
bool
DeluxeSystemImpl
::
isDeluxeSensor
(
const
AgentHandle
&
H
)
const
noexcept
{
return
unwrapAgent
(
H
).
Kind
==
atoms
::
SensorKind
;
}
bool
DeluxeSystemImpl
::
isDeluxeAgent
(
const
AgentHandle
&
H
)
const
noexcept
{
return
unwrapAgent
(
H
).
Kind
==
atoms
::
AgentKind
;
}
}
// End namespace deluxe
}
// End namespace rosa
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sun, Mar 1, 9:31 PM (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
277516
Default Alt Text
DeluxeSystemImpl.cpp (1 KB)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment