From 25577704277ad9ba2d0a9b4b1c1ddde254958c56 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Fri, 8 Jan 2016 11:03:58 -0800 Subject: updated site --- documentation/manual.html | 4 ++-- downloads/index.html | 21 +++++++++++---------- .../github/jodersky/flow/AccessDeniedException.html | 2 +- .../jodersky/flow/InvalidSettingsException.html | 2 +- .../github/jodersky/flow/NoSuchPortException.html | 2 +- latest/api/com/github/jodersky/flow/Parity$.html | 2 +- .../github/jodersky/flow/PortClosedException.html | 2 +- .../github/jodersky/flow/PortInUseException.html | 2 +- .../jodersky/flow/PortInterruptedException.html | 4 ++-- .../com/github/jodersky/flow/Serial$$Close$.html | 2 +- .../com/github/jodersky/flow/Serial$$Closed$.html | 2 +- .../com/github/jodersky/flow/Serial$$Command.html | 2 +- .../github/jodersky/flow/Serial$$CommandFailed.html | 2 +- .../com/github/jodersky/flow/Serial$$Connected.html | 2 +- .../api/com/github/jodersky/flow/Serial$$Event.html | 2 +- .../com/github/jodersky/flow/Serial$$Message.html | 2 +- .../com/github/jodersky/flow/Serial$$NoAck$.html | 2 +- .../api/com/github/jodersky/flow/Serial$$Open.html | 2 +- .../com/github/jodersky/flow/Serial$$Opened.html | 2 +- .../com/github/jodersky/flow/Serial$$Received.html | 2 +- .../com/github/jodersky/flow/Serial$$Unwatch.html | 2 +- .../api/com/github/jodersky/flow/Serial$$Watch.html | 2 +- .../api/com/github/jodersky/flow/Serial$$Write.html | 2 +- latest/api/com/github/jodersky/flow/Serial$.html | 2 +- latest/api/com/github/jodersky/flow/SerialExt.html | 2 +- .../com/github/jodersky/flow/SerialManager$.html | 2 +- .../api/com/github/jodersky/flow/SerialManager.html | 2 +- .../com/github/jodersky/flow/SerialOperator$.html | 2 +- .../com/github/jodersky/flow/SerialOperator.html | 2 +- .../com/github/jodersky/flow/SerialSettings.html | 2 +- .../jodersky/flow/internal/NativeLoader$.html | 2 +- .../com/github/jodersky/flow/internal/Reader.html | 2 +- .../jodersky/flow/internal/SerialConnection$.html | 2 +- .../jodersky/flow/internal/SerialConnection.html | 2 +- .../github/jodersky/flow/internal/ThreadDied.html | 2 +- .../com/github/jodersky/flow/internal/Watcher$.html | 2 +- .../com/github/jodersky/flow/internal/Watcher.html | 2 +- .../terminal/ConsoleReader$$ConsoleInput.html | 2 +- .../flow/samples/terminal/ConsoleReader$$EOT$.html | 2 +- .../flow/samples/terminal/ConsoleReader$$Read$.html | 2 +- .../flow/samples/terminal/ConsoleReader$.html | 2 +- .../flow/samples/terminal/ConsoleReader.html | 2 +- .../jodersky/flow/samples/terminal/Main$.html | 2 +- .../flow/samples/terminal/Terminal$$Wrote.html | 2 +- .../jodersky/flow/samples/terminal/Terminal$.html | 2 +- .../jodersky/flow/samples/terminal/Terminal.html | 2 +- .../github/jodersky/flow/samples/watcher/Main$.html | 2 +- .../jodersky/flow/samples/watcher/Watcher.html | 2 +- 48 files changed, 60 insertions(+), 59 deletions(-) diff --git a/documentation/manual.html b/documentation/manual.html index 6580f53..2d402c7 100644 --- a/documentation/manual.html +++ b/documentation/manual.html @@ -86,7 +86,7 @@

Getting Started

Flow uses SBT as build system. To get started, include a dependency to flow in your project:

-
libraryDependencies += "com.github.jodersky" %% "flow" % "2.4.0-M1"
+
libraryDependencies += "com.github.jodersky" %% "flow" % "2.4.0-M2"
 
@@ -109,7 +109,7 @@

