Home   Information   Classes   Download   Usage   Mail List   Requirements   Links   FAQ   Tutorial


Skini::Message Struct Reference

#include <Skini.h>

List of all members.


Detailed Description

A message structure to store and pass parsed SKINI messages.


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.

long Skini::Message::channel
 

The message channel (not limited to 16!).

StkFloat Skini::Message::time
 

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

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

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

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

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

std::string Skini::Message::remainder
 

Any remaining message data, read as ascii text.


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