|
| void | SPI_PRC_export_gantt_diagram (int mode, const std::string &dirName, const std::string &fileName) |
| | Generates an XML representation of the Gantt diagram.
|
| |
| void | SPI_PRC_export_stock_simulation (const std::string &dirName, const std::string &fileName, double accuracy) |
| | Starts the simulation and save the stocks in stl format.
|
| |
Synchronization (Gantt diagram)
◆ SPI_PRC_export_gantt_diagram()
| void SPI_PRC_export_gantt_diagram |
( |
int | mode, |
|
|
const std::string & | dirName, |
|
|
const std::string & | fileName ) |
Generates an XML representation of the Gantt diagram.
- Version
- 6.03
- Parameters
-
| [in] | mode | 0 => time mode, 1 => blocks mode |
| [in] | dirName | export folder |
| [in] | fileName | file name |
void SPI_PRC_export_gantt_diagram(int mode, const std::string &dirName, const std::string &fileName)
Generates an XML representation of the Gantt diagram.
Definition sp_prc11.c:41
◆ SPI_PRC_export_stock_simulation()
| void SPI_PRC_export_stock_simulation |
( |
const std::string & | dirName, |
|
|
const std::string & | fileName, |
|
|
double | accuracy ) |
Starts the simulation and save the stocks in stl format.
- Parameters
-
| [in] | dirName | folder name |
| [in] | fileName | base name for stl files |
| [in] | accuracy | discretization tolerance |