Home   Information   Classes   Download   Usage   Mail List   Requirements   Links   Tutorial


Skini::Message Struct Reference

#include <Skini.h>

List of all members.


Detailed Description

A message structure to store and pass parsed SKINI messages.

Definition at line 41 of file Skini.h.

Public Attributes

long type
long channel
StkFloat time
std::vector< StkFloat > floatValues
std::vector< long > intValues
std::string remainder


Member Data Documentation

long Skini::Message::type
 

The message type, as defined in SKINI.msg.

Definition at line 42 of file Skini.h.

long Skini::Message::channel
 

The message channel (not limited to 16!).

Definition at line 43 of file Skini.h.

StkFloat Skini::Message::time
 

The message time stamp in seconds (delta or absolute).

Definition at line 44 of file Skini.h.

std::vector<StkFloat> Skini::Message::floatValues
 

The message values read as floats (values are type-specific).

Definition at line 45 of file Skini.h.

std::vector<long> Skini::Message::intValues
 

The message values read as ints (number and values are type-specific).

Definition at line 46 of file Skini.h.

std::string Skini::Message::remainder
 

Any remaining message data, read as ascii text.

Definition at line 47 of file Skini.h.


The documentation for this struct was generated from the following file:
The Synthesis ToolKit in C++ (STK)
©1995-2004 Perry R. Cook and Gary P. Scavone. All Rights Reserved.