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

Reconfigurable Interface Example: Roads

This group of classes and files shows how a typical reconfigurable interface to a data driven sensor is defined. More...


Files

file  LoggerRoadDest.cc
 Implements the LoggerRoadDest interface instance.
file  RoadDest.h
 API header file for for the RoadDest reconfigurable interface example.
file  RoadLogger.cc
 Implements the RoadLogger class.
file  RoadLogger.h
 Defines the RoadLogger class.
file  RoadStructs.h
 Defines the structures for the road interface.
file  ShmemRoadDest.cc
 Implements the ShmemRoadDest interface instance.
file  FakeRoadSource.cc
 Impements the FakeRoadSource interface instance.
file  LoggerRoadSource.cc
 Implements the logger RoadSource interface instance.
file  OutputRoadSource.cc
 Implements the OutputRoadSource interface instance.
file  OutputRoadSource.h
 Defines the OutputRoadSource class.
file  PlayerRoadSource.cc
 Implements the PlayerRoadSource interface instance.
file  RoadPlayer.cc
 Implements the RoadPlayer class.
file  RoadPlayer.h
 Defines the RoadPlayer class.
file  RoadSource.h
 API header file for for the RoadSource reconfigurable interface example.
file  ShmemPublishRoadSource.cc
 Implements the logger RoadSource interface instance.
file  ShmemRoadSource.cc
 Implements the ShmemRoadSource class.

Classes

class  RoadLogger
 Standalone class for logging road information. More...
struct  RoadDataPoint
 Structure for packaging a single road point. More...
struct  RoadDataStruct
 Structure for packaging road data for transport. More...
struct  RoadShmemStruct
 Structure for packaging road data for transport via shared memory. More...
class  RoadPlayer
 Standalone class for playing road information. More...
class  RoadDest
 The RoadDest interface example. More...
class  RoadSource
 The RoadSource interface example. More...

Defines

#define ROAD_DATA_FMT   "{int, < {double, double, float } : 1>}"
 Defines marshalling format for RoadDataStruct.
#define ROAD_SHMEM_FMT   "{int, int, " ROAD_DATA_FMT " }"
 Defines marshalling format for RoadShmemStruct.
#define ROAD_SHMEM_NAME   "RoadData"
 Define the default Road shared memory name.

Detailed Description

This group of classes and files shows how a typical reconfigurable interface to a data driven sensor is defined.


Generated on Fri Jun 16 13:21:27 2006 for ModUtils by  doxygen 1.4.4