|
Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
|
A ServiceMatcher that matches a Service if it can run on a given Resource. More...
#include <service_matcher.h>
Data Fields | |
| ServiceMatcher | rsm_base_matcher |
| The base matcher. More... | |
| DataResource * | rsm_resource_p |
| The Resource to test if a Service can operate upon. More... | |
| Handler * | rsm_handler_p |
| The Handler to access the Resource. More... | |
Data Fields inherited from ServiceMatcher | |
| RunServiceMatcherCallback | sm_match_fn |
| Callback function to run against a given Service to see if is a match. More... | |
| DestroyServiceMatcherCallback | sm_destroy_fn |
| Callback to call when destroying a custom ServiceMatcher. More... | |
A ServiceMatcher that matches a Service if it can run on a given Resource.
| ServiceMatcher rsm_base_matcher |
The base matcher.
| DataResource* rsm_resource_p |
The Resource to test if a Service can operate upon.