Exposure time for the image.  
 More...
#include <Zivid/Settings2D.h>
|  | 
| using | ValueType = std::chrono::microseconds | 
|  | The type of the underlying value. 
 | 
|  | 
|  | 
| static constexpr DataModel::NodeType | nodeType = DataModel::NodeType::leafValue | 
|  | The type of this node. 
 | 
|  | 
| static constexpr const char * | path { "Acquisition/ExposureTime" } | 
|  | The full path for this value. 
 | 
|  | 
| static constexpr const char * | name { "ExposureTime" } | 
|  | The name of this value. 
 | 
|  | 
| static constexpr const char * | description { R"description(Exposure time for the image.)description" } | 
|  | The description for this value. 
 | 
|  | 
Exposure time for the image. 
◆ ValueType
The type of the underlying value. 
 
 
◆ ExposureTime() [1/2]
  
  | 
        
          | Zivid::Settings2D::Acquisition::ExposureTime::ExposureTime | ( |  | ) |  |  | default | 
 
 
◆ ExposureTime() [2/2]
  
  | 
        
          | Zivid::Settings2D::Acquisition::ExposureTime::ExposureTime | ( | std::chrono::microseconds | value | ) |  |  | inlineexplicitconstexpr | 
 
 
◆ hasValue()
      
        
          | bool Zivid::Settings2D::Acquisition::ExposureTime::hasValue | ( |  | ) | const | 
      
 
Check if the value is set. 
 
 
◆ operator!=()
  
  | 
        
          | bool Zivid::Settings2D::Acquisition::ExposureTime::operator!= | ( | const ExposureTime & | other | ) | const |  | inline | 
 
 
◆ operator<()
  
  | 
        
          | bool Zivid::Settings2D::Acquisition::ExposureTime::operator< | ( | const ExposureTime & | other | ) | const |  | inline | 
 
 
◆ operator<=()
  
  | 
        
          | bool Zivid::Settings2D::Acquisition::ExposureTime::operator<= | ( | const ExposureTime & | other | ) | const |  | inline | 
 
 
◆ operator==()
  
  | 
        
          | bool Zivid::Settings2D::Acquisition::ExposureTime::operator== | ( | const ExposureTime & | other | ) | const |  | inline | 
 
 
◆ operator>()
  
  | 
        
          | bool Zivid::Settings2D::Acquisition::ExposureTime::operator> | ( | const ExposureTime & | other | ) | const |  | inline | 
 
 
◆ operator>=()
  
  | 
        
          | bool Zivid::Settings2D::Acquisition::ExposureTime::operator>= | ( | const ExposureTime & | other | ) | const |  | inline | 
 
 
◆ reset()
      
        
          | void Zivid::Settings2D::Acquisition::ExposureTime::reset | ( |  | ) |  | 
      
 
Reset the node to unset state. 
 
 
◆ toString()
      
        
          | std::string Zivid::Settings2D::Acquisition::ExposureTime::toString | ( |  | ) | const | 
      
 
 
◆ validRange()
  
  | 
        
          | static constexpr Range< std::chrono::microseconds > Zivid::Settings2D::Acquisition::ExposureTime::validRange | ( |  | ) |  |  | inlinestaticconstexpr | 
 
 
◆ value()
      
        
          | std::chrono::microseconds Zivid::Settings2D::Acquisition::ExposureTime::value | ( |  | ) | const | 
      
 
Get the value. 
If this object does not contain a value (see hasValue) then this method throws an exception. 
 
 
◆ DataModel::Detail::Befriend< ExposureTime >
◆ operator<<
  
  | 
        
          | std::ostream & operator<< | ( | std::ostream & | stream, |  
          |  |  | const ExposureTime & | value ) |  | friend | 
 
Operator to serialize the value to a stream. 
 
 
◆ description
  
  | 
        
          | const char* Zivid::Settings2D::Acquisition::ExposureTime::description { R"description(Exposure time for the image.)description" } |  | staticconstexpr | 
 
The description for this value. 
 
 
◆ name
  
  | 
        
          | const char* Zivid::Settings2D::Acquisition::ExposureTime::name { "ExposureTime" } |  | staticconstexpr | 
 
 
◆ nodeType
◆ path
  
  | 
        
          | const char* Zivid::Settings2D::Acquisition::ExposureTime::path { "Acquisition/ExposureTime" } |  | staticconstexpr | 
 
The full path for this value. 
 
 
The documentation for this class was generated from the following file: