FSMSADF::BindingAwareGraph::BindingAwareProperties Class Reference
#include <binding_aware_graph.h>
Collaboration diagram for FSMSADF::BindingAwareGraph::BindingAwareProperties:

Public Member Functions | |
| bool | actorMappedToProcessor (Actor *a) const |
| bool | channelMappedToConnection (Channel *c) const |
Public Attributes | |
| map< Actor *, Processor * > | actorToProcessor |
| map< Channel *, Connection * > | channelToConnection |
| map< Processor *, StaticOrderSchedule * > | processorToStaticOrderSchedule |
| map< Processor *, Time > | processorToTimeslice |
Member Function Documentation
| bool FSMSADF::BindingAwareGraph::BindingAwareProperties::actorMappedToProcessor | ( | Actor * | a | ) | const |
actorMappedToProcessor() The function returns true when the supplied actor is mapped to a processor. Otherwise the function returns false.
References actorToProcessor.
| bool FSMSADF::BindingAwareGraph::BindingAwareProperties::channelMappedToConnection | ( | Channel * | c | ) | const |
channelMappedToConnection() The function returns true when the supplied channel is mapped to a connection. Otherwise the function returns false.
References channelToConnection.
Member Data Documentation
Referenced by actorMappedToProcessor().
Referenced by channelMappedToConnection().
The documentation for this class was generated from the following files:

