Documentation
¶
Index ¶
- Variables
- func AnyToBytes(i interface{}) []byte
- func BytesToFloat32(bytes []byte) float32
- func BytesToFloat64(bytes []byte) float64
- func BytesToInt16(i []byte) int16
- func BytesToInt32(i []byte) int32
- func BytesToInt64(i []byte) int64
- func BytesToInt8(i []byte) int8
- func BytesToUint16(i []byte) uint16
- func BytesToUint32(i []byte) uint32
- func BytesToUint64(i []byte) uint64
- func BytesToUint8(i []byte) uint8
- func Load()
- func Refresh()
- func SpecToBytes(vType string, i float64) []byte
- type ListChartT
- type ListProjectT
- type ListT
- type T
- type ToChartT
- type ToProjectT
Constants ¶
This section is empty.
Variables ¶
View Source
var TypeLen = map[string]int{
"uint8_t": 1,
"uint16_t": 2,
"uint32_t": 4,
"uint64_t": 8,
"int8_t": 1,
"int16_t": 2,
"int32_t": 4,
"int64_t": 8,
"int": 4,
"float": 4,
"double": 8,
}
Functions ¶
func AnyToBytes ¶
func AnyToBytes(i interface{}) []byte
func BytesToFloat32 ¶
func BytesToFloat64 ¶
func BytesToInt16 ¶
func BytesToInt32 ¶
func BytesToInt64 ¶
func BytesToInt8 ¶
func BytesToUint16 ¶
func BytesToUint32 ¶
func BytesToUint64 ¶
func BytesToUint8 ¶
func SpecToBytes ¶
Types ¶
type ListChartT ¶
type ListChartT struct {
Variables []ToChartT
}
type ToProjectT ¶
Click to show internal directories.
Click to hide internal directories.