#include <Event.h>
Inherits openjaus::system::Accessable.
Inherited by openjaus::system::Exception.
◆ Event() [1/2]
openjaus::system::Event::Event |
( |
| ) |
|
◆ ~Event()
openjaus::system::Event::~Event |
( |
| ) |
|
|
virtual |
◆ Event() [2/2]
openjaus::system::Event::Event |
( |
std::string |
description | ) |
|
◆ getDescription()
std::string openjaus::system::Event::getDescription |
( |
| ) |
const |
◆ getMaxLoggingHz()
float openjaus::system::Event::getMaxLoggingHz |
( |
| ) |
const |
◆ getNameSpace()
std::string openjaus::system::Event::getNameSpace |
( |
| ) |
const |
◆ getTime()
const Time & openjaus::system::Event::getTime |
( |
void |
| ) |
const |
◆ isSave()
bool openjaus::system::Event::isSave |
( |
| ) |
const |
◆ setDescription()
bool openjaus::system::Event::setDescription |
( |
std::string |
description | ) |
|
- Parameters
-
description | The value of the new description. |
◆ setMaxLoggingHz()
bool openjaus::system::Event::setMaxLoggingHz |
( |
float |
maxLoggingHz | ) |
|
- Parameters
-
maxLoggingHz | The value of the new maxLoggingHz. |
◆ setNameSpace()
bool openjaus::system::Event::setNameSpace |
( |
std::string |
nameSpace | ) |
|
- Parameters
-
nameSpace | The value of the new nameSpace. |
◆ setSave()
bool openjaus::system::Event::setSave |
( |
bool |
save | ) |
|
- Parameters
-
save | The value of the new save. |
◆ setTime()
bool openjaus::system::Event::setTime |
( |
const Time & |
time | ) |
|
- Parameters
-
time | The value of the new time. |
◆ toString()
std::string openjaus::system::Event::toString |
( |
| ) |
const |
|
virtual |
◆ operator<< [1/2]
◆ operator<< [2/2]
◆ description
std::string openjaus::system::Event::description |
|
protected |
◆ maxLoggingHz
float openjaus::system::Event::maxLoggingHz |
|
protected |
◆ nameSpace
std::string openjaus::system::Event::nameSpace |
|
protected |
◆ save
bool openjaus::system::Event::save |
|
protected |
◆ time
Time openjaus::system::Event::time |
|
protected |
The documentation for this class was generated from the following files: