grid

package
v0.0.0-...-1f04649 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2022 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const Aggregation_TypeID = 0xa5ecdc7767a6b301

Aggregation_TypeID is the unique identifier for the type Aggregation.

View Source
const Grid_AggregationPart_TypeID = 0xac444617ef333a1d

Grid_AggregationPart_TypeID is the unique identifier for the type Grid_AggregationPart.

View Source
const Grid_Callback_TypeID = 0xd639518280cb55d3

Grid_Callback_TypeID is the unique identifier for the type Grid_Callback.

View Source
const Grid_Callback_sendCells_Params_TypeID = 0xe9b0c7718f68f6bb

Grid_Callback_sendCells_Params_TypeID is the unique identifier for the type Grid_Callback_sendCells_Params.

View Source
const Grid_Callback_sendCells_Results_TypeID = 0x8e536f6e598b2579

Grid_Callback_sendCells_Results_TypeID is the unique identifier for the type Grid_Callback_sendCells_Results.

View Source
const Grid_RowCol_TypeID = 0xb9e2d85d086206ff

Grid_RowCol_TypeID is the unique identifier for the type Grid_RowCol.

View Source
const Grid_TypeID = 0xe42973b29661e3c6

Grid_TypeID is the unique identifier for the type Grid.

View Source
const Grid_Value_TypeID = 0xfe2e0dfae573d9d0

Grid_Value_TypeID is the unique identifier for the type Grid_Value.

View Source
const Grid_closestValueAt_Params_TypeID = 0xeb7e6f1c610c079a

Grid_closestValueAt_Params_TypeID is the unique identifier for the type Grid_closestValueAt_Params.

View Source
const Grid_closestValueAt_Results_TypeID = 0xa8bd0263833540b0

Grid_closestValueAt_Results_TypeID is the unique identifier for the type Grid_closestValueAt_Results.

View Source
const Grid_dimension_Params_TypeID = 0xa6005af20cc08dbe

Grid_dimension_Params_TypeID is the unique identifier for the type Grid_dimension_Params.

View Source
const Grid_dimension_Results_TypeID = 0xe7a46f6b1610256f

Grid_dimension_Results_TypeID is the unique identifier for the type Grid_dimension_Results.

View Source
const Grid_latLonBounds_Params_TypeID = 0xf37338992466bd97

Grid_latLonBounds_Params_TypeID is the unique identifier for the type Grid_latLonBounds_Params.

View Source
const Grid_latLonBounds_Results_TypeID = 0xe57fce57d3443377

Grid_latLonBounds_Results_TypeID is the unique identifier for the type Grid_latLonBounds_Results.

View Source
const Grid_noDataValue_Params_TypeID = 0xf804a76f2ada54b6

Grid_noDataValue_Params_TypeID is the unique identifier for the type Grid_noDataValue_Params.

View Source
const Grid_noDataValue_Results_TypeID = 0x9bc132bd2a1b1fcf

Grid_noDataValue_Results_TypeID is the unique identifier for the type Grid_noDataValue_Results.

View Source
const Grid_resolution_Params_TypeID = 0xf79edcb97e1e2deb

Grid_resolution_Params_TypeID is the unique identifier for the type Grid_resolution_Params.

View Source
const Grid_resolution_Results_TypeID = 0x8cd7ba490778c79a

Grid_resolution_Results_TypeID is the unique identifier for the type Grid_resolution_Results.

View Source
const Grid_streamCells_Params_TypeID = 0xd9add1b3fdcfdbba

Grid_streamCells_Params_TypeID is the unique identifier for the type Grid_streamCells_Params.

View Source
const Grid_streamCells_Results_TypeID = 0x9b8dd52b78a7ebd2

Grid_streamCells_Results_TypeID is the unique identifier for the type Grid_streamCells_Results.

View Source
const Grid_valueAt_Params_TypeID = 0x948ff2bdd6e6972f

Grid_valueAt_Params_TypeID is the unique identifier for the type Grid_valueAt_Params.

View Source
const Grid_valueAt_Results_TypeID = 0xa21ef33efc715994

Grid_valueAt_Results_TypeID is the unique identifier for the type Grid_valueAt_Results.

Variables

This section is empty.

Functions

func Grid_Callback_Methods

func Grid_Callback_Methods(methods []server.Method, s Grid_Callback_Server) []server.Method

Grid_Callback_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func Grid_Callback_NewServer

func Grid_Callback_NewServer(s Grid_Callback_Server, policy *server.Policy) *server.Server

Grid_Callback_NewServer creates a new Server from an implementation of Grid_Callback_Server.

func Grid_Methods

func Grid_Methods(methods []server.Method, s Grid_Server) []server.Method

Grid_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func Grid_NewServer

func Grid_NewServer(s Grid_Server, policy *server.Policy) *server.Server

Grid_NewServer creates a new Server from an implementation of Grid_Server.

Types

type Aggregation

type Aggregation uint16
const (
	Aggregation_none    Aggregation = 0
	Aggregation_avg     Aggregation = 8
	Aggregation_wAvg    Aggregation = 1
	Aggregation_iAvg    Aggregation = 6
	Aggregation_median  Aggregation = 9
	Aggregation_wMedian Aggregation = 2
	Aggregation_iMedian Aggregation = 7
	Aggregation_min     Aggregation = 3
	Aggregation_wMin    Aggregation = 12
	Aggregation_iMin    Aggregation = 13
	Aggregation_max     Aggregation = 4
	Aggregation_wMax    Aggregation = 14
	Aggregation_iMax    Aggregation = 15
	Aggregation_sum     Aggregation = 5
	Aggregation_wSum    Aggregation = 10
	Aggregation_iSum    Aggregation = 11
)

Values of Aggregation.

func AggregationFromString

func AggregationFromString(c string) Aggregation

AggregationFromString returns the enum value with a name, or the zero value if there's no such value.

func (Aggregation) String

func (c Aggregation) String() string

String returns the enum's constant name.

type Aggregation_List

type Aggregation_List struct{ capnp.List }

func NewAggregation_List

func NewAggregation_List(s *capnp.Segment, sz int32) (Aggregation_List, error)

func (Aggregation_List) At

func (Aggregation_List) Set

func (l Aggregation_List) Set(i int, v Aggregation)

type Grid

type Grid struct{ Client *capnp.Client }

func Grid_ServerToClient

func Grid_ServerToClient(s Grid_Server, policy *server.Policy) Grid

Grid_ServerToClient creates a new Client from an implementation of Grid_Server. The caller is responsible for calling Release on the returned Client.

func (Grid) AddRef

func (c Grid) AddRef() Grid

func (Grid) Release

func (c Grid) Release()

type Grid_AggregationPart

type Grid_AggregationPart struct{ capnp.Struct }

func NewGrid_AggregationPart

func NewGrid_AggregationPart(s *capnp.Segment) (Grid_AggregationPart, error)

func NewRootGrid_AggregationPart

func NewRootGrid_AggregationPart(s *capnp.Segment) (Grid_AggregationPart, error)

func ReadRootGrid_AggregationPart

func ReadRootGrid_AggregationPart(msg *capnp.Message) (Grid_AggregationPart, error)

func (Grid_AggregationPart) AreaFrac

func (s Grid_AggregationPart) AreaFrac() float64

func (Grid_AggregationPart) HasRowCol

func (s Grid_AggregationPart) HasRowCol() bool

func (Grid_AggregationPart) HasValue

func (s Grid_AggregationPart) HasValue() bool

func (Grid_AggregationPart) IValue

func (s Grid_AggregationPart) IValue() float64

func (Grid_AggregationPart) NewRowCol

func (s Grid_AggregationPart) NewRowCol() (Grid_RowCol, error)

NewRowCol sets the rowCol field to a newly allocated Grid_RowCol struct, preferring placement in s's segment.

func (Grid_AggregationPart) NewValue

func (s Grid_AggregationPart) NewValue() (Grid_Value, error)

NewValue sets the value field to a newly allocated Grid_Value struct, preferring placement in s's segment.

func (Grid_AggregationPart) RowCol

func (s Grid_AggregationPart) RowCol() (Grid_RowCol, error)

func (Grid_AggregationPart) SetAreaFrac

func (s Grid_AggregationPart) SetAreaFrac(v float64)

func (Grid_AggregationPart) SetIValue

func (s Grid_AggregationPart) SetIValue(v float64)

func (Grid_AggregationPart) SetRowCol

func (s Grid_AggregationPart) SetRowCol(v Grid_RowCol) error

func (Grid_AggregationPart) SetValue

func (s Grid_AggregationPart) SetValue(v Grid_Value) error

func (Grid_AggregationPart) String

func (s Grid_AggregationPart) String() string

func (Grid_AggregationPart) Value

func (s Grid_AggregationPart) Value() (Grid_Value, error)

type Grid_AggregationPart_Future

type Grid_AggregationPart_Future struct{ *capnp.Future }

Grid_AggregationPart_Future is a wrapper for a Grid_AggregationPart promised by a client call.

func (Grid_AggregationPart_Future) RowCol

func (Grid_AggregationPart_Future) Struct

func (Grid_AggregationPart_Future) Value

type Grid_AggregationPart_List

type Grid_AggregationPart_List struct{ capnp.List }

Grid_AggregationPart_List is a list of Grid_AggregationPart.

func NewGrid_AggregationPart_List

func NewGrid_AggregationPart_List(s *capnp.Segment, sz int32) (Grid_AggregationPart_List, error)

NewGrid_AggregationPart creates a new list of Grid_AggregationPart.

func (Grid_AggregationPart_List) At

func (Grid_AggregationPart_List) Set

func (Grid_AggregationPart_List) String

func (s Grid_AggregationPart_List) String() string

type Grid_Callback

type Grid_Callback struct{ Client *capnp.Client }

func Grid_Callback_ServerToClient

func Grid_Callback_ServerToClient(s Grid_Callback_Server, policy *server.Policy) Grid_Callback

Grid_Callback_ServerToClient creates a new Client from an implementation of Grid_Callback_Server. The caller is responsible for calling Release on the returned Client.

func (Grid_Callback) AddRef

func (c Grid_Callback) AddRef() Grid_Callback

func (Grid_Callback) Release

func (c Grid_Callback) Release()

type Grid_Callback_Server

type Grid_Callback_Server interface {
	SendCells(context.Context, Grid_Callback_sendCells) error
}

A Grid_Callback_Server is a Grid_Callback with a local implementation.

type Grid_Callback_sendCells

type Grid_Callback_sendCells struct {
	*server.Call
}

Grid_Callback_sendCells holds the state for a server call to Grid_Callback.sendCells. See server.Call for documentation.

func (Grid_Callback_sendCells) AllocResults

AllocResults allocates the results struct.

func (Grid_Callback_sendCells) Args

Args returns the call's arguments.

type Grid_Callback_sendCells_Params

type Grid_Callback_sendCells_Params struct{ capnp.Struct }

func NewGrid_Callback_sendCells_Params

func NewGrid_Callback_sendCells_Params(s *capnp.Segment) (Grid_Callback_sendCells_Params, error)

func NewRootGrid_Callback_sendCells_Params

func NewRootGrid_Callback_sendCells_Params(s *capnp.Segment) (Grid_Callback_sendCells_Params, error)

func ReadRootGrid_Callback_sendCells_Params

func ReadRootGrid_Callback_sendCells_Params(msg *capnp.Message) (Grid_Callback_sendCells_Params, error)

func (Grid_Callback_sendCells_Params) Cells

func (Grid_Callback_sendCells_Params) HasCells

func (s Grid_Callback_sendCells_Params) HasCells() bool

func (Grid_Callback_sendCells_Params) NewCells

NewCells sets the cells field to a newly allocated Grid_RowCol_List, preferring placement in s's segment.

func (Grid_Callback_sendCells_Params) SetCells

func (Grid_Callback_sendCells_Params) String

type Grid_Callback_sendCells_Params_Future

type Grid_Callback_sendCells_Params_Future struct{ *capnp.Future }

Grid_Callback_sendCells_Params_Future is a wrapper for a Grid_Callback_sendCells_Params promised by a client call.

func (Grid_Callback_sendCells_Params_Future) Struct

type Grid_Callback_sendCells_Params_List

type Grid_Callback_sendCells_Params_List struct{ capnp.List }

Grid_Callback_sendCells_Params_List is a list of Grid_Callback_sendCells_Params.

func NewGrid_Callback_sendCells_Params_List

func NewGrid_Callback_sendCells_Params_List(s *capnp.Segment, sz int32) (Grid_Callback_sendCells_Params_List, error)

NewGrid_Callback_sendCells_Params creates a new list of Grid_Callback_sendCells_Params.

func (Grid_Callback_sendCells_Params_List) At

func (Grid_Callback_sendCells_Params_List) Set

func (Grid_Callback_sendCells_Params_List) String

type Grid_Callback_sendCells_Results

type Grid_Callback_sendCells_Results struct{ capnp.Struct }

func NewGrid_Callback_sendCells_Results

func NewGrid_Callback_sendCells_Results(s *capnp.Segment) (Grid_Callback_sendCells_Results, error)

func NewRootGrid_Callback_sendCells_Results

func NewRootGrid_Callback_sendCells_Results(s *capnp.Segment) (Grid_Callback_sendCells_Results, error)

func ReadRootGrid_Callback_sendCells_Results

func ReadRootGrid_Callback_sendCells_Results(msg *capnp.Message) (Grid_Callback_sendCells_Results, error)

func (Grid_Callback_sendCells_Results) String

type Grid_Callback_sendCells_Results_Future

type Grid_Callback_sendCells_Results_Future struct{ *capnp.Future }

Grid_Callback_sendCells_Results_Future is a wrapper for a Grid_Callback_sendCells_Results promised by a client call.

func (Grid_Callback_sendCells_Results_Future) Struct

type Grid_Callback_sendCells_Results_List

type Grid_Callback_sendCells_Results_List struct{ capnp.List }

Grid_Callback_sendCells_Results_List is a list of Grid_Callback_sendCells_Results.

func NewGrid_Callback_sendCells_Results_List

func NewGrid_Callback_sendCells_Results_List(s *capnp.Segment, sz int32) (Grid_Callback_sendCells_Results_List, error)

NewGrid_Callback_sendCells_Results creates a new list of Grid_Callback_sendCells_Results.

func (Grid_Callback_sendCells_Results_List) At

func (Grid_Callback_sendCells_Results_List) Set

func (Grid_Callback_sendCells_Results_List) String

type Grid_RowCol

type Grid_RowCol struct{ capnp.Struct }

func NewGrid_RowCol

func NewGrid_RowCol(s *capnp.Segment) (Grid_RowCol, error)

func NewRootGrid_RowCol

func NewRootGrid_RowCol(s *capnp.Segment) (Grid_RowCol, error)

func ReadRootGrid_RowCol

func ReadRootGrid_RowCol(msg *capnp.Message) (Grid_RowCol, error)

func (Grid_RowCol) Col

func (s Grid_RowCol) Col() uint64

func (Grid_RowCol) Row

func (s Grid_RowCol) Row() uint64

func (Grid_RowCol) SetCol

func (s Grid_RowCol) SetCol(v uint64)

func (Grid_RowCol) SetRow

func (s Grid_RowCol) SetRow(v uint64)

func (Grid_RowCol) String

func (s Grid_RowCol) String() string

type Grid_RowCol_Future

type Grid_RowCol_Future struct{ *capnp.Future }

Grid_RowCol_Future is a wrapper for a Grid_RowCol promised by a client call.

func (Grid_RowCol_Future) Struct

func (p Grid_RowCol_Future) Struct() (Grid_RowCol, error)

type Grid_RowCol_List

type Grid_RowCol_List struct{ capnp.List }

Grid_RowCol_List is a list of Grid_RowCol.

func NewGrid_RowCol_List

func NewGrid_RowCol_List(s *capnp.Segment, sz int32) (Grid_RowCol_List, error)

NewGrid_RowCol creates a new list of Grid_RowCol.

func (Grid_RowCol_List) At

func (Grid_RowCol_List) Set

func (s Grid_RowCol_List) Set(i int, v Grid_RowCol) error

func (Grid_RowCol_List) String

func (s Grid_RowCol_List) String() string

type Grid_Server

A Grid_Server is a Grid with a local implementation.

type Grid_Value

type Grid_Value struct{ capnp.Struct }

func NewGrid_Value

func NewGrid_Value(s *capnp.Segment) (Grid_Value, error)

func NewRootGrid_Value

func NewRootGrid_Value(s *capnp.Segment) (Grid_Value, error)

func ReadRootGrid_Value

func ReadRootGrid_Value(msg *capnp.Message) (Grid_Value, error)

func (Grid_Value) F

func (s Grid_Value) F() float64

func (Grid_Value) I

func (s Grid_Value) I() int64

func (Grid_Value) No

func (s Grid_Value) No() bool

func (Grid_Value) SetF

func (s Grid_Value) SetF(v float64)

func (Grid_Value) SetI

func (s Grid_Value) SetI(v int64)

func (Grid_Value) SetNo

func (s Grid_Value) SetNo(v bool)

func (Grid_Value) SetUi

func (s Grid_Value) SetUi(v uint64)

func (Grid_Value) String

func (s Grid_Value) String() string

func (Grid_Value) Ui

func (s Grid_Value) Ui() uint64

func (Grid_Value) Which

func (s Grid_Value) Which() Grid_Value_Which

type Grid_Value_Future

type Grid_Value_Future struct{ *capnp.Future }

Grid_Value_Future is a wrapper for a Grid_Value promised by a client call.

func (Grid_Value_Future) Struct

func (p Grid_Value_Future) Struct() (Grid_Value, error)

type Grid_Value_List

type Grid_Value_List struct{ capnp.List }

Grid_Value_List is a list of Grid_Value.

func NewGrid_Value_List

func NewGrid_Value_List(s *capnp.Segment, sz int32) (Grid_Value_List, error)

NewGrid_Value creates a new list of Grid_Value.

func (Grid_Value_List) At

func (s Grid_Value_List) At(i int) Grid_Value

func (Grid_Value_List) Set

func (s Grid_Value_List) Set(i int, v Grid_Value) error

func (Grid_Value_List) String

func (s Grid_Value_List) String() string

type Grid_Value_Which

type Grid_Value_Which uint16
const (
	Grid_Value_Which_f  Grid_Value_Which = 0
	Grid_Value_Which_i  Grid_Value_Which = 1
	Grid_Value_Which_ui Grid_Value_Which = 2
	Grid_Value_Which_no Grid_Value_Which = 3
)

func (Grid_Value_Which) String

func (w Grid_Value_Which) String() string

type Grid_closestValueAt

type Grid_closestValueAt struct {
	*server.Call
}

Grid_closestValueAt holds the state for a server call to Grid.closestValueAt. See server.Call for documentation.

func (Grid_closestValueAt) AllocResults

AllocResults allocates the results struct.

func (Grid_closestValueAt) Args

Args returns the call's arguments.

type Grid_closestValueAt_Params

type Grid_closestValueAt_Params struct{ capnp.Struct }

func NewGrid_closestValueAt_Params

func NewGrid_closestValueAt_Params(s *capnp.Segment) (Grid_closestValueAt_Params, error)

func NewRootGrid_closestValueAt_Params

func NewRootGrid_closestValueAt_Params(s *capnp.Segment) (Grid_closestValueAt_Params, error)

func ReadRootGrid_closestValueAt_Params

func ReadRootGrid_closestValueAt_Params(msg *capnp.Message) (Grid_closestValueAt_Params, error)

func (Grid_closestValueAt_Params) Agg

func (Grid_closestValueAt_Params) HasLatlonCoord

func (s Grid_closestValueAt_Params) HasLatlonCoord() bool

func (Grid_closestValueAt_Params) IgnoreNoData

func (s Grid_closestValueAt_Params) IgnoreNoData() bool

func (Grid_closestValueAt_Params) IncludeAggParts

func (s Grid_closestValueAt_Params) IncludeAggParts() bool

func (Grid_closestValueAt_Params) LatlonCoord

func (s Grid_closestValueAt_Params) LatlonCoord() (geo.LatLonCoord, error)

func (Grid_closestValueAt_Params) NewLatlonCoord

func (s Grid_closestValueAt_Params) NewLatlonCoord() (geo.LatLonCoord, error)

NewLatlonCoord sets the latlonCoord field to a newly allocated geo.LatLonCoord struct, preferring placement in s's segment.

func (Grid_closestValueAt_Params) Resolution

func (s Grid_closestValueAt_Params) Resolution() uint64

func (Grid_closestValueAt_Params) ReturnRowCols

func (s Grid_closestValueAt_Params) ReturnRowCols() bool

func (Grid_closestValueAt_Params) SetAgg

func (Grid_closestValueAt_Params) SetIgnoreNoData

func (s Grid_closestValueAt_Params) SetIgnoreNoData(v bool)

func (Grid_closestValueAt_Params) SetIncludeAggParts

func (s Grid_closestValueAt_Params) SetIncludeAggParts(v bool)

func (Grid_closestValueAt_Params) SetLatlonCoord

func (s Grid_closestValueAt_Params) SetLatlonCoord(v geo.LatLonCoord) error

func (Grid_closestValueAt_Params) SetResolution

func (s Grid_closestValueAt_Params) SetResolution(v uint64)

func (Grid_closestValueAt_Params) SetReturnRowCols

func (s Grid_closestValueAt_Params) SetReturnRowCols(v bool)

func (Grid_closestValueAt_Params) String

type Grid_closestValueAt_Params_Future

type Grid_closestValueAt_Params_Future struct{ *capnp.Future }

Grid_closestValueAt_Params_Future is a wrapper for a Grid_closestValueAt_Params promised by a client call.

func (Grid_closestValueAt_Params_Future) LatlonCoord

func (Grid_closestValueAt_Params_Future) Struct

type Grid_closestValueAt_Params_List

type Grid_closestValueAt_Params_List struct{ capnp.List }

Grid_closestValueAt_Params_List is a list of Grid_closestValueAt_Params.

func NewGrid_closestValueAt_Params_List

func NewGrid_closestValueAt_Params_List(s *capnp.Segment, sz int32) (Grid_closestValueAt_Params_List, error)

NewGrid_closestValueAt_Params creates a new list of Grid_closestValueAt_Params.

func (Grid_closestValueAt_Params_List) At

func (Grid_closestValueAt_Params_List) Set

func (Grid_closestValueAt_Params_List) String

type Grid_closestValueAt_Results

type Grid_closestValueAt_Results struct{ capnp.Struct }

func NewGrid_closestValueAt_Results

func NewGrid_closestValueAt_Results(s *capnp.Segment) (Grid_closestValueAt_Results, error)

func NewRootGrid_closestValueAt_Results

func NewRootGrid_closestValueAt_Results(s *capnp.Segment) (Grid_closestValueAt_Results, error)

func ReadRootGrid_closestValueAt_Results

func ReadRootGrid_closestValueAt_Results(msg *capnp.Message) (Grid_closestValueAt_Results, error)

func (Grid_closestValueAt_Results) AggParts

func (Grid_closestValueAt_Results) Br

func (Grid_closestValueAt_Results) HasAggParts

func (s Grid_closestValueAt_Results) HasAggParts() bool

func (Grid_closestValueAt_Results) HasBr

func (Grid_closestValueAt_Results) HasTl

func (Grid_closestValueAt_Results) HasVal

func (s Grid_closestValueAt_Results) HasVal() bool

func (Grid_closestValueAt_Results) NewAggParts

NewAggParts sets the aggParts field to a newly allocated Grid_AggregationPart_List, preferring placement in s's segment.

func (Grid_closestValueAt_Results) NewBr

NewBr sets the br field to a newly allocated Grid_RowCol struct, preferring placement in s's segment.

func (Grid_closestValueAt_Results) NewTl

NewTl sets the tl field to a newly allocated Grid_RowCol struct, preferring placement in s's segment.

func (Grid_closestValueAt_Results) NewVal

NewVal sets the val field to a newly allocated Grid_Value struct, preferring placement in s's segment.

func (Grid_closestValueAt_Results) SetAggParts

func (Grid_closestValueAt_Results) SetBr

func (Grid_closestValueAt_Results) SetTl

func (Grid_closestValueAt_Results) SetVal

func (Grid_closestValueAt_Results) String

func (Grid_closestValueAt_Results) Tl

func (Grid_closestValueAt_Results) Val

type Grid_closestValueAt_Results_Future

type Grid_closestValueAt_Results_Future struct{ *capnp.Future }

Grid_closestValueAt_Results_Future is a wrapper for a Grid_closestValueAt_Results promised by a client call.

func (Grid_closestValueAt_Results_Future) Br

func (Grid_closestValueAt_Results_Future) Struct

func (Grid_closestValueAt_Results_Future) Tl

func (Grid_closestValueAt_Results_Future) Val

type Grid_closestValueAt_Results_List

type Grid_closestValueAt_Results_List struct{ capnp.List }

Grid_closestValueAt_Results_List is a list of Grid_closestValueAt_Results.

func NewGrid_closestValueAt_Results_List

func NewGrid_closestValueAt_Results_List(s *capnp.Segment, sz int32) (Grid_closestValueAt_Results_List, error)

NewGrid_closestValueAt_Results creates a new list of Grid_closestValueAt_Results.

