Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

RegionRegistry< MAX_REGIONS, NAME_LEN >::entry Struct Reference

Holds information regarding a shared memory region available for listening. More...

#include <RegionRegistry.h>


Detailed Description

template<unsigned int MAX_REGIONS, unsigned int NAME_LEN>
struct RegionRegistry< MAX_REGIONS, NAME_LEN >::entry

Holds information regarding a shared memory region available for listening.

Definition at line 22 of file RegionRegistry.h.

List of all members.

Public Member Functions

 entry ()
 constructor, provides an empty name
 entry (const char n[], RCRegion *r)
 constructor, pass name and pointer to region

Public Attributes

char name [NAME_LEN+1]
 the name for the region
RCRegion::Identifier id
 stores information needed to identify the region to the system

Constructor & Destructor Documentation

template<unsigned int MAX_REGIONS, unsigned int NAME_LEN>
RegionRegistry< MAX_REGIONS, NAME_LEN >::entry::entry (  ) 

constructor, provides an empty name

Definition at line 24 of file RegionRegistry.h.

template<unsigned int MAX_REGIONS, unsigned int NAME_LEN>
RegionRegistry< MAX_REGIONS, NAME_LEN >::entry::entry ( const char  n[],
RCRegion r 
)

constructor, pass name and pointer to region

Definition at line 26 of file RegionRegistry.h.


Member Data Documentation

template<unsigned int MAX_REGIONS, unsigned int NAME_LEN>
RCRegion::Identifier RegionRegistry< MAX_REGIONS, NAME_LEN >::entry::id

stores information needed to identify the region to the system

Definition at line 31 of file RegionRegistry.h.

template<unsigned int MAX_REGIONS, unsigned int NAME_LEN>
char RegionRegistry< MAX_REGIONS, NAME_LEN >::entry::name[NAME_LEN+1]

the name for the region

Definition at line 30 of file RegionRegistry.h.

Referenced by RegionRegistry< MAX_REGIONS, NAME_LEN >::entry::entry().


The documentation for this struct was generated from the following file:

Tekkotsu v5.1CVS
Generated Mon May 9 04:59:15 2016 by Doxygen 1.6.3