Models the a processor by coordinating resources (CPU and memory).
Derived from: DEStar
Location: ~ptolemy/src/domains/de/stars
Author: E. K. Pauer
externalInput | message |
internalInput (multiple) | message |
request (multiple) | message |
externalOutput | message |
internalOutput (multiple) | message |
acknowledge (multiple) | message |
partNumber | StringState | Type of processor by part number | "" |
processorNumber | IntState | Unique id of the processor | "0" |
clockRate | IntState | Clock rate of the processor | "1000000" |
inputSampleTransferRate | IntState | Transfer rate of data at input | "10000000" |
outputSampleTransferRate | IntState | Transfer rate of data at output | "10000000" |
functionBlockMapping | IntArrayState | List of function blocks (by number) mapped to internalOutput | "0" |
inputPortMapping | IntArrayState | List of input ports (by number) of the functional blocks mapped to internalOutput | "0" |
Copyright (c) 1995 Sanders, a Lockheed Martin Company All rights reserved.