Struct Ase::TelemetryField
ClassList > Ase > TelemetryField
Telemetry segment location.
#include <api.hh>
Public Attributes
Type | Name |
---|---|
int32 | length = 0 Length in bytes. |
String | name Names like "bpm", etc. |
int32 | offset = 0 Position in bytes. |
String | type Types like "i32", "f32", "f64". |
Public Attributes Documentation
variable length
Length in bytes.
int32 Ase::TelemetryField::length;
variable name
Names like "bpm", etc.
String Ase::TelemetryField::name;
variable offset
Position in bytes.
int32 Ase::TelemetryField::offset;
variable type
Types like "i32", "f32", "f64".
String Ase::TelemetryField::type;
The documentation for this class was generated from the following file /__w/anklang/anklang/ase/api.hh