Documentation ¶
Index ¶
- Constants
- Variables
- func ServiceMgrInit(mgrId int, serviceMgrChan chan string, stateStorageType string, ...)
- type CLBufElement
- type CLPack
- type Dim2Elem
- type Dim3Elem
- type FeederPathElem
- type FeederSubElem
- type HistoryList
- type IoTDBConfiguration
- type PathDimElem
- type PostProcessBufElement1dim
- type PostProcessBufElement2dim
- type PostProcessBufElement3dim
- type RegRequest
- type RingBuffer
- type RingElement
- type SignalDimensionLists
- type SubThreads
- type SubscriptionState
- type TriggChannelElem
- type TriggRoutingData
- type TriggRoutingElem
Constants ¶
View Source
const MAXCLBUFSIZE = 240 // something large...
View Source
const MAXCLSESSIONS = 25 // This value depends on the HW memory and performance
View Source
const MAXTICKERS = 255 // total number of active subscription and history tickers
Variables ¶
View Source
var CLChannel chan CLPack
View Source
var IoTDBClientConfig = &client.Config{
Host: "127.0.0.1",
Port: "6667",
UserName: "root",
Password: "root",
}
View Source
var IoTDBConfig = IoTDBConfiguration{
"127.0.0.1",
"6667",
"root",
"root",
"root.test2.dev1",
5000,
}
Default IoTDB connector configuration
View Source
var IoTDBsession client.Session
Apache IoTDB
Functions ¶
Types ¶
type CLBufElement ¶
type FeederPathElem ¶
type FeederSubElem ¶
type HistoryList ¶
type IoTDBConfiguration ¶
type PathDimElem ¶
type PostProcessBufElement1dim ¶
type PostProcessBufElement1dim struct { Data CLBufElement Dp string Type int }
posxType values: >0 => saved by PDR algo, 0 => not saved by PDR, -1 => empty
type PostProcessBufElement2dim ¶
type PostProcessBufElement2dim struct { Data1 CLBufElement Data2 CLBufElement Dp1 string Dp2 string Type int }
type PostProcessBufElement3dim ¶
type PostProcessBufElement3dim struct { Data1 CLBufElement Data2 CLBufElement Data3 CLBufElement Dp1 string Dp2 string Dp3 string Type int }
type RegRequest ¶
type RegRequest struct {
Rootnode string
}
type RingBuffer ¶
type RingBuffer struct { RingElem []RingElement Head int Tail int // contains filtered or unexported fields }
type RingElement ¶
type SignalDimensionLists ¶
type SignalDimensionLists struct {
// contains filtered or unexported fields
}
type SubThreads ¶
type SubscriptionState ¶
type TriggChannelElem ¶
type TriggChannelElem struct {
Busy bool
}
type TriggRoutingData ¶
type TriggRoutingData struct { SubscriptionId string TriggRoutingList []TriggRoutingElem }
type TriggRoutingElem ¶
Click to show internal directories.
Click to hide internal directories.