Object Management Datatypes

OcaONo

using OcaONo = OcaUint32

Object number of an OCA object.

OcaRolePath

using OcaRolePath = OcaList<OcaString>

Role Path. See [AES70-1(Text Identification of Control Objects)].

OcaONoPath

using OcaONoPath = OcaList<OcaONo>

ONo path from a containing block up to an object. If the containing block is the Root Block the path is an absolute path; if not, it is a relative path.

OcaObjectIdentification

struct OcaObjectIdentification

Object identification. Composite of object number and object’s class. Used mainly in discovery processes.

OcaONo ONo

Object number of referenced object.

OcaClassIdentification ClassIdentification

Class identification of referenced object.