Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "lib/types/structure/index"

Index

Type aliases

StructureMessages

StructureMessages: []

The type of the arrray defining a type of messages.

StructureMessagesMax

StructureMessagesMax: number

The type of the maximum stored messages.

StructureModel

StructureModel: { id: StructurePrimitive; sessionName: StructurePrimitive; timestamp: StructurePrimitive } & StructureGroup

The structure model type, defining the content of a structure.model.json.

StructurePrimitive

StructurePrimitive: "int" | "long" | "double" | "char*"

The primitive types for StructureModel.

Generated using TypeDoc