39 Processing & sender,
const std::string & outPortName,
40 Processing & receiver,
const std::string & inPortName )
48 Processing & sender,
const std::string & outControlName,
49 Processing & receiver,
const std::string & inControlName )
66 Processing & sender,
unsigned outControlNumber,
67 Processing & receiver,
unsigned inControlNumber )
100 Processing & receiver, std::string inPortName )
109 CLAM_ASSERT(controlSender.
IsLinkable(in),
"GetFloatFromInControl: the control was not a Float control");
117 CLAM_ASSERT(controlSender.
IsLinkable(in),
"GetFloatFromInControl: the control was not a Float control");
124 CLAM_ASSERT(out,
"SendFloatToOutControl: the control was not a Float control");
130 CLAM_ASSERT(out,
"SendFloatToOutControl: the control was not a Float control");
136 CLAM_ASSERT(in,
"GetFloatFromInControl: the control was not a Float control");
142 CLAM_ASSERT(in,
"GetFloatFromInControl: the control was not a Float control");
149 , _execState(Unconfigured)
156 _configErrorMessage =
"";
164 if (_configErrorMessage==
"")
165 _configErrorMessage =
"Configuration failed.";
171 _configErrorMessage +=
"Exception thrown during ConcreteConfigure:\n";
172 _configErrorMessage += error.
what();
173 _configErrorMessage +=
"\n";
174 _configErrorMessage +=
"Configuration failed.";
178 _configErrorMessage=
"Ready to be started";
197 _configErrorMessage +=
"Exception thrown while starting.\n";
198 _configErrorMessage += e.
what();
210 _configErrorMessage +=
"Exception thrown while stoping.\n";
211 _configErrorMessage += e.
what();
252 CLAM_ASSERT(composite,
"Setting a non ProcessingComposite as Parent");
269 _configErrorMessage += msg;
279 std::cerr <<
"Cannot execute '" <<
GetClassName() <<
"' because not Running!" << std::endl;
308 return "Unconfigured";
314 CLAM_ASSERT(
false,
"Unknown processing exec state found");
315 return "INTERNAL ERROR";