func (Grid_closestValueAt_Results_List) At

func (Grid_closestValueAt_Results_List) Set

func (Grid_closestValueAt_Results_List) String

type Grid_dimension

type Grid_dimension struct {
	*server.Call
}

Grid_dimension holds the state for a server call to Grid.dimension. See server.Call for documentation.

func (Grid_dimension) AllocResults

func (c Grid_dimension) AllocResults() (Grid_dimension_Results, error)

AllocResults allocates the results struct.

func (Grid_dimension) Args

Args returns the call's arguments.

type Grid_dimension_Params

type Grid_dimension_Params struct{ capnp.Struct }

func NewGrid_dimension_Params

func NewGrid_dimension_Params(s *capnp.Segment) (Grid_dimension_Params, error)

func NewRootGrid_dimension_Params

func NewRootGrid_dimension_Params(s *capnp.Segment) (Grid_dimension_Params, error)

func ReadRootGrid_dimension_Params

func ReadRootGrid_dimension_Params(msg *capnp.Message) (Grid_dimension_Params, error)

func (Grid_dimension_Params) String

func (s Grid_dimension_Params) String() string

type Grid_dimension_Params_Future

type Grid_dimension_Params_Future struct{ *capnp.Future }

Grid_dimension_Params_Future is a wrapper for a Grid_dimension_Params promised by a client call.

func (Grid_dimension_Params_Future) Struct

type Grid_dimension_Params_List

type Grid_dimension_Params_List struct{ capnp.List }

Grid_dimension_Params_List is a list of Grid_dimension_Params.

func NewGrid_dimension_Params_List

func NewGrid_dimension_Params_List(s *capnp.Segment, sz int32) (Grid_dimension_Params_List, error)

NewGrid_dimension_Params creates a new list of Grid_dimension_Params.

func (Grid_dimension_Params_List) At

func (Grid_dimension_Params_List) Set

func (Grid_dimension_Params_List) String

type Grid_dimension_Results

type Grid_dimension_Results struct{ capnp.Struct }

func NewGrid_dimension_Results

func NewGrid_dimension_Results(s *capnp.Segment) (Grid_dimension_Results, error)

func NewRootGrid_dimension_Results

func NewRootGrid_dimension_Results(s *capnp.Segment) (Grid_dimension_Results, error)

func ReadRootGrid_dimension_Results

func ReadRootGrid_dimension_Results(msg *capnp.Message) (Grid_dimension_Results, error)

func (Grid_dimension_Results) Cols

func (s Grid_dimension_Results) Cols() uint64

func (Grid_dimension_Results) Rows

func (s Grid_dimension_Results) Rows() uint64

func (Grid_dimension_Results) SetCols

func (s Grid_dimension_Results) SetCols(v uint64)

func (Grid_dimension_Results) SetRows

func (s Grid_dimension_Results) SetRows(v uint64)

func (Grid_dimension_Results) String

func (s Grid_dimension_Results) String() string

type Grid_dimension_Results_Future

type Grid_dimension_Results_Future struct{ *capnp.Future }

Grid_dimension_Results_Future is a wrapper for a Grid_dimension_Results promised by a client call.

func (Grid_dimension_Results_Future) Struct

type Grid_dimension_Results_List

type Grid_dimension_Results_List struct{ capnp.List }

Grid_dimension_Results_List is a list of Grid_dimension_Results.

func NewGrid_dimension_Results_List

func NewGrid_dimension_Results_List(s *capnp.Segment, sz int32) (Grid_dimension_Results_List, error)

NewGrid_dimension_Results creates a new list of Grid_dimension_Results.

func (Grid_dimension_Results_List) At

func (Grid_dimension_Results_List) Set

func (Grid_dimension_Results_List) String

type Grid_latLonBounds

type Grid_latLonBounds struct {
	*server.Call
}

Grid_latLonBounds holds the state for a server call to Grid.latLonBounds. See server.Call for documentation.

func (Grid_latLonBounds) AllocResults

AllocResults allocates the results struct.

func (Grid_latLonBounds) Args

Args returns the call's arguments.

type Grid_latLonBounds_Params

type Grid_latLonBounds_Params struct{ capnp.Struct }

func NewGrid_latLonBounds_Params

func NewGrid_latLonBounds_Params(s *capnp.Segment) (Grid_latLonBounds_Params, error)

func NewRootGrid_latLonBounds_Params

func NewRootGrid_latLonBounds_Params(s *capnp.Segment) (Grid_latLonBounds_Params, error)

func ReadRootGrid_latLonBounds_Params

func ReadRootGrid_latLonBounds_Params(msg *capnp.Message) (Grid_latLonBounds_Params, error)

func (Grid_latLonBounds_Params) SetUseCellCenter

func (s Grid_latLonBounds_Params) SetUseCellCenter(v bool)

func (Grid_latLonBounds_Params) String

func (s Grid_latLonBounds_Params) String() string

func (Grid_latLonBounds_Params) UseCellCenter

func (s Grid_latLonBounds_Params) UseCellCenter() bool

type Grid_latLonBounds_Params_Future

type Grid_latLonBounds_Params_Future struct{ *capnp.Future }

Grid_latLonBounds_Params_Future is a wrapper for a Grid_latLonBounds_Params promised by a client call.

func (Grid_latLonBounds_Params_Future) Struct

type Grid_latLonBounds_Params_List

type Grid_latLonBounds_Params_List struct{ capnp.List }

Grid_latLonBounds_Params_List is a list of Grid_latLonBounds_Params.

func NewGrid_latLonBounds_Params_List

func NewGrid_latLonBounds_Params_List(s *capnp.Segment, sz int32) (Grid_latLonBounds_Params_List, error)

NewGrid_latLonBounds_Params creates a new list of Grid_latLonBounds_Params.

func (Grid_latLonBounds_Params_List) At

func (Grid_latLonBounds_Params_List) Set

func (Grid_latLonBounds_Params_List) String

type Grid_latLonBounds_Results

type Grid_latLonBounds_Results struct{ capnp.Struct }

func NewGrid_latLonBounds_Results

func NewGrid_latLonBounds_Results(s *capnp.Segment) (Grid_latLonBounds_Results, error)

func NewRootGrid_latLonBounds_Results

func NewRootGrid_latLonBounds_Results(s *capnp.Segment) (Grid_latLonBounds_Results, error)

func ReadRootGrid_latLonBounds_Results

func ReadRootGrid_latLonBounds_Results(msg *capnp.Message) (Grid_latLonBounds_Results, error)

