ifw-fgf 2.0.0
 
Loading...
Searching...
No Matches
nodeset.hpp
Go to the documentation of this file.
1
2 #ifndef NODESET_H_
3 #define NODESET_H_
4 #if __has_include(<open62541.h>)
5 #include <open62541.h>
6 #else
7 # include <open62541/server.h>
8 #include <open62541/plugin/log_stdout.h>
9 #include <open62541/nodeids.h>
10 #endif
12 UA_StatusCode nodeset(UA_Server *server, sbss::fgf::dvc::CommAdapter* comm_adapter);
13 #endif /* NODESET_H_ */
14
UA_StatusCode nodeset(UA_Server *server, ifw::fgf::andor::CommAdapter *comm_adapter)
Definition nodeset.cpp:3892
FrameGrabber Communication Adapter.
Definition commAdapter.hpp:59
Frame Grabber Communication Adapter - Class definition.