|
|
#include <VisionX/libraries/armem_human/client/HumanActivityReader.h>
Inheritance diagram for ActivityReader:Classes | |
| struct | Query |
| struct | Result |
Public Member Functions | |
| Result | query (const Query &query, bool latest) const |
| std::vector< HumanActivity > | queryActivitiesForPerson (const std::string &firstName, const std::string &lastName, const Duration &maxAge, const std::string &providerName="") |
| std::optional< HumanActivity > | queryLatestActivityForPerson (const std::string &firstName, const std::string &lastName, const std::string &providerName="") |
| SimpleReaderBase () | |
| ~ActivityReader () 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< HumanActivity > | asHumanActivities (const wm::ProviderSegment &providerSegment, const DateTime ×tamp, const Duration &maxAge) const |
| ::armarx::armem::client::query::Builder | buildLatestQuery (const Query &query) 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 33 of file HumanActivityReader.h.
|
overridedefault |
|
protected |
Definition at line 64 of file HumanActivityReader.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 41 of file HumanActivityReader.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 18 of file HumanActivityReader.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overrideprotectedvirtual |
Implements SimpleReaderBase.
Definition at line 110 of file HumanActivityReader.cpp.
|
overrideprotectedvirtual |
Implements SimpleReaderBase.
Definition at line 104 of file HumanActivityReader.cpp.
| ActivityReader::Result query | ( | const Query & | query, |
| bool | latest ) const |
Definition at line 116 of file HumanActivityReader.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| std::vector< HumanActivity > queryActivitiesForPerson | ( | const std::string & | firstName, |
| const std::string & | lastName, | ||
| const Duration & | maxAge, | ||
| const std::string & | providerName = "" ) |
| std::optional< HumanActivity > queryLatestActivityForPerson | ( | const std::string & | firstName, |
| const std::string & | lastName, | ||
| const std::string & | providerName = "" ) |
| SimpleReaderBase | ( | ) |
Definition at line 49 of file SimpleReaderBase.cpp.