|
Key Topics: Resource Manager, Embedded Forums, AutoDrive System
Resource Manager Pattern
In Embedded and Realtime Systems, there occur many instances of
Resource management. Most commonly used design pattern to manage
resources of a specific type is the Resource Manager Pattern. This
pattern is described using a standard pattern definition template. The
main intention here is to manage multiple resources of the same type. To
maintain the status of managed resources, a resource manager is
implemented that maintains two lists of resources. Free list contains
all the resources that are free. Busy list contains all the resources
that are busy.
Embedded System Forums
Speak your mind in these forums. The forums cover all aspects of
Embedded and Real-time system development. Contribute to the forums by
posting queries and replying to posts by others. You need to register
before you can contribute to the forums. (Note: The embedded system
forums have been discontinued. They may be reintroduced in 2004.)
AutoDrive System
AutoDrive is a completely automated highway driving system. By 2030
all major interstates in the US are expected to support "AutoDrive
lanes" with completely automated car and commercial vehicle driving. Any
car updated for AutoDrive can enter these lanes and enjoy speed limits
of around 130 mph.
AutoDrive Software Requirements
This document specifies the engineering requirements for the
corporation implementing the AutoDrive system (hereinafter called the
engineering contractor) under contract from AutoDrive, Inc. Requirements
mentioned in this document will be tested before accepting the system
from the engineering contractor. |