The Easy Way

In case your OS/architecture combination is present in the “supported platforms” table in the downloads section, add a second dependency to your project:

-
libraryDependencies += "com.github.jodersky" % "flow-native" % "2.4.0-M1" % "runtime"
+
libraryDependencies += "com.github.jodersky" % "flow-native" % "2.4.0-M2" % "runtime"
 
diff --git a/downloads/index.html b/downloads/index.html index fbb48a4..842b440 100644 --- a/downloads/index.html +++ b/downloads/index.html @@ -43,7 +43,7 @@
-

Latest Version 2.4.0-M1

+

Latest Version 2.4.0-M2

@@ -52,10 +52,10 @@

Add the following tothe build configuration:

//main artifact
-libraryDependencies += "com.github.jodersky" %% "flow" % "2.4.0-M1"
+libraryDependencies += "com.github.jodersky" %% "flow" % "2.4.0-M2"
 
 //(optional) "fat" jar containing native libraries
-libraryDependencies += "com.github.jodersky" % "flow-native" % "2.4.0-M1" % "runtime"
+libraryDependencies += "com.github.jodersky" % "flow-native" % "2.4.0-M2" % "runtime"
 
@@ -64,18 +64,18 @@ @@ -91,8 +91,9 @@ - Linuxx86_64 + Linuxx86_64 x86 + armv6l armv7l Darwin (Mac OSX)x86_64 diff --git a/latest/api/com/github/jodersky/flow/AccessDeniedException.html b/latest/api/com/github/jodersky/flow/AccessDeniedException.html index 1745d4c..0e369cb 100644 --- a/latest/api/com/github/jodersky/flow/AccessDeniedException.html +++ b/latest/api/com/github/jodersky/flow/AccessDeniedException.html @@ -49,7 +49,7 @@ -

Permissions are not sufficient to open a serial port.

Source

Permissions are not sufficient to open a serial port.

Source
exceptions.scala
Linear Supertypes
Exception, Throwable, Serializable, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/InvalidSettingsException.html b/latest/api/com/github/jodersky/flow/InvalidSettingsException.html index 04b4f73..ca2ac35 100644 --- a/latest/api/com/github/jodersky/flow/InvalidSettingsException.html +++ b/latest/api/com/github/jodersky/flow/InvalidSettingsException.html @@ -49,7 +49,7 @@ -

The settings specified are invalid.

Source

The settings specified are invalid.

Source
exceptions.scala
Linear Supertypes
Exception, Throwable, Serializable, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/NoSuchPortException.html b/latest/api/com/github/jodersky/flow/NoSuchPortException.html index b91ad6a..347b495 100644 --- a/latest/api/com/github/jodersky/flow/NoSuchPortException.html +++ b/latest/api/com/github/jodersky/flow/NoSuchPortException.html @@ -49,7 +49,7 @@ -

The requested port could not be found.

Source

The requested port could not be found.

Source
exceptions.scala
Linear Supertypes
Exception, Throwable, Serializable, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/Parity$.html b/latest/api/com/github/jodersky/flow/Parity$.html index fb0a875..1e9bb38 100644 --- a/latest/api/com/github/jodersky/flow/Parity$.html +++ b/latest/api/com/github/jodersky/flow/Parity$.html @@ -49,7 +49,7 @@ -

Specifies available parities used in serial communication.

Source

Specifies available parities used in serial communication.

Source
Parity.scala
Linear Supertypes
Enumeration, Serializable, Serializable, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/PortClosedException.html b/latest/api/com/github/jodersky/flow/PortClosedException.html index c3b91cd..e675eb8 100644 --- a/latest/api/com/github/jodersky/flow/PortClosedException.html +++ b/latest/api/com/github/jodersky/flow/PortClosedException.html @@ -49,7 +49,7 @@ -

The specified port has been closed.

Source

The specified port has been closed.

Source
exceptions.scala
Linear Supertypes
Exception, Throwable, Serializable, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/PortInUseException.html b/latest/api/com/github/jodersky/flow/PortInUseException.html index c8508e1..8673180 100644 --- a/latest/api/com/github/jodersky/flow/PortInUseException.html +++ b/latest/api/com/github/jodersky/flow/PortInUseException.html @@ -49,7 +49,7 @@ -

