topic

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 8, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CellMotionDetector

type CellMotionDetector struct {
	Topic  *xsd.Boolean `xml:"topic,attr"`
	Motion *Motion
}

type CountAggregation

type CountAggregation struct {
	Topic   *xsd.Boolean `xml:"topic,attr"`
	Counter *Counter     `json:",omitempty" xml:",omitempty"`
}

type Counter

type Counter struct {
	Topic              *xsd.Boolean        `xml:"topic,attr"`
	MessageDescription *MessageDescription `json:",omitempty" xml:",omitempty"`
}

type Data

type Data struct {
	SimpleItemDescription []SimpleItemDescription `json:",omitempty" xml:",omitempty"`
}

type Face

type Face struct {
	Topic              *xsd.Boolean        `xml:"topic,attr"`
	MessageDescription *MessageDescription `json:",omitempty" xml:",omitempty"`
}

type LicensePlate

type LicensePlate struct {
	Topic              *xsd.Boolean        `xml:"topic,attr"`
	MessageDescription *MessageDescription `json:",omitempty" xml:",omitempty"`
}

type MessageDescription

type MessageDescription struct {
	IsProperty xsd.Boolean `xml:"IsProperty,attr"`
	Source     Source      `json:",omitempty" xml:",omitempty"`
	Data       Data        `json:",omitempty" xml:",omitempty"`
}

type Motion

type Motion struct {
	Topic              *xsd.Boolean        `xml:"topic,attr"`
	MessageDescription *MessageDescription `json:",omitempty" xml:",omitempty"`
}

type MotionRegionDetector

type MotionRegionDetector struct {
	Topic  *xsd.Boolean `xml:"topic,attr"`
	Motion *Motion      `json:"Motion" xml:"Motion"`
}

type Recognition

type Recognition struct {
	Topic        *xsd.Boolean `xml:"topic,attr"`
	Face         *Face        `json:",omitempty" xml:",omitempty"`
	LicensePlate *Face        `json:",omitempty" xml:",omitempty"`
}

type RuleEngine

type RuleEngine struct {
	Topic                *xsd.Boolean          `xml:"topic,attr"`
	MotionRegionDetector *MotionRegionDetector `json:",omitempty" xml:",omitempty"`
	CellMotionDetector   *CellMotionDetector   `json:",omitempty" xml:",omitempty"`
	TamperDetector       *TamperDetector       `json:",omitempty" xml:",omitempty"`
	Recognition          *Recognition          `json:",omitempty" xml:",omitempty"`
	CountAggregation     *CountAggregation     `json:",omitempty" xml:",omitempty"`
}

type SimpleItemDescription

type SimpleItemDescription struct {
	Name xsd.AnyType `xml:"Name,attr"`
	Type xsd.AnyType `xml:"Type,attr"`
}

type Source

type Source struct {
	SimpleItemDescription []SimpleItemDescription `json:",omitempty" xml:",omitempty"`
}

type Tamper

type Tamper struct {
	Topic              *xsd.Boolean        `xml:"topic,attr"`
	MessageDescription *MessageDescription `json:",omitempty" xml:",omitempty"`
}

type TamperDetector

type TamperDetector struct {
	Topic  *xsd.Boolean `xml:"topic,attr"`
	Tamper *Tamper
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL