/* * Copyright information and license terms for this software can be * found in the file LICENSE that is included with the distribution */ // The simplest possible PVA get #include #include "pv/clientFactory.h" #include "pv/pvaTestClient.h" int main(int argc, char *argv[]) { try { if(argc<=1) { std::cerr<<"Usage: "<\n"; return 1; } epics::pvAccess::ClientFactory::start(); TestClientProvider provider("pva"); TestClientChannel channel(provider.connect(argv[1])); std::cout<