The requested port is in use by someone else.

Source

The requested port is in use by someone else.

Source
exceptions.scala
Linear Supertypes
Exception, Throwable, Serializable, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/PortInterruptedException.html b/latest/api/com/github/jodersky/flow/PortInterruptedException.html index a58527f..486e73a 100644 --- a/latest/api/com/github/jodersky/flow/PortInterruptedException.html +++ b/latest/api/com/github/jodersky/flow/PortInterruptedException.html @@ -49,14 +49,14 @@ -

A blocking operation on a port was interrupted, most likely indicating that the port is closing.

Source

A blocking operation on a port was interrupted, most likely indicating that the port is closing.

Source
exceptions.scala
Linear Supertypes
Exception, Throwable, Serializable, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/Serial$$Close$.html b/latest/api/com/github/jodersky/flow/Serial$$Close$.html index 0119ca3..7dc6edc 100644 --- a/latest/api/com/github/jodersky/flow/Serial$$Close$.html +++ b/latest/api/com/github/jodersky/flow/Serial$$Close$.html @@ -51,7 +51,7 @@

Request closing of port.

Send this command to an operator to close its associated port. The operator will respond with a Closed message upon closing the serial port. -

Source
Source
Serial.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, Command, Message, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/Serial$$Closed$.html b/latest/api/com/github/jodersky/flow/Serial$$Closed$.html index 206da89..5b37f32 100644 --- a/latest/api/com/github/jodersky/flow/Serial$$Closed$.html +++ b/latest/api/com/github/jodersky/flow/Serial$$Closed$.html @@ -50,7 +50,7 @@

A port has been closed.

Event sent from operator, indicating that its port has been closed. -

Source
Source
Serial.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, Event, Message, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/Serial$$Command.html b/latest/api/com/github/jodersky/flow/Serial$$Command.html index 89dadf2..3f1d954 100644 --- a/latest/api/com/github/jodersky/flow/Serial$$Command.html +++ b/latest/api/com/github/jodersky/flow/Serial$$Command.html @@ -49,7 +49,7 @@ -

A message extending this trait is to be viewed as a command, an out-bound message issued by the client to flow's API.

Source

A message extending this trait is to be viewed as a command, an out-bound message issued by the client to flow's API.

Source
Serial.scala
Linear Supertypes
Message, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/Serial$$CommandFailed.html b/latest/api/com/github/jodersky/flow/Serial$$CommandFailed.html index 3a71279..85f7c6d 100644 --- a/latest/api/com/github/jodersky/flow/Serial$$CommandFailed.html +++ b/latest/api/com/github/jodersky/flow/Serial$$CommandFailed.html @@ -49,7 +49,7 @@ -

A command has failed.

Source

A command has failed.

Source
Serial.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, Event, Message, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/Serial$$Connected.html b/latest/api/com/github/jodersky/flow/Serial$$Connected.html index 0a85a90..d87caf4 100644 --- a/latest/api/com/github/jodersky/flow/Serial$$Connected.html +++ b/latest/api/com/github/jodersky/flow/Serial$$Connected.html @@ -50,7 +50,7 @@

A new port (i.e. file) has been detected. -

port

the absolute file name of the connected port

Source
port

the absolute file name of the connected port

Source
Serial.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, Event, Message, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/Serial$$Event.html b/latest/api/com/github/jodersky/flow/Serial$$Event.html index a2ff4ce..0975df5 100644 --- a/latest/api/com/github/jodersky/flow/Serial$$Event.html +++ b/latest/api/com/github/jodersky/flow/Serial$$Event.html @@ -49,7 +49,7 @@ -

A message extending this trait is to be viewed as an event, an in-bound message issued by flow to the client.

Source

A message extending this trait is to be viewed as an event, an in-bound message issued by flow to the client.

Source
Serial.scala
Linear Supertypes
Message, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/Serial$$Message.html b/latest/api/com/github/jodersky/flow/Serial$$Message.html index 7bf0517..1e97a05 100644 --- a/latest/api/com/github/jodersky/flow/Serial$$Message.html +++ b/latest/api/com/github/jodersky/flow/Serial$$Message.html @@ -49,7 +49,7 @@ -

Base trait for any flow-related messages.

Source

Base trait for any flow-related messages.

