Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F10711766
StateDetector.hpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
1 KB
Referenced Files
None
Subscribers
None
StateDetector.hpp
View Options
//===-- rosa/agent/StateDetector.hpp ----------------------------*- C++ -*-===//
//
// The RoSA Framework
//
//===----------------------------------------------------------------------===//
///
/// \file rosa/agent/StateDetector.hpp
///
/// \author Maximilian Götzinger (maximilian.goetzinger@tuwien.ac.at)
///
/// \date 2019
///
/// \brief Definition of *state detection* *functionality*.
///
//===----------------------------------------------------------------------===//
#ifndef ROSA_AGENT_STATEDETECTOR_HPP
#define ROSA_AGENT_STATEDETECTOR_HPP
#include
"rosa/agent/Functionality.h"
namespace
rosa
{
namespace
agent
{
/// A special \c rosa::Agent with its own state. XXX
template
<
typename
D
>
class
StateDetector
:
public
Functionality
{
private
:
unsigned
int
discreteAveragePartitionCounter
;
vector
<
States
>
DetectedStates
;
bool
stateIsValid
;
bool
stateIsValidAfterReentrance
;
PartialFunction
<
D
,
D
>
ConfidenceSimilarToSample
;
public
:
};
}
// End namespace agent
}
// End namespace rosa
#endif
// ROSA_AGENT_STATEDETECTOR_HPP
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sun, May 31, 5:22 PM (18 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
329519
Default Alt Text
StateDetector.hpp (1 KB)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment