JeVois  1.20
JeVois Smart Embedded Machine Vision Toolkit
Share this page:

#include <jevois/Component/Parameter.H>

ParameterSummary provides a summary about a parameter.

Definition at line 83 of file Parameter.H.

Collaboration diagram for jevois::ParameterSummary:

Public Attributes

std::string descriptor
 Descriptor. This is the name of the parameter, qualified by a chain of component names. More...
 
std::string name
 Plain name of the parameter. More...
 
std::string description
 Description of the parameter. More...
 
std::string valuetype
 Parameter value type, as a string. More...
 
std::string defaultvalue
 Default value of the parameter, as a string. More...
 
std::string value
 Current value of the parameter, as a string. More...
 
std::string validvalues
 Description of the parameter's valid values specification, as a string. More...
 
std::string category
 Category of the parameter, as a string. More...
 
std::string categorydescription
 Category description. More...
 
bool frozen
 Flag that indicates whether parameter is frozen. More...
 

The documentation for this class was generated from the following file: