Documentation
¶
Overview ¶
Package cyclone provides a CycloneDDS-backed implementation of the dds interfaces via CGo. This stub is compiled when the cyclone build tag is absent; both constructors return a descriptive error so callers can fall back gracefully to the mock implementation.
To build the real CGo implementation:
apt-get install -y libcyclonedds-dev # Debian/Ubuntu brew install cyclonedds # macOS go build -tags cyclone ./...
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(_ dds.Domain) (dds.Participant, error)
New returns an error when the cyclone build tag is absent.
func NewWithOptions ¶
NewWithOptions returns an error when the cyclone build tag is absent.
Types ¶
Click to show internal directories.
Click to hide internal directories.