 |
DCS_SDK
2.0.0
TCP/IP control library for Ai DCS-100E and DCS-103E
|
Go to the documentation of this file.
4 #if defined(_WIN32) && defined(BUILD_SHARED)
6 #define DCS_EXPORT __declspec(dllexport)
8 #define DCS_EXPORT __declspec(dllexport)
38 static DCS_Info parse(
const std::string& idn, std::string host);
40 static std::vector<DCS_Info> findAllInNetwork(
bool global =
false);
42 const std::string& name()
const;
43 const std::string& lighthead()
const;
44 const std::string& firmware()
const;
45 const std::string& host()
const;
52 std::string _firmware;
53 std::string _lighthead;
57 DCS_Info(
const std::string& name,
const std::string& firm,
const DCS_Type type);
@ DCS_100E
An enum constant representing the DCS-100E (single output, three channel) device.
DCS_Type
Values that represents the type of DCS connected.
Definition: DCS_Info.h:22
@ DCS_103E
An enum constant representing the DCS-103E (three output, single channel per output) device.
Namespace containing AI-created functions and classes.
Definition: DCS100.h:20
#define DCS_EXPORT
Definition: DCS_Info.h:11
Class containing information about a DCS-100 device.
Definition: DCS_Info.h:32