Deprecated OcaGrouper Datatypes

OcaGrouperGroup

struct OcaGrouperGroup

Describes a Group in a Grouper. Deprecated in AES70-2024.

OcaUint16 Index

Index of Group in Grouper

OcaString Name

Name of Group

OcaONo ProxyONo

Object Number of the Group’s Proxy. The Proxy’s class shall be the same as the Grouper’s Citizen Class.

OcaGrouperCitizen

struct OcaGrouperCitizen

Describes a Citizen of a Grouper. Refers to a specific Worker object somewhere in the media network. Deprecated in AES70-2024.

OcaUint16 Index

Index of Citizen in Grouper

OcaOPath ObjectPath

Object Path (= hostname + Object Number) of the Worker object that is the Citizen of the Grouper.

OcaBoolean Online

True if and only if connection from Grouper to Citizen is healthy.

OcaGrouperEnrollment

struct OcaGrouperEnrollment

Describes the Enrollment of a Citizen in a Group. Deprecated in AES70-2024.

OcaUint16 GroupIndex

Index of Group in which the given Citizen identified is enrolled.

OcaUint16 CitizenIndex

OcaGrouperMode

enum OcaGrouperMode : uint8_t

Select mode of OcaGrouper: hierarchical or peer-to-peer. Deprecated in AES70-2024.

enumerator Hierarchical = 1

OcaGrouper is in hierarchical mode.

enumerator PeerToPeer = 2

OcaGrouper is in peer-to-peer mode.