Back to Aurora Vision Library website
You are here: Start » Function Reference » Conversions » StringToGevParameterName
StringToGevParameterName
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
| Header: | Genicam.h |
|---|---|
| Namespace: | avs |
| Module: | Genicam |
Converts a string to a GigEVision parameter name.
Syntax
void avs::StringToGevParameterName ( const atl::String& inString, avl::GevParameterName& outParameterName )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inString | const String& | ||
![]() |
outParameterName | GevParameterName& |