func (Grid_latLonBounds_Results) Bl

func (Grid_latLonBounds_Results) Br

func (Grid_latLonBounds_Results) HasBl

func (s Grid_latLonBounds_Results) HasBl() bool

func (Grid_latLonBounds_Results) HasBr

func (s Grid_latLonBounds_Results) HasBr() bool

func (Grid_latLonBounds_Results) HasTl

func (s Grid_latLonBounds_Results) HasTl() bool

func (Grid_latLonBounds_Results) HasTr

func (s Grid_latLonBounds_Results) HasTr() bool

func (Grid_latLonBounds_Results) NewBl

NewBl sets the bl field to a newly allocated geo.LatLonCoord struct, preferring placement in s's segment.

func (Grid_latLonBounds_Results) NewBr

NewBr sets the br field to a newly allocated geo.LatLonCoord struct, preferring placement in s's segment.

func (Grid_latLonBounds_Results) NewTl

NewTl sets the tl field to a newly allocated geo.LatLonCoord struct, preferring placement in s's segment.

func (Grid_latLonBounds_Results) NewTr

NewTr sets the tr field to a newly allocated geo.LatLonCoord struct, preferring placement in s's segment.

func (Grid_latLonBounds_Results) SetBl

func (Grid_latLonBounds_Results) SetBr

func (Grid_latLonBounds_Results) SetTl

func (Grid_latLonBounds_Results) SetTr

func (Grid_latLonBounds_Results) String

func (s Grid_latLonBounds_Results) String() string

func (Grid_latLonBounds_Results) Tl

func (Grid_latLonBounds_Results) Tr

type Grid_latLonBounds_Results_Future

type Grid_latLonBounds_Results_Future struct{ *capnp.Future }

Grid_latLonBounds_Results_Future is a wrapper for a Grid_latLonBounds_Results promised by a client call.

func (Grid_latLonBounds_Results_Future) Bl

func (Grid_latLonBounds_Results_Future) Br

func (Grid_latLonBounds_Results_Future) Struct

func (Grid_latLonBounds_Results_Future) Tl

func (Grid_latLonBounds_Results_Future) Tr

type Grid_latLonBounds_Results_List

type Grid_latLonBounds_Results_List struct{ capnp.List }

Grid_latLonBounds_Results_List is a list of Grid_latLonBounds_Results.

func NewGrid_latLonBounds_Results_List

func NewGrid_latLonBounds_Results_List(s *capnp.Segment, sz int32) (Grid_latLonBounds_Results_List, error)

NewGrid_latLonBounds_Results creates a new list of Grid_latLonBounds_Results.

func (Grid_latLonBounds_Results_List) At

func (Grid_latLonBounds_Results_List) Set

func (Grid_latLonBounds_Results_List) String

type Grid_noDataValue

type Grid_noDataValue struct {
	*server.Call
}

Grid_noDataValue holds the state for a server call to Grid.noDataValue. See server.Call for documentation.

func (Grid_noDataValue) AllocResults

func (c Grid_noDataValue) AllocResults() (Grid_noDataValue_Results, error)

AllocResults allocates the results struct.

func (Grid_noDataValue) Args

Args returns the call's arguments.

type Grid_noDataValue_Params

type Grid_noDataValue_Params struct{ capnp.Struct }

func NewGrid_noDataValue_Params

func NewGrid_noDataValue_Params(s *capnp.Segment) (Grid_noDataValue_Params, error)

func NewRootGrid_noDataValue_Params

func NewRootGrid_noDataValue_Params(s *capnp.Segment) (Grid_noDataValue_Params, error)

func ReadRootGrid_noDataValue_Params

func ReadRootGrid_noDataValue_Params(msg *capnp.Message) (Grid_noDataValue_Params, error)

func (Grid_noDataValue_Params) String

func (s Grid_noDataValue_Params) String() string

type Grid_noDataValue_Params_Future

type Grid_noDataValue_Params_Future struct{ *capnp.Future }

Grid_noDataValue_Params_Future is a wrapper for a Grid_noDataValue_Params promised by a client call.

func (Grid_noDataValue_Params_Future) Struct

type Grid_noDataValue_Params_List

type Grid_noDataValue_Params_List struct{ capnp.List }

Grid_noDataValue_Params_List is a list of Grid_noDataValue_Params.

func NewGrid_noDataValue_Params_List

func NewGrid_noDataValue_Params_List(s *capnp.Segment, sz int32) (Grid_noDataValue_Params_List, error)

NewGrid_noDataValue_Params creates a new list of Grid_noDataValue_Params.

func (Grid_noDataValue_Params_List) At

func (Grid_noDataValue_Params_List) Set

func (Grid_noDataValue_Params_List) String

type Grid_noDataValue_Results

type Grid_noDataValue_Results struct{ capnp.Struct }

func NewGrid_noDataValue_Results

func NewGrid_noDataValue_Results(s *capnp.Segment) (Grid_noDataValue_Results, error)

func NewRootGrid_noDataValue_Results

func NewRootGrid_noDataValue_Results(s *capnp.Segment) (Grid_noDataValue_Results, error)

func ReadRootGrid_noDataValue_Results

func ReadRootGrid_noDataValue_Results(msg *capnp.Message) (Grid_noDataValue_Results, error)

func (Grid_noDataValue_Results) HasNodata

func (s Grid_noDataValue_Results) HasNodata() bool

func (Grid_noDataValue_Results) NewNodata

func (s Grid_noDataValue_Results) NewNodata() (Grid_Value, error)

NewNodata sets the nodata field to a newly allocated Grid_Value struct, preferring placement in s's segment.

func (Grid_noDataValue_Results) Nodata

func (Grid_noDataValue_Results) SetNodata

func (s Grid_noDataValue_Results) SetNodata(v Grid_Value) error

func (Grid_noDataValue_Results) String

func (s Grid_noDataValue_Results) String() string

type Grid_noDataValue_Results_Future

type Grid_noDataValue_Results_Future struct{ *capnp.Future }

Grid_noDataValue_Results_Future is a wrapper for a Grid_noDataValue_Results promised by a client call.

func (Grid_noDataValue_Results_Future) Nodata

func (Grid_noDataValue_Results_Future) Struct

type Grid_noDataValue_Results_List

type Grid_noDataValue_Results_List struct{ capnp.List }

Grid_noDataValue_Results_List is a list of Grid_noDataValue_Results.

func NewGrid_noDataValue_Results_List