Source
Serial.scala
Linear Supertypes
AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/Serial$$NoAck$.html b/latest/api/com/github/jodersky/flow/Serial$$NoAck$.html index 7342627..943d79d 100644 --- a/latest/api/com/github/jodersky/flow/Serial$$NoAck$.html +++ b/latest/api/com/github/jodersky/flow/Serial$$NoAck$.html @@ -50,7 +50,7 @@

Special type of acknowledgment that is not sent back. -

Source
Source
Serial.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, (Int) ⇒ Event, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/Serial$$Open.html b/latest/api/com/github/jodersky/flow/Serial$$Open.html index f3b7757..5f07e65 100644 --- a/latest/api/com/github/jodersky/flow/Serial$$Open.html +++ b/latest/api/com/github/jodersky/flow/Serial$$Open.html @@ -53,7 +53,7 @@ attempt to open a serial port with the specified parameters and, if successful, create a SerialOperator actor associated to the port. The operator actor acts as an intermediate to the underlying native serial port, dealing with threading issues and dispatching messages.

In case the port is successfully opened, the operator will respond with an Opened message. In case the port cannot be opened, the manager will respond with a CommandFailed message. -

port

name of serial port to open

settings

settings of serial port to open

bufferSize

maximum read and write buffer sizes

Source
port

name of serial port to open

settings

settings of serial port to open

bufferSize

maximum read and write buffer sizes

Source
Serial.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, Command, Message, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/Serial$$Opened.html b/latest/api/com/github/jodersky/flow/Serial$$Opened.html index b04a1fb..d012ec4 100644 --- a/latest/api/com/github/jodersky/flow/Serial$$Opened.html +++ b/latest/api/com/github/jodersky/flow/Serial$$Opened.html @@ -51,7 +51,7 @@

A port has been successfully opened.

Event sent by a port operator, indicating that a serial port was successfully opened. The sender of this message is the operator associated to the given serial port. -

port

name of opened serial port

Source
port

name of opened serial port

Source
Serial.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, Event, Message, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/Serial$$Received.html b/latest/api/com/github/jodersky/flow/Serial$$Received.html index 37dfaad..a05f0d9 100644 --- a/latest/api/com/github/jodersky/flow/Serial$$Received.html +++ b/latest/api/com/github/jodersky/flow/Serial$$Received.html @@ -50,7 +50,7 @@

Data has been received.

Event sent by an operator, indicating that data was received on the operator's serial port. -

data

data received on the port

Source
data

data received on the port

Source
Serial.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, Event, Message, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/Serial$$Unwatch.html b/latest/api/com/github/jodersky/flow/Serial$$Unwatch.html index 961c474..1a0ecce 100644 --- a/latest/api/com/github/jodersky/flow/Serial$$Unwatch.html +++ b/latest/api/com/github/jodersky/flow/Serial$$Unwatch.html @@ -50,7 +50,7 @@

Stop receiving notifications about a previously watched directory. -

directory

the directory to unwatch

Source
directory

the directory to unwatch

Source
Serial.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, Command, Message, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/Serial$$Watch.html b/latest/api/com/github/jodersky/flow/Serial$$Watch.html index c702d89..2808e5d 100644 --- a/latest/api/com/github/jodersky/flow/Serial$$Watch.html +++ b/latest/api/com/github/jodersky/flow/Serial$$Watch.html @@ -52,7 +52,7 @@

Watch a directory for new ports.

Send this command to the manager to get notifications when a new port (i.e. file) is created in the given directory. In case the given directory cannot be watched, the manager responds with a CommandFailed message.

Note: the sender is also notified of currently existing ports. -

directory

the directory to watch

skipInitial

don't get notified of already existing ports

Source
directory

the directory to watch

skipInitial

don't get notified of already existing ports

Source
Serial.scala
See also

Connected

Unwatch

Linear Supertypes
Serializable, Serializable, Product, Equals, Command, Message, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/Serial$$Write.html b/latest/api/com/github/jodersky/flow/Serial$$Write.html index dd8d3f8..560489d 100644 --- a/latest/api/com/github/jodersky/flow/Serial$$Write.html +++ b/latest/api/com/github/jodersky/flow/Serial$$Write.html @@ -55,7 +55,7 @@ Note that a successful write does not guarantee the actual transmission of data it merely guarantees that the data has been stored in the operating system's kernel buffer, ready to be transmitted.

