FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
vl_api_get_f64_endian_value_t Struct Reference

f64 types are not standardized across the wire. More...

Data Fields

u32 client_index
 
u32 context
 
f64 f64_one [default=1.0]
 

Detailed Description

f64 types are not standardized across the wire.

Sense wire format in each direction by sending the f64 value 1.0.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
f64_one- The constant of 1.0. If you send a different value, expect an rv=VNET_API_ERROR_API_ENDIAN_FAILED.

Definition at line 329 of file vpe.api.

Field Documentation

◆ client_index

u32 vl_api_get_f64_endian_value_t::client_index

Definition at line 331 of file vpe.api.

◆ context

u32 vl_api_get_f64_endian_value_t::context

Definition at line 332 of file vpe.api.

◆ f64_one

f64 vl_api_get_f64_endian_value_t::f64_one[default=1.0]

Definition at line 333 of file vpe.api.


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