Group Resource - Interactive Technologies CueServer 2 User Manual

Table of Contents

Advertisement

Interactive Technologies, Inc.

Group Resource

A Group Resource is a binary file with a format described by the following C structure and constants:
#define GROUP_RESTYPE
#define GROUP_RESVERS
typedef struct GroupResource {
//
----------------------------------------------------------
uint8_t
uint8_t
uint16_t
uint8_t
//
----------------------------------------------------------
uint8_t
parameters
//
uint8_t
//
char
//
----------------------------------------------------------
} GroupResource;
'G'
'1'
resType;
resVers;
maskBytes;
reserved1[12];
variableParams[];
mask[*];
name[*];
// (0x00) Resource type (Group = 'G')
// (0x01) Resource version (Group = '1')
// (0x02) Number of bytes in mask
// (0x04) -
// (0x10) Beginning of variable
// (????) Bitmask (size is maskBytes)
// (????) Group Name (c-string)
CueServer 2 User's Manual - 18.5.18
Page 357 of 429

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the CueServer 2 and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents