|
|
#include <RobotAPI/libraries/armem_task_outcome/client/TaskOutcomeReader.h>
Inheritance diagram for TaskOutcomeReader:Classes | |
| struct | Query |
| struct | Result |
Public Member Functions | |
| Result | query (const Query &query) const |
| std::vector< TaskOutcome > | queryByTaskType (TaskType taskType, const Duration &maxAge) const |
| std::vector< TaskOutcome > | queryFailures (const Duration &maxAge) const |
| SimpleReaderBase () | |
| ~TaskOutcomeReader () override | |
Public Member Functions inherited from SimpleReaderBase | |
| virtual void | connect (armarx::armem::client::MemoryNameSystem &mns) |
| const Properties & | properties () const |
| void | registerPropertyDefinitions (armarx::PropertyDefinitionsPtr &def) |
| void | setProperties (const Properties &p) |
| SimpleReaderBase () | |
| virtual | ~SimpleReaderBase ()=default |
Protected Member Functions | |
| std::vector< TaskOutcome > | asTaskOutcomes (const wm::ProviderSegment &providerSegment, const DateTime ×tamp, const Duration &maxAge, const std::optional< TaskType > &taskTypeFilter, const std::optional< TaskOutcomeType > &outcomeFilter) const |
| ::armarx::armem::client::query::Builder | buildQuery (const Query &query) const |
| Properties | defaultProperties () const override |
| std::string | propertyPrefix () const override |
Protected Member Functions inherited from SimpleReaderBase | |
| const armem::client::Reader & | memoryReader () const |
Definition at line 12 of file TaskOutcomeReader.h.
|
overridedefault |
|
protected |
Definition at line 41 of file TaskOutcomeReader.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 18 of file TaskOutcomeReader.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overrideprotectedvirtual |
Implements SimpleReaderBase.
Definition at line 104 of file TaskOutcomeReader.cpp.
|
overrideprotectedvirtual |
Implements SimpleReaderBase.
Definition at line 98 of file TaskOutcomeReader.cpp.
| TaskOutcomeReader::Result query | ( | const Query & | query | ) | const |
Definition at line 110 of file TaskOutcomeReader.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| std::vector< TaskOutcome > queryByTaskType | ( | TaskType | taskType, |
| const Duration & | maxAge ) const |
| std::vector< TaskOutcome > queryFailures | ( | const Duration & | maxAge | ) | const |
| SimpleReaderBase | ( | ) |
Definition at line 49 of file SimpleReaderBase.cpp.