Documentation ¶
Index ¶
Constants ¶
View Source
const ( MaxDcus = 256 DataTypeUndefined = C._undefined DataTypeInt16 = C._16bit_integer DataTypeInt32 = C._32bit_integer DataTypeInt64 = C._64bit_integer DataTypeFloat32 = C._32bit_float DataTypeFloat64 = C._64bit_double DataTypeComplex32 = C._32bit_complex DataTypeUint32 = C._32bit_uint MinDataType = DataTypeInt16 MaxDataType = DataTypeUint32 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ChannelAndIndex ¶
type ChannelAndIndex struct { Name string ChannelIndex }
type ChannelIndex ¶
type DcuConfig ¶
type DcuConfig struct { DcuId int ChannelHash uint32 ConfigHash uint32 Channels []OnlineChannel }
type IfoConfig ¶
type IfoConfig struct { //Channels []ChannelAndIndex Files []ConfigFileInfo `json:"-"` Dcus map[int]DcuConfig ConfigHash uint32 }
func NewIfoConfig ¶
func NewIfoConfig() *IfoConfig
Click to show internal directories.
Click to hide internal directories.