Back to Aurora Vision Library website
You are here: Start » Function Reference » Hardware Support » Matrox » Matrox_EtherNetIP_Write_float32_Deprecated
| Header: | ThirdPartySdk.h |
|---|---|
| Namespace: | avl |
| Module: | ThirdParty |
Writes the assembly data as 32-bit floating point numbers.
Syntax
void avl::Matrox_EtherNetIP_Write_float32_Deprecated ( Matrox_State& ioState, atl::Optional<const avl::MatroxDeviceID::Type&> inDeviceID, const atl::Optional<atl::String>& inInstanceName, avl::MatroxEtherNetIPAssembly::Type inAssembly, int inOffset, bool inUseLittleEndian, const atl::Array<float>& inValues )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | Matrox_State& | Object used to maintain state of the function. | ||
![]() |
inDeviceID | Optional<const MatroxDeviceID::Type&> | NIL | Device identification number. | |
![]() |
inInstanceName | const Optional<String>& | NIL | Instance name of a given Industrial Communication protocol set in the MILConfig utility. | |
![]() |
inAssembly | MatroxEtherNetIPAssembly::Type | Consumer | Assembly in local memory to which to write the data. | |
![]() |
inOffset | int | 0 - ![]() |
Offset to which to start writing the data in the specified assembly. | |
![]() |
inUseLittleEndian | bool | Use little endian order for data in the memory. | ||
![]() |
inValues | const Array<float>& | Values to write. |



