Orxonox  0.0.5 Codename: Arcturus
Public Member Functions | Public Attributes | List of all members
orxonox::objInfo Class Reference

a list of objects of this type will be given by the Server's Gamestate Manager More...

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/libraries/network/TrafficControl.h>

Public Member Functions

 objInfo (uint32_t ID, uint32_t creatorID, int32_t curGsID, int32_t diffGsID, uint32_t size, unsigned int prioperm, unsigned int priosched)
 
 objInfo ()
 

Public Attributes

uint32_t objCreatorID
 
uint32_t objCurGS
 
uint32_t objDiffGS
 
uint32_t objID
 
uint32_t objSize
 
int objValuePerm
 
int objValueSched
 

Detailed Description

a list of objects of this type will be given by the Server's Gamestate Manager

Constructor & Destructor Documentation

orxonox::objInfo::objInfo ( uint32_t  ID,
uint32_t  creatorID,
int32_t  curGsID,
int32_t  diffGsID,
uint32_t  size,
unsigned int  prioperm,
unsigned int  priosched 
)
orxonox::objInfo::objInfo ( )

Member Data Documentation

uint32_t orxonox::objInfo::objCreatorID
uint32_t orxonox::objInfo::objCurGS
uint32_t orxonox::objInfo::objDiffGS
uint32_t orxonox::objInfo::objID
uint32_t orxonox::objInfo::objSize
int orxonox::objInfo::objValuePerm
int orxonox::objInfo::objValueSched

The documentation for this class was generated from the following files: