|
openDAQ
Open data acquisition platform
|
Collaboration diagram for Tags:Modules | |
| Factories | |
Functions | |
| daq::ListPtr< daq::IString > | getList () const |
| Gets the list of all tags in the list. More... | |
| daq::Bool | contains (const daq::StringPtr &name) const |
| Checks whether a tag is present in the list of tags. More... | |
| daq::Bool | query (const daq::StringPtr &query) const |
Queries the list of tags, creating an EvalValue expression from the query string. Returns true if the list of tags matches the query, false otherwise. More... | |
|
inline |
Checks whether a tag is present in the list of tags.
| name | The name of the tag being checked. |
|
inline |
Gets the list of all tags in the list.
|
inline |
Queries the list of tags, creating an EvalValue expression from the query string. Returns true if the list of tags matches the query, false otherwise.
| query | The query string. I.e. "tag1 || (tag2 && tag3)" |