data

data to be written to port

ack

acknowledgment sent back to sender once data has been enqueued in kernel for sending (the acknowledgment -is a function 'number of bytes written => event')

Source
Source
Serial.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, Command, Message, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/Serial$.html b/latest/api/com/github/jodersky/flow/Serial$.html index a104a76..5e23eaf 100644 --- a/latest/api/com/github/jodersky/flow/Serial$.html +++ b/latest/api/com/github/jodersky/flow/Serial$.html @@ -49,7 +49,7 @@ -

Defines messages used by flow's serial IO layer.

Source

Defines messages used by flow's serial IO layer.

Source
Serial.scala
Linear Supertypes
ExtensionKey[SerialExt], ExtensionIdProvider, ExtensionId[SerialExt], AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/SerialExt.html b/latest/api/com/github/jodersky/flow/SerialExt.html index 04a3aa9..01a0fd3 100644 --- a/latest/api/com/github/jodersky/flow/SerialExt.html +++ b/latest/api/com/github/jodersky/flow/SerialExt.html @@ -49,7 +49,7 @@ -

Provides the serial IO manager.

Source

Provides the serial IO manager.

Source
SerialExt.scala
Linear Supertypes
Extension, Extension, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/SerialManager$.html b/latest/api/com/github/jodersky/flow/SerialManager$.html index 5595e6d..f79c6b9 100644 --- a/latest/api/com/github/jodersky/flow/SerialManager$.html +++ b/latest/api/com/github/jodersky/flow/SerialManager$.html @@ -51,7 +51,7 @@ -
Source
Source
SerialManager.scala
Linear Supertypes
AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/SerialManager.html b/latest/api/com/github/jodersky/flow/SerialManager.html index 3b83ed5..49b80e8 100644 --- a/latest/api/com/github/jodersky/flow/SerialManager.html +++ b/latest/api/com/github/jodersky/flow/SerialManager.html @@ -52,7 +52,7 @@

Entry point to the serial API. Actor that manages serial port creation. Once opened, a serial port is handed over to -a dedicated operator actor that acts as an intermediate between client code and the native system serial port.

Source
Source
SerialManager.scala
See also

SerialOperator

Linear Supertypes
ActorLogging, Actor, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/SerialOperator$.html b/latest/api/com/github/jodersky/flow/SerialOperator$.html index 4c8c7c8..39add17 100644 --- a/latest/api/com/github/jodersky/flow/SerialOperator$.html +++ b/latest/api/com/github/jodersky/flow/SerialOperator$.html @@ -51,7 +51,7 @@ -
Source
Source
SerialOperator.scala
Linear Supertypes
AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/SerialOperator.html b/latest/api/com/github/jodersky/flow/SerialOperator.html index 47b6ce0..6131685 100644 --- a/latest/api/com/github/jodersky/flow/SerialOperator.html +++ b/latest/api/com/github/jodersky/flow/SerialOperator.html @@ -51,7 +51,7 @@ -

Operator associated to an open serial port. All communication with a port is done via an operator. Operators are created though the serial manager.

Source

Operator associated to an open serial port. All communication with a port is done via an operator. Operators are created though the serial manager.

Source
SerialOperator.scala
See also

SerialManager

Linear Supertypes
ActorLogging, Actor, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/SerialSettings.html b/latest/api/com/github/jodersky/flow/SerialSettings.html index 9fbeeb4..9cae130 100644 --- a/latest/api/com/github/jodersky/flow/SerialSettings.html +++ b/latest/api/com/github/jodersky/flow/SerialSettings.html @@ -49,7 +49,7 @@ -

Groups settings used in communication over a serial port.

baud

baud rate to use with serial port

characterSize

size of a character of the data sent through the serial port

twoStopBits

set to use two stop bits instead of one

parity

type of parity to use with serial port

Source

Groups settings used in communication over a serial port.

baud

baud rate to use with serial port

characterSize

size of a character of the data sent through the serial port

twoStopBits

set to use two stop bits instead of one

parity

type of parity to use with serial port

