Transport layer modules¶
ItalaApi leverages the power of the GenTL standard for data transport. This means the core of the library implements the architecture defined by GenTL, allowing users to retrieve the nodemaps of the internal ItalaApi modules. By configuring the parameters on these nodemaps via GenApi, users can change the behavior of the transport layer.
The tables below show how to access each module’s nodemap for the different supported languages.
GenTL Module |
ItalaApi Interface |
Method |
|---|---|---|
System |
|
|
Interface |
|
|
Local Device |
|
|
Remote Device |
|
|
Datastream |
|
|
GenTL Module |
ItalaApi Handle |
Function |
|---|---|---|
System |
(Global) |
|
Interface |
(Global) |
|
Local Device |
|
|
Remote Device |
|
|
Datastream |
|
|
GenTL Module |
ItalaApi.NET Interface |
Method |
|---|---|---|
System |
||
Interface |
||
Local Device |
||
Remote Device |
||
Datastream |
GenTL Module |
ItalaApi.NET Interface |
Method |
|---|---|---|
System |
||
Interface |
||
Local Device |
||
Remote Device |
||
Datastream |
GenTL Module |
ItalaApi Interface |
Method |
Property |
|---|---|---|---|
System |
|
|
|
Interface |
|
|
(None) |
Local Device |
|
|
|
Remote Device |
|
|
|
Datastream |
|
|
|
Note
Feature names and types for the GenTL modules are standardized by the GenTL SFNC (GenTL Standard Feature Naming Convention), just as the SFNC standardizes features for GenICam devices. Please refer to the official GenTL SFNC document for information about particular features. Refer to the official GenTL specification to find a more in-depth description of the standard. All relevant material is freely accessible from the GenICam Introduction page.