func NewGrid_noDataValue_Results_List(s *capnp.Segment, sz int32) (Grid_noDataValue_Results_List, error)

NewGrid_noDataValue_Results creates a new list of Grid_noDataValue_Results.

func (Grid_noDataValue_Results_List) At

func (Grid_noDataValue_Results_List) Set

func (Grid_noDataValue_Results_List) String

type Grid_resolution

type Grid_resolution struct {
	*server.Call
}

Grid_resolution holds the state for a server call to Grid.resolution. See server.Call for documentation.

func (Grid_resolution) AllocResults

func (c Grid_resolution) AllocResults() (Grid_resolution_Results, error)

AllocResults allocates the results struct.

func (Grid_resolution) Args

Args returns the call's arguments.

type Grid_resolution_Params

type Grid_resolution_Params struct{ capnp.Struct }

func NewGrid_resolution_Params

func NewGrid_resolution_Params(s *capnp.Segment) (Grid_resolution_Params, error)

func NewRootGrid_resolution_Params

func NewRootGrid_resolution_Params(s *capnp.Segment) (Grid_resolution_Params, error)

func ReadRootGrid_resolution_Params

func ReadRootGrid_resolution_Params(msg *capnp.Message) (Grid_resolution_Params, error)

func (Grid_resolution_Params) String

func (s Grid_resolution_Params) String() string

type Grid_resolution_Params_Future

type Grid_resolution_Params_Future struct{ *capnp.Future }

Grid_resolution_Params_Future is a wrapper for a Grid_resolution_Params promised by a client call.

func (Grid_resolution_Params_Future) Struct

type Grid_resolution_Params_List

type Grid_resolution_Params_List struct{ capnp.List }

Grid_resolution_Params_List is a list of Grid_resolution_Params.

func NewGrid_resolution_Params_List

func NewGrid_resolution_Params_List(s *capnp.Segment, sz int32) (Grid_resolution_Params_List, error)

NewGrid_resolution_Params creates a new list of Grid_resolution_Params.

func (Grid_resolution_Params_List) At

func (Grid_resolution_Params_List) Set

func (Grid_resolution_Params_List) String

type Grid_resolution_Results

type Grid_resolution_Results struct{ capnp.Struct }

func NewGrid_resolution_Results

func NewGrid_resolution_Results(s *capnp.Segment) (Grid_resolution_Results, error)

func NewRootGrid_resolution_Results

func NewRootGrid_resolution_Results(s *capnp.Segment) (Grid_resolution_Results, error)

func ReadRootGrid_resolution_Results

func ReadRootGrid_resolution_Results(msg *capnp.Message) (Grid_resolution_Results, error)

func (Grid_resolution_Results) Res

func (Grid_resolution_Results) SetRes

func (s Grid_resolution_Results) SetRes(v uint64)

func (Grid_resolution_Results) String

func (s Grid_resolution_Results) String() string

type Grid_resolution_Results_Future

type Grid_resolution_Results_Future struct{ *capnp.Future }

Grid_resolution_Results_Future is a wrapper for a Grid_resolution_Results promised by a client call.

func (Grid_resolution_Results_Future) Struct

type Grid_resolution_Results_List

type Grid_resolution_Results_List struct{ capnp.List }

Grid_resolution_Results_List is a list of Grid_resolution_Results.

func NewGrid_resolution_Results_List

func NewGrid_resolution_Results_List(s *capnp.Segment, sz int32) (Grid_resolution_Results_List, error)

NewGrid_resolution_Results creates a new list of Grid_resolution_Results.

func (Grid_resolution_Results_List) At

func (Grid_resolution_Results_List) Set

func (Grid_resolution_Results_List) String

type Grid_streamCells

type Grid_streamCells struct {
	*server.Call
}

Grid_streamCells holds the state for a server call to Grid.streamCells. See server.Call for documentation.

func (Grid_streamCells) AllocResults

func (c Grid_streamCells) AllocResults() (Grid_streamCells_Results, error)

AllocResults allocates the results struct.

func (Grid_streamCells) Args

Args returns the call's arguments.

type Grid_streamCells_Params

type Grid_streamCells_Params struct{ capnp.Struct }

func NewGrid_streamCells_Params

func NewGrid_streamCells_Params(s *capnp.Segment) (Grid_streamCells_Params, error)

func NewRootGrid_streamCells_Params

func NewRootGrid_streamCells_Params(s *capnp.Segment) (Grid_streamCells_Params, error)

func ReadRootGrid_streamCells_Params

func ReadRootGrid_streamCells_Params(msg *capnp.Message) (Grid_streamCells_Params, error)

func (Grid_streamCells_Params) Callback

func (Grid_streamCells_Params) HasCallback

func (s Grid_streamCells_Params) HasCallback() bool

func (Grid_streamCells_Params) MaxNoOfCellsPerSend

func (s Grid_streamCells_Params) MaxNoOfCellsPerSend() uint64

func (Grid_streamCells_Params) SetCallback

func (s Grid_streamCells_Params) SetCallback(v Grid_Callback) error

func (Grid_streamCells_Params) SetMaxNoOfCellsPerSend

func (s Grid_streamCells_Params) SetMaxNoOfCellsPerSend(v uint64)

func (Grid_streamCells_Params) String

func (s Grid_streamCells_Params) String() string

type Grid_streamCells_Params_Future

type Grid_streamCells_Params_Future struct{ *capnp.Future }

Grid_streamCells_Params_Future is a wrapper for a Grid_streamCells_Params promised by a client call.

func (Grid_streamCells_Params_Future) Callback

func (Grid_streamCells_Params_Future) Struct

type Grid_streamCells_Params_List

type Grid_streamCells_Params_List struct{ capnp.List }

Grid_streamCells_Params_List is a list of Grid_streamCells_Params.

func NewGrid_streamCells_Params_List

func NewGrid_streamCells_Params_List(s *capnp.Segment, sz int32) (Grid_streamCells_Params_List, error)

NewGrid_streamCells_Params creates a new list of Grid_streamCells_Params.

func (Grid_streamCells_Params_List) At

func (Grid_streamCells_Params_List) Set

func (Grid_streamCells_Params_List) String

type Grid_streamCells_Results

type Grid_streamCells_Results struct{ capnp.Struct }

func NewGrid_streamCells_Results

func NewGrid_streamCells_Results(s *capnp.Segment) (Grid_streamCells_Results, error)

func NewRootGrid_streamCells_Results

func NewRootGrid_streamCells_Results(s *capnp.Segment) (Grid_streamCells_Results, error)

func ReadRootGrid_streamCells_Results

func ReadRootGrid_streamCells_Results(msg *capnp.Message) (Grid_streamCells_Results, error)

func (Grid_streamCells_Results) String

func (s Grid_streamCells_Results) String() string

type Grid_streamCells_Results_Future

type Grid_streamCells_Results_Future struct{ *capnp.Future }

Grid_streamCells_Results_Future is a wrapper for a Grid_streamCells_Results promised by a client call.

func (Grid_streamCells_Results_Future) Struct

type Grid_streamCells_Results_List

type Grid_streamCells_Results_List struct{ capnp.List }

Grid_streamCells_Results_List is a list of Grid_streamCells_Results.

func NewGrid_streamCells_Results_List

func NewGrid_streamCells_Results_List(s *capnp.Segment, sz int32) (Grid_streamCells_Results_List, error)

NewGrid_streamCells_Results creates a new list of Grid_streamCells_Results.

func (Grid_streamCells_Results_List) At

func (Grid_streamCells_Results_List) Set

func (Grid_streamCells_Results_List) String

type Grid_valueAt

type Grid_valueAt struct {
	*server.Call
}

Grid_valueAt holds the state for a server call to Grid.valueAt. See server.Call for documentation.

func (Grid_valueAt) AllocResults

func (c Grid_valueAt) AllocResults() (Grid_valueAt_Results, error)

AllocResults allocates the results struct.

func (Grid_valueAt) Args

Args returns the call's arguments.

type Grid_valueAt_Params

type Grid_valueAt_Params struct{ capnp.Struct }

func NewGrid_valueAt_Params

func NewGrid_valueAt_Params(s *capnp.Segment) (Grid_valueAt_Params, error)

func NewRootGrid_valueAt_Params

func NewRootGrid_valueAt_Params(s *capnp.Segment) (Grid_valueAt_Params, error)

func ReadRootGrid_valueAt_Params

func ReadRootGrid_valueAt_Params(msg *capnp.Message) (Grid_valueAt_Params, error)

func (Grid_valueAt_Params) Agg

func (Grid_valueAt_Params) Col

func (s Grid_valueAt_Params) Col() uint64

func (Grid_valueAt_Params) IncludeAggParts

func (s Grid_valueAt_Params) IncludeAggParts() bool

func (Grid_valueAt_Params) Resolution

func (s Grid_valueAt_Params) Resolution() uint64

func (Grid_valueAt_Params) Row

func (s Grid_valueAt_Params) Row() uint64

func (Grid_valueAt_Params) SetAgg

func (s Grid_valueAt_Params) SetAgg(v Aggregation)

func (Grid_valueAt_Params) SetCol

func (s Grid_valueAt_Params) SetCol(v uint64)

func (Grid_valueAt_Params) SetIncludeAggParts

func (s Grid_valueAt_Params) SetIncludeAggParts(v bool)

func (Grid_valueAt_Params) SetResolution

func (s Grid_valueAt_Params) SetResolution(v uint64)

func (Grid_valueAt_Params) SetRow

func (s Grid_valueAt_Params) SetRow(v uint64)

func (Grid_valueAt_Params) String

func (s Grid_valueAt_Params) String() string

type Grid_valueAt_Params_Future

type Grid_valueAt_Params_Future struct{ *capnp.Future }

Grid_valueAt_Params_Future is a wrapper for a Grid_valueAt_Params promised by a client call.

func (Grid_valueAt_Params_Future) Struct

type Grid_valueAt_Params_List

type Grid_valueAt_Params_List struct{ capnp.List }

Grid_valueAt_Params_List is a list of Grid_valueAt_Params.

func NewGrid_valueAt_Params_List

func NewGrid_valueAt_Params_List(s *capnp.Segment, sz int32) (Grid_valueAt_Params_List, error)

NewGrid_valueAt_Params creates a new list of Grid_valueAt_Params.

func (Grid_valueAt_Params_List) At

func (Grid_valueAt_Params_List) Set

func (Grid_valueAt_Params_List) String

func (s Grid_valueAt_Params_List) String() string

type Grid_valueAt_Results

type Grid_valueAt_Results struct{ capnp.Struct }

func NewGrid_valueAt_Results

func NewGrid_valueAt_Results(s *capnp.Segment) (Grid_valueAt_Results, error)

func NewRootGrid_valueAt_Results

func NewRootGrid_valueAt_Results(s *capnp.Segment) (Grid_valueAt_Results, error)

func ReadRootGrid_valueAt_Results

func ReadRootGrid_valueAt_Results(msg *capnp.Message) (Grid_valueAt_Results, error)

func (Grid_valueAt_Results) AggParts

func (Grid_valueAt_Results) HasAggParts

func (s Grid_valueAt_Results) HasAggParts() bool

func (Grid_valueAt_Results) HasVal

func (s Grid_valueAt_Results) HasVal() bool

func (Grid_valueAt_Results) NewAggParts

NewAggParts sets the aggParts field to a newly allocated Grid_AggregationPart_List, preferring placement in s's segment.

func (Grid_valueAt_Results) NewVal

func (s Grid_valueAt_Results) NewVal() (Grid_Value, error)

NewVal sets the val field to a newly allocated Grid_Value struct, preferring placement in s's segment.

func (Grid_valueAt_Results) SetAggParts

func (Grid_valueAt_Results) SetVal

func (Grid_valueAt_Results) String

func (s Grid_valueAt_Results) String() string

func (Grid_valueAt_Results) Val

type Grid_valueAt_Results_Future

type Grid_valueAt_Results_Future struct{ *capnp.Future }

Grid_valueAt_Results_Future is a wrapper for a Grid_valueAt_Results promised by a client call.

func (Grid_valueAt_Results_Future) Struct

func (Grid_valueAt_Results_Future) Val

type Grid_valueAt_Results_List

type Grid_valueAt_Results_List struct{ capnp.List }

Grid_valueAt_Results_List is a list of Grid_valueAt_Results.

func NewGrid_valueAt_Results_List

func NewGrid_valueAt_Results_List(s *capnp.Segment, sz int32) (Grid_valueAt_Results_List, error)

NewGrid_valueAt_Results creates a new list of Grid_valueAt_Results.

func (Grid_valueAt_Results_List) At

func (Grid_valueAt_Results_List) Set

func (Grid_valueAt_Results_List) String

func (s Grid_valueAt_Results_List) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL