forest-net
an overlay networks for large-scale virtual worlds
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator
Forest.h File Reference
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <unistd.h>
#include <signal.h>
#include <stdio.h>
#include <fcntl.h>
#include <errno.h>
#include <sys/time.h>
#include <stdlib.h>
#include <memory.h>
#include <exception>
#include "stdinc.h"
#include "Util.h"
#include "Np4d.h"
Include dependency graph for Forest.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  forest::Forest
 Miscellaneous utility functions. More...
 

Namespaces

 forest
 The CtlPkt class is used to pack and unpack forest control messages.
 

Constant Groups

 forest
 The CtlPkt class is used to pack and unpack forest control messages.
 

Typedefs

typedef int32_t forest::fAdr_t
 denotes a forest address
 
typedef uint32_t forest::comt_t
 denotes a comtree
 
typedef uint8_t forest::flgs_t
 flags field from packet header
 
typedef uint32_t forest::buffer_t [Forest::BUF_SIZ/sizeof(uint32_t)]
 

Functions

static bool forest::isSigComt (comt_t comt)
 Determine if comtree is a signalling comtree or not. More...
 

Detailed Description

Author
Jon Turner
Date
2011 This is open source software licensed under the Apache 2.0 license. See http://www.apache.org/licenses/LICENSE-2.0 for details.

Definition in file Forest.h.