Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F25860314
Module.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
734 B
Referenced Files
None
Subscribers
None
Module.h
View Options
/*******************************************************************************
*
* File: Module.h
*
* Contents: Declaration of Module base-class
*
* Copyright 2017
*
* Author: David Juhasz (david.juhasz@tuwien.ac.at)
*
******************************************************************************/
#ifndef ROSA_AGENT_MODULE_H
#define ROSA_AGENT_MODULE_H
namespace
rosa
{
namespace
agent
{
// Base class for actual Modules that implement various concepts of
// self-awareness and are supposed to be used in the implementation of Agents.
class
Module
{
public
:
Module
(
void
)
noexcept
=
default
;
virtual
~
Module
(
void
)
=
default
;
};
}
// End namespace agent
}
// End namespace rosa
#endif
// ROSA_AGENT_MODULE_H
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sat, Aug 29, 4:47 PM (20 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
348095
Default Alt Text
Module.h (734 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment