Description | |||||||||||||||||
Creates new bundle in specified harness after finishing the call, now reset the current model back to its status before the call. | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProCabling.h> | |||||||||||||||||
ProError | ProBundleCreate | ( | |||||||||||||||
ProHarness harness | |||||||||||||||||
/* (In) | |||||||||||||||||
The harness handle | |||||||||||||||||
*/ | |||||||||||||||||
ProSpool* spool | |||||||||||||||||
/* (In) | |||||||||||||||||
The spool | |||||||||||||||||
*/ | |||||||||||||||||
ProName bundle_name | |||||||||||||||||
/* (In) | |||||||||||||||||
The bundles name | |||||||||||||||||
*/ | |||||||||||||||||
ProCable* p_cables | |||||||||||||||||
/* (In) | |||||||||||||||||
The ProArray of cables to add | |||||||||||||||||
*/ | |||||||||||||||||
ProBoolean is_flat | |||||||||||||||||
/* (In) | |||||||||||||||||
If PRO_B_TRUE, the bundle is flat. If PRO_B_FALSE, the bundle is round. | |||||||||||||||||
*/ | |||||||||||||||||
ProCable* p_bundle | |||||||||||||||||
/* (Out) | |||||||||||||||||
The created bundle | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|