ifw-fgf 2.0.0
 
Loading...
Searching...
No Matches
nodeset.hpp
Go to the documentation of this file.
1
6
7 #ifndef NODESET_H_
8 #define NODESET_H_
9 #if __has_include(<open62541.h>)
10 #include <open62541.h>
11 #else
12 # include <open62541/server.h>
13 #include <open62541/plugin/log_stdout.h>
14 #include <open62541/nodeids.h>
15 #endif
17 UA_StatusCode nodeset(UA_Server *server, ifw::fgf::andor::CommAdapter* comm_adapter);
18 #endif /* NODESET_H_ */
19
UA_StatusCode nodeset(UA_Server *server, ifw::fgf::andor::CommAdapter *comm_adapter)
Definition nodeset.cpp:3892
Handles communication and interaction with the Andor camera.
Definition commAdapter.hpp:129