Flag if camera is physically connected to the computer, but not connected in software. When the camera is in this state, you can call connect().  
 More...
#include <Zivid/CameraState.h>
Flag if camera is physically connected to the computer, but not connected in software. When the camera is in this state, you can call connect(). 
 
◆ ValueType
The type of the underlying value 
 
 
◆ Available() [1/2]
  
  
      
        
          | Zivid::CameraState::Available::Available  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ Available() [2/2]
  
  
      
        
          | constexpr Zivid::CameraState::Available::Available  | 
          ( | 
          bool  | 
          value | ) | 
           | 
         
       
   | 
  
inlineexplicitconstexpr   | 
  
 
 
◆ operator bool()
  
  
      
        
          | Zivid::CameraState::Available::operator bool  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineexplicit   | 
  
 
Convert to bool where appropriate 
 
 
◆ operator!=()
  
  
      
        
          | bool Zivid::CameraState::Available::operator!=  | 
          ( | 
          const Available &  | 
          other | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator==()
  
  
      
        
          | bool Zivid::CameraState::Available::operator==  | 
          ( | 
          const Available &  | 
          other | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ toString()
      
        
          | std::string Zivid::CameraState::Available::toString  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ validValues()
  
  
      
        
          | static std::set<bool> Zivid::CameraState::Available::validValues  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ value()
      
        
          | bool Zivid::CameraState::Available::value  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ DataModel::Detail::Befriend< Available >
  
  
      
        
          | friend struct DataModel::Detail::Befriend< Available > | 
         
       
   | 
  
friend   | 
  
 
 
◆ operator<<
  
  
      
        
          | std::ostream& operator<<  | 
          ( | 
          std::ostream &  | 
          stream,  | 
         
        
           | 
           | 
          const Available &  | 
          value  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
friend   | 
  
 
Operator to serialize the value to a stream 
 
 
◆ description
  
  
      
        
          | constexpr const char* Zivid::CameraState::Available::description | 
         
       
   | 
  
staticconstexpr   | 
  
 
Initial value:{
                R"description(Flag if camera is physically connected to the computer, but not connected in software. When the camera is in this state, you can call connect().)description"
            }
 
The description for this value 
 
 
◆ name
  
  
      
        
          | constexpr const char* Zivid::CameraState::Available::name { "Available" } | 
         
       
   | 
  
staticconstexpr   | 
  
 
 
◆ no
  
  
      
        
          | const Available Zivid::CameraState::Available::no | 
         
       
   | 
  
static   | 
  
 
 
◆ nodeType
◆ path
  
  
      
        
          | constexpr const char* Zivid::CameraState::Available::path { "Available" } | 
         
       
   | 
  
staticconstexpr   | 
  
 
The full path for this value 
 
 
◆ yes
  
  
      
        
          | const Available Zivid::CameraState::Available::yes | 
         
       
   | 
  
static   | 
  
 
 
The documentation for this class was generated from the following file: