#define ZIVID_CORE_EXPORT
Definition CoreExport.h:56
A hostname or IPv4 address identifying a specific Zivid camera for direct connection.
Definition CameraAddress.h:55
ZIVID_CORE_EXPORT std::string toString() const
Get a string representation of the address.
ZIVID_CORE_EXPORT const std::string & value() const
Get the address value.
ZIVID_CORE_EXPORT bool operator!=(const CameraAddress &other) const
Comparison operator.
ZIVID_CORE_EXPORT CameraAddress(std::string value)
Construct a CameraAddress from a hostname or IPv4 address string.
ZIVID_CORE_EXPORT bool operator==(const CameraAddress &other) const
Comparison operator.
The main Zivid namespace. All Zivid code is found here.
Definition Application.h:85
std::ostream & operator<<(std::ostream &stream, const Array1D< T > &array)
Serialize array information to a stream.
Definition Array1D.h:183