Source
SerialSettings.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/internal/NativeLoader$.html b/latest/api/com/github/jodersky/flow/internal/NativeLoader$.html index 65ce1ab..87240a4 100644 --- a/latest/api/com/github/jodersky/flow/internal/NativeLoader$.html +++ b/latest/api/com/github/jodersky/flow/internal/NativeLoader$.html @@ -49,7 +49,7 @@ -

Handles loading of the current platform's native library for flow.

Source

Handles loading of the current platform's native library for flow.

Source
NativeLoader.scala
Linear Supertypes
AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/internal/Reader.html b/latest/api/com/github/jodersky/flow/internal/Reader.html index 1571595..8d31466 100644 --- a/latest/api/com/github/jodersky/flow/internal/Reader.html +++ b/latest/api/com/github/jodersky/flow/internal/Reader.html @@ -49,7 +49,7 @@ -
Source
Source
Reader.scala
Linear Supertypes
Thread, Runnable, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/internal/SerialConnection$.html b/latest/api/com/github/jodersky/flow/internal/SerialConnection$.html index c16f888..3809e60 100644 --- a/latest/api/com/github/jodersky/flow/internal/SerialConnection$.html +++ b/latest/api/com/github/jodersky/flow/internal/SerialConnection$.html @@ -51,7 +51,7 @@ -
Source
Source
SerialConnection.scala
Linear Supertypes
AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/internal/SerialConnection.html b/latest/api/com/github/jodersky/flow/internal/SerialConnection.html index ee32f65..73592e8 100644 --- a/latest/api/com/github/jodersky/flow/internal/SerialConnection.html +++ b/latest/api/com/github/jodersky/flow/internal/SerialConnection.html @@ -54,7 +54,7 @@

Represents a serial connection in a more secure and object-oriented style than NativeSerial. In contrast to the latter, this class encapsulates and secures any pointers used to communicate with the native backend and is thread-safe.

The underlying serial port is assumed open when this class is initialized. -

Source
Source
SerialConnection.scala
Linear Supertypes
AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/internal/ThreadDied.html b/latest/api/com/github/jodersky/flow/internal/ThreadDied.html index e45c0cc..41e5c36 100644 --- a/latest/api/com/github/jodersky/flow/internal/ThreadDied.html +++ b/latest/api/com/github/jodersky/flow/internal/ThreadDied.html @@ -49,7 +49,7 @@ -
Source
Source
ThreadDied.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/internal/Watcher$.html b/latest/api/com/github/jodersky/flow/internal/Watcher$.html index b681211..248f1f9 100644 --- a/latest/api/com/github/jodersky/flow/internal/Watcher$.html +++ b/latest/api/com/github/jodersky/flow/internal/Watcher$.html @@ -51,7 +51,7 @@ -
Source
Source
Watcher.scala
Linear Supertypes
AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/internal/Watcher.html b/latest/api/com/github/jodersky/flow/internal/Watcher.html index 4da8d41..8b8832d 100644 --- a/latest/api/com/github/jodersky/flow/internal/Watcher.html +++ b/latest/api/com/github/jodersky/flow/internal/Watcher.html @@ -51,7 +51,7 @@ -
Source
Source
Watcher.scala
Linear Supertypes
Actor, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/samples/terminal/ConsoleReader$$ConsoleInput.html b/latest/api/com/github/jodersky/flow/samples/terminal/ConsoleReader$$ConsoleInput.html index fabe425..aac8707 100644 --- a/latest/api/com/github/jodersky/flow/samples/terminal/ConsoleReader$$ConsoleInput.html +++ b/latest/api/com/github/jodersky/flow/samples/terminal/ConsoleReader$$ConsoleInput.html @@ -49,7 +49,7 @@ -
Source
Source
ConsoleReader.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/samples/terminal/ConsoleReader$$EOT$.html b/latest/api/com/github/jodersky/flow/samples/terminal/ConsoleReader$$EOT$.html index e848c53..6bbb803 100644 --- a/latest/api/com/github/jodersky/flow/samples/terminal/ConsoleReader$$EOT$.html +++ b/latest/api/com/github/jodersky/flow/samples/terminal/ConsoleReader$$EOT$.html @@ -49,7 +49,7 @@ -
Source
Source
ConsoleReader.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/samples/terminal/ConsoleReader$$Read$.html b/latest/api/com/github/jodersky/flow/samples/terminal/ConsoleReader$$Read$.html index b37febb..01be739 100644 --- a/latest/api/com/github/jodersky/flow/samples/terminal/ConsoleReader$$Read$.html +++ b/latest/api/com/github/jodersky/flow/samples/terminal/ConsoleReader$$Read$.html @@ -49,7 +49,7 @@ -
Source
Source
ConsoleReader.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/samples/terminal/ConsoleReader$.html b/latest/api/com/github/jodersky/flow/samples/terminal/ConsoleReader$.html index fcef0c7..edf6f77 100644 --- a/latest/api/com/github/jodersky/flow/samples/terminal/ConsoleReader$.html +++ b/latest/api/com/github/jodersky/flow/samples/terminal/ConsoleReader$.html @@ -51,7 +51,7 @@ -
Source
Source
ConsoleReader.scala
Linear Supertypes
AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/samples/terminal/ConsoleReader.html b/latest/api/com/github/jodersky/flow/samples/terminal/ConsoleReader.html index 4d2efb7..6eed367 100644 --- a/latest/api/com/github/jodersky/flow/samples/terminal/ConsoleReader.html +++ b/latest/api/com/github/jodersky/flow/samples/terminal/ConsoleReader.html @@ -51,7 +51,7 @@ -
Source
Source
ConsoleReader.scala
Linear Supertypes
Actor, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/samples/terminal/Main$.html b/latest/api/com/github/jodersky/flow/samples/terminal/Main$.html index a8336a0..9586926 100644 --- a/latest/api/com/github/jodersky/flow/samples/terminal/Main$.html +++ b/latest/api/com/github/jodersky/flow/samples/terminal/Main$.html @@ -49,7 +49,7 @@ -
Source
Source
Main.scala
Linear Supertypes
AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/samples/terminal/Terminal$$Wrote.html b/latest/api/com/github/jodersky/flow/samples/terminal/Terminal$$Wrote.html index 38efdf0..facdae4 100644 --- a/latest/api/com/github/jodersky/flow/samples/terminal/Terminal$$Wrote.html +++ b/latest/api/com/github/jodersky/flow/samples/terminal/Terminal$$Wrote.html @@ -49,7 +49,7 @@ -
Source
Source
Terminal.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, Event, Message, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/samples/terminal/Terminal$.html b/latest/api/com/github/jodersky/flow/samples/terminal/Terminal$.html index 33fdeea..dca851f 100644 --- a/latest/api/com/github/jodersky/flow/samples/terminal/Terminal$.html +++ b/latest/api/com/github/jodersky/flow/samples/terminal/Terminal$.html @@ -51,7 +51,7 @@ -
Source
Source
Terminal.scala
Linear Supertypes
AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/samples/terminal/Terminal.html b/latest/api/com/github/jodersky/flow/samples/terminal/Terminal.html index cb62ea6..cf3386c 100644 --- a/latest/api/com/github/jodersky/flow/samples/terminal/Terminal.html +++ b/latest/api/com/github/jodersky/flow/samples/terminal/Terminal.html @@ -51,7 +51,7 @@ -
Source
Source
Terminal.scala
Linear Supertypes
ActorLogging, Actor, AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/samples/watcher/Main$.html b/latest/api/com/github/jodersky/flow/samples/watcher/Main$.html index 33f6817..80853e1 100644 --- a/latest/api/com/github/jodersky/flow/samples/watcher/Main$.html +++ b/latest/api/com/github/jodersky/flow/samples/watcher/Main$.html @@ -49,7 +49,7 @@ -
Source
Source
main.scala
Linear Supertypes
AnyRef, Any
diff --git a/latest/api/com/github/jodersky/flow/samples/watcher/Watcher.html b/latest/api/com/github/jodersky/flow/samples/watcher/Watcher.html index 38b8225..6af9d56 100644 --- a/latest/api/com/github/jodersky/flow/samples/watcher/Watcher.html +++ b/latest/api/com/github/jodersky/flow/samples/watcher/Watcher.html @@ -49,7 +49,7 @@ -
Source
Source
main.scala
Linear Supertypes
ActorLogging, Actor, AnyRef, Any
-- cgit v1.2.3