Options
All
  • Public
  • Public/Protected
  • All
Menu

Module classes/timelineData

Index

Classes

Type aliases

Functions

Type aliases

dateRange

dateRange: object

A range from and to a Date

Type declaration

  • from: Date
  • to: Date

timelineEvents

timelineEvents: object

Dictionary matching camera processor ids to a timeline of events

Type declaration

trackingLog

trackingLog: object

Tracking log type, matching a processor with a timestamp when an object was spotted

Type declaration

  • processorId: string
  • timeStamp: string

Functions

ToDate

  • ToDate(logString: string): Date
  • Convert a string from the server to a date.

    Parameters

    • logString: string

      Logging string from the processor orchestrator.

    Returns Date

    Date object corresponding to the given string.

Made by Horyus. Documentation generated by TypeDoc.