Documentation
¶
Index ¶
- Variables
- func NewKV(k, v string) *readers.KeyVal
- type Attrs
- type CefHeaderData
- func (h *CefHeaderData) Add_kv(kv *readers.KeyVal) (err error)
- func (h *CefHeaderData) Attr_Checks() (err error)
- func (h *CefHeaderData) Attrs() *Attrs
- func (h *CefHeaderData) Checks() (err error)
- func (h *CefHeaderData) Data_Sizes_and_Variable_Type_Checks(a1 Attrs) (err error)
- func (h *CefHeaderData) Depend_N_Checks(a1 Attrs) (err error)
- func (h *CefHeaderData) Dump() (err error)
- func (h *CefHeaderData) Get_FILE_TIME_SPAN() (t0, t1 time.Time, err error)
- func (h *CefHeaderData) Meta() *Meta
- func (h *CefHeaderData) Meta_Checks() (err error)
- func (h *CefHeaderData) NumerIc_or_Variable_Checks(a1 Attrs) (err error)
- func (h *CefHeaderData) Numeric_Or_Variable(k string, a1 Attrs) (err error)
- func (h *CefHeaderData) Parameter_Type_and_Quality_Checks(a1 Attrs) (err error)
- func (h *CefHeaderData) Var_Checks() (err error)
- func (h *CefHeaderData) Vars() *Vars
- type Meta
- type State
- type Vars
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type Attrs ¶
type Attrs struct {
// contains filtered or unexported fields
}
used for Global Attributes + Meta and Var (see readers.KeyVal string -> []string)
type CefHeaderData ¶
type CefHeaderData struct {
// contains filtered or unexported fields
}
func NewCefHeaderData ¶
func NewCefHeaderData() (h *CefHeaderData)
func (*CefHeaderData) Attr_Checks ¶
func (h *CefHeaderData) Attr_Checks() (err error)
func (*CefHeaderData) Attrs ¶
func (h *CefHeaderData) Attrs() *Attrs
func (*CefHeaderData) Checks ¶
func (h *CefHeaderData) Checks() (err error)
func (*CefHeaderData) Data_Sizes_and_Variable_Type_Checks ¶
func (h *CefHeaderData) Data_Sizes_and_Variable_Type_Checks(a1 Attrs) (err error)
func (*CefHeaderData) Depend_N_Checks ¶
func (h *CefHeaderData) Depend_N_Checks(a1 Attrs) (err error)
func (*CefHeaderData) Dump ¶
func (h *CefHeaderData) Dump() (err error)
func (*CefHeaderData) Get_FILE_TIME_SPAN ¶
func (h *CefHeaderData) Get_FILE_TIME_SPAN() (t0, t1 time.Time, err error)
func (*CefHeaderData) Meta ¶
func (h *CefHeaderData) Meta() *Meta
func (*CefHeaderData) Meta_Checks ¶
func (h *CefHeaderData) Meta_Checks() (err error)
func (*CefHeaderData) NumerIc_or_Variable_Checks ¶
func (h *CefHeaderData) NumerIc_or_Variable_Checks(a1 Attrs) (err error)
Checks DELTA_PLUS, DELTA_MINUS, ERROR_PLUS, ERROR_MINUS, QUALITY
func (*CefHeaderData) Numeric_Or_Variable ¶
func (h *CefHeaderData) Numeric_Or_Variable(k string, a1 Attrs) (err error)
Checks DELTA_PLUS, DELTA_MINUS, ERROR_PLUS, ERROR_MINUS, QUALITY
func (*CefHeaderData) Parameter_Type_and_Quality_Checks ¶
func (h *CefHeaderData) Parameter_Type_and_Quality_Checks(a1 Attrs) (err error)
1. QUALITY FLAG is commented out on a PARAMETER_TYPE = "Data". This is not flagged as an error. The rule is
If PARAMETER_TYPE = "Data" QUALITY is required. If PARAMETER_TYPE = "Support_Data" QUALITY is not required.`
func (*CefHeaderData) Var_Checks ¶
func (h *CefHeaderData) Var_Checks() (err error)
func (*CefHeaderData) Vars ¶
func (h *CefHeaderData) Vars() *Vars
Click to show internal directories.
Click to hide internal directories.