Revision 507372bb include/repoclient.h
include/repoclient.h | ||
---|---|---|
12 | 12 |
* Overall considerations: |
13 | 13 |
-# In the prototype, the Repository operates as a cental network resource (server). However, peers |
14 | 14 |
may execute several repoclient instances, and connect to several Repository servers at the same time. |
15 |
and has its own executable program, to be run independent of other GRAPES processes.
|
|
15 |
and has its own executable program, to be run independent of other NAPA processes.
|
|
16 | 16 |
-# The repository controller uses an internal network protocol for querying and publishing (inserting) measurement records, and this API defines the client side of this protocol. |
17 | 17 |
-# The following kinds of queries are supported: |
18 | 18 |
-# Metadata query: list of available (or implemented/supported) |
... | ... | |
72 | 72 |
in the same format what is used for the Publish call. Missing (NULL-valued) fields are omitted. |
73 | 73 |
*/ |
74 | 74 |
|
75 |
#include "grapes.h"
|
|
75 |
#include "napa.h"
|
|
76 | 76 |
#include "mon.h" |
77 | 77 |
|
78 | 78 |
/** Constraints are used in GetPeer and CountPeer functions to specify matching criteria for numeric-value MeasurementRecords */ |
Also available in: Unified diff