Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ftk.h File Reference

Go to the source code of this file.

Namespaces

namespace  ftk

Typedefs

typedef const char * ATTRIBUTE_INDEX
typedef const char * PARAMETER_INDEX

Variables

const unsigned int BUFFER_SIZE = 1024
const unsigned char UPDATES = 0x01
const unsigned char MESSAGES = 0x02
const unsigned char REQUESTS = 0x04
const unsigned char RELEASES = 0x08
const unsigned char ACQUISITIONS = 0x0A


Typedef Documentation

typedef const char* ftk::ATTRIBUTE_INDEX
 

Define the type of the index of an attribute.

typedef const char* ftk::PARAMETER_INDEX
 

Define the type of the index of a parameter.


Variable Documentation

const unsigned int ftk::BUFFER_SIZE = 1024
 

Size of the default buffer. This buffer size is typically used to store temporarily data coming from the RTI (attribute or parameter value): it is pretty small for now and should be extended if the data type we transfer in a simulation require more space (like a complete text, or large array).

Bug:
This is not really a bug, because FTK will generate warnings if messages parameters (hlainteractionmessage.cpp) or attribute updates (ftkfederateambassador.cpp) are bigger than the buffer size. However, this is a serious limitation which has not justification!

const unsigned char ftk::UPDATES = 0x01
 

const unsigned char ftk::MESSAGES = 0x02
 

const unsigned char ftk::REQUESTS = 0x04
 

const unsigned char ftk::RELEASES = 0x08
 

const unsigned char ftk::ACQUISITIONS = 0x0A
 


Generated on Thu Apr 7 18:20:31 2005 for MST API by  doxygen 1.4.1