#include "Calcium.hxx"#include "CalciumInterface.hxx"#include "calcium.h"#include <iostream>#include <sstream>#include <string>#include <exception>
Functions | |
| void | cp_exit (int) |
| void | setDependency (provides_port *, char *, CalciumTypes::DependencyType) |
| void | create_calcium_port (Superv_Component_i *compo, char *name, char *type, char *mode, char *depend) |
| void cp_exit | ( | int | err | ) |
References LOC.
| void setDependency | ( | provides_port * | port, |
| char * | type, | ||
| CalciumTypes::DependencyType | depend | ||
| ) |
| void create_calcium_port | ( | Superv_Component_i * | compo, |
| char * | name, | ||
| char * | type, | ||
| char * | mode, | ||
| char * | depend | ||
| ) |