#include "cport.h"
#include "exception.h"
#include <fstream>
#include <sstream>
#include <cctype>
#include <string>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
rcg | |
Functions | |
std::shared_ptr< GenApi::CNodeMapRef > | rcg::allocNodeMap (std::shared_ptr< const GenTLWrapper > gentl, void *port, CPort *cport, const char *xml=0) |
Convenience function that returns a GenICam node map from the given port. More... | |