Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F543365
Decimation.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
1 KB
Referenced Files
None
Subscribers
None
Decimation.h
View Options
//===-- deluxe/executionpolicies/Decimation.h -------------------*- C++ -*-===//
//
// The RoSA Framework
//
//===----------------------------------------------------------------------===//
///
/// \file deluxe/executionpolicies/Decimation.h
///
/// \author David Juhasz (david.juhasz@tuwien.ac.at)
///
/// \date 2019
///
/// \brief Declaration of the DeluxeExecutionPolicy Decimation.
///
//===----------------------------------------------------------------------===//
#ifndef ROSA_LIB_DELUXE_EXECUTIONPOLICIES_DECIMATION_H
#define ROSA_LIB_DELUXE_EXECUTIONPOLICIES_DECIMATION_H
#include
"rosa/deluxe/DeluxeExecutionPolicy.h"
namespace
rosa
{
namespace
deluxe
{
class
Decimation
:
public
DeluxeExecutionPolicy
{
const
size_t
Rate
;
size_t
Cycle
;
public
:
Decimation
(
const
size_t
D
);
bool
canHandle
(
const
AgentHandle
H
,
const
DeluxeSystem
&
S
)
const
noexcept
override
;
bool
doExecute
(
const
std
::
vector
<
bool
>
&
InputChanged
)
noexcept
override
;
std
::
string
dump
(
void
)
const
noexcept
override
;
};
}
// End namespace deluxe
}
// End namespace rosa
#endif
// ROSA_LIB_DELUXE_EXECUTIONPOLICIES_DECIMATION_H
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Tue, Nov 11, 5:28 PM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
235916
Default Alt Text
Decimation.h (1 KB)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment