Data Structures | Defines | Typedefs

I_OneWayTunnel.h File Reference

One way tunnel. More...

#include "I_EventSystem.h"
Include dependency graph for I_OneWayTunnel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  OneWayTunnel
 A generic state machine that connects two virtual conections. More...

Defines

#define TUNNEL_TILL_DONE   INT64_MAX
#define ONE_WAY_TUNNEL_CLOSE_ALL   NULL

Typedefs

typedef void(* Transform_fn )(MIOBufferAccessor &in_buf, MIOBufferAccessor &out_buf)

Detailed Description

One way tunnel.

License

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Details

Part of the utils library which contains classes that use multiple components of the IO-Core to implement some useful functionality. The classes also serve as good examples of how to use the IO-Core.

Definition in file I_OneWayTunnel.h.


Define Documentation

#define ONE_WAY_TUNNEL_CLOSE_ALL   NULL

Definition at line 44 of file I_OneWayTunnel.h.

#define TUNNEL_TILL_DONE   INT64_MAX

Typedef Documentation

typedef void(* Transform_fn)(MIOBufferAccessor &in_buf, MIOBufferAccessor &out_buf)

Definition at line 46 of file I_OneWayTunnel.h.