Crate device_connector

source ·

Re-exports

pub extern crate device_connector_common as common;
pub use base::EmptyElementConf;
pub use element::*;

Modules

Basic elements for Device Connector. Base elements for Device Connector.
Configuration types.
Element definitions
Error types.
Process handlings

Macros

Implement dc_load by types that implement ElementBuildable

Structs

General element configuration type
The Error type, a wrapper around a dynamic error type.
Load plugin libraries.
Rusty DcMsg for ElementBuildable::next().
Rusty DcMsgReceiver for ElementBuildable::next().
Buffer for MsgReceiverRead
Wrapper type to implement Read for MsgReceiver
Rusty DcPipeline for ElementBuildable::next().
Run built tasks.
Runner builder.

Enums

Return value from element

Functions

Get tasks are closing or not

Type Definitions

Result value of elements
Port number of elements.