Module sttp::transport

source ·
Expand description

Represents transport functionality of the STTP library.

Structs

Represents a basic Measurement for transmission or reception in the STTP API.
Represents a compact Measurement for transmission or reception in the STTP API.
Enumeration of the possible compression modes supported by STTP.
Defines the bitflags representing the possible flags for a data packet.
Defines default values for various STTP settings.
Enumeration of the possible modes that affect how DataPublisher and DataSubscriber communicate during as STTP session.
Represents a mapping of 32-bit runtime IDs to 128-bit globally unique measurement IDs. The class additionally provides reverse lookup and an extra mapping to human-readable measurement keys.
Defines the bitflags representing the possible quality states of a Measurement value.
Defines subscription related settings for a DataSubscriber instance.

Enums

Enumeration of the possible connection status results used by the SubscriberConnector.
Enumeration of the possible string encoding options of an STTP session.
Enumeration of the possible security modes used by the DataPublisher to secure data sent over the command channel in STTP.
Enumeration of the possible server commands received by a DataPublisher and sent by a DataSubscriber during an STTP session.
Enumeration of the possible server responses sent by DataPublisher and received by DataSubscriber during an STTP session.

Traits

Defines a trait representing measured data in the STTP API.