Zivid
1.0.1+3607.8a7510c4
Zivid API
|
The version information for installed software at the time of image capture More...
#include <FrameInfo.h>
Classes | |
class | ZividAPI |
Version information for the Zivid API library More... | |
class | ZividCameraFile |
Version information for the ZividCameraFile driver More... | |
class | ZividCameraToshibaTeli |
Version information for the ZividCameraToshibaTeli driver More... | |
class | ZividStudio |
Version information for the ZividStudio applicaton More... | |
Static Public Attributes | |
static constexpr bool | isContainer {true} |
Whether this node contains child values More... | |
static constexpr const char * | path {"SoftwareVersion"} |
The full path for this value More... | |
static constexpr const char * | name {"SoftwareVersion"} |
The name of this value More... | |
Friends | |
std::ostream & | operator<< (std::ostream &stream, const SoftwareVersion &value) |
Operator to send the value as string to a stream More... | |
std::istream & | operator>> (std::istream &stream, SoftwareVersion &value) |
Operator to set the value from a stream More... | |
The version information for installed software at the time of image capture
|
explicit |
Construct object by loading from file
|
inline |
Run the given function on each direct member with the value of the member as parameter
|
inline |
Run the given function on each direct member with the value of the member as parameter
std::string Zivid::FrameInfo::SoftwareVersion::getString | ( | const std::string & | fullPath | ) | const |
Get a value as string by specifying the path
void Zivid::FrameInfo::SoftwareVersion::load | ( | const std::string & | fileName | ) |
Load from the given file
bool Zivid::FrameInfo::SoftwareVersion::operator!= | ( | const SoftwareVersion & | other | ) | const |
Inequality operator
bool Zivid::FrameInfo::SoftwareVersion::operator== | ( | const SoftwareVersion & | other | ) | const |
Equality operator
void Zivid::FrameInfo::SoftwareVersion::save | ( | const std::string & | fileName | ) | const |
Save to the given file
void Zivid::FrameInfo::SoftwareVersion::set | ( | const std::string & | fullPath, |
const std::string & | value | ||
) |
Set a value from string by specifying the path
|
inline |
Set ZividStudio
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Set ZividAPI
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Set ZividCameraFile
|
inline |
|
inline |
|
inline |
|
inline |
void Zivid::FrameInfo::SoftwareVersion::setFromString | ( | const std::string & | value | ) |
Set from the given string
std::string Zivid::FrameInfo::SoftwareVersion::toString | ( | ) | const |
Get the value as string
|
inline |
Traverse the entire tree using the given function with the value of the member as parameter
|
inline |
Traverse all members using the given function with the value of the member as parameter
|
inline |
Get ZividCameraFile
|
inline |
|
inline |
Get ZividStudio
|
friend |
Operator to send the value as string to a stream
|
friend |
Operator to set the value from a stream
|
static |
Whether this node contains child values
|
static |
The name of this value
|
static |
The full path for this value