| Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
RegionRegistry< MAX_REGIONS, NAME_LEN >::entry Struct ReferenceHolds information regarding a shared memory region available for listening. More...
Detailed Descriptiontemplate<unsigned int MAX_REGIONS, unsigned int NAME_LEN>
| |||||||||||||||||||||||||||||||||||||||||
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 | |
| RegionRegistry< MAX_REGIONS, NAME_LEN >::entry::entry | ( | ) |
constructor, provides an empty name
Definition at line 24 of file RegionRegistry.h.
| 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.
| 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.
| 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().
|
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:15 2016 by Doxygen 1.6.3 |