checkout

package
v1.8.8 Latest Latest
Warning

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

Go to latest
Published: May 18, 2024 License: BSD-3-Clause Imports: 6 Imported by: 2

Documentation

Overview

Package checkout implements the Santa Clara County standard check-out message.

Index

Constants

This section is empty.

Variables

View Source
var Type = message.Type{
	Tag:     "Check-Out",
	Name:    "check-out message",
	Article: "a",
}

Type is the type definition for a check-out message.

Functions

This section is empty.

Types

type CheckOut

type CheckOut struct {
	message.BaseMessage
	OriginMsgID         string
	Handling            string
	TacticalCallSign    string
	TacticalStationName string
	OperatorCallSign    string
	OperatorName        string
}

CheckOut holds the details of an XSC-standard check-out message.

func New

func New() (m *CheckOut)

New creates a new, outgoing message of the type.

func (*CheckOut) EncodeBody

func (m *CheckOut) EncodeBody() string

EncodeBody encodes the message body.

func (*CheckOut) EncodeSubject

func (m *CheckOut) EncodeSubject() string

EncodeSubject encodes the message subject.

func (*CheckOut) RenderPDF added in v1.8.3

func (m *CheckOut) RenderPDF(env *envelope.Envelope, filename string) error

func (*CheckOut) SetOperator

func (m *CheckOut) SetOperator(string, string, bool)

SetOperator overrides the BaseMessage implementation and makes no change.

Jump to

Keyboard shortcuts

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