Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultShmPath = "/var/run/clockbound/shm"
Variables ¶
View Source
var ClockStatusName = map[ClockStatus]string{ ClockStatusUnknown: "UNKNOWN", ClockStatusSynchronized: "SYNCHRONIZED", ClockStatusFreeRunning: "FREE_RUNNING", }
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client represents a connection to ClockBound's shared memory file.
type ClockStatus ¶
type ClockStatus int
const ( ClockStatusUnknown ClockStatus = iota ClockStatusSynchronized ClockStatusFreeRunning )
func (ClockStatus) String ¶ added in v0.1.2
func (cs ClockStatus) String() string
Click to show internal directories.
Click to hide internal directories.