#include <ccaenv.h>
Collaboration diagram for sc::CCAEnv:

Static Public Member Functions | |
| static void | init (const Ref< CCAFramework > &) |
| Set the global CCA framework. | |
| static int | initialized () |
| Return nonzero if CCAEnv has been initialized. | |
| static Ref< CCAFramework > | ccaframework () |
| Returns the CCAFramework object. | |
| static gov::cca::Services * | get_services () |
| Returns pointer to Services object. | |
| static gov::cca::ports::BuilderService * | get_builder_service () |
| Returns pointer to BuilderService object. | |
| static gov::cca::TypeMap * | get_type_map () |
| Returns pointer to type map. | |
| static gov::cca::ComponentID * | get_component_id () |
| Returns pointer to framework's ComponentID. | |