|
3D-ICE 3.0.0
|
Go to the source code of this file.
Functions | |
| Error_t | parse_floorplan_file (String_t filename, Floorplan_t *floorplan, Dimensions_t *dimensions) |
| Error_t | generate_floorplan_file (String_t filename, Floorplan_t *floorplan) |
| Error_t generate_floorplan_file | ( | String_t | filename, |
| Floorplan_t * | floorplan | ||
| ) |
Generates a floorplan file
| filename | the path of the stack file to generate |
| floorplan | the floorplan to print |
TDICE_FAILURE if the file cannot be created TDICE_SUCCESS otherwise Definition at line 99 of file floorplan_file_parser.c.
| Error_t parse_floorplan_file | ( | String_t | filename, |
| Floorplan_t * | floorplan, | ||
| Dimensions_t * | dimensions | ||
| ) |
Fills the Floorplan structure with the content taken from a floorplan file
| filename | path to the floorplan file to parse |
| floorplan | address of the Floorplan structure to fill |
| dimensions | pointer to the structure storing the dimensions of the stack where the floorplan is used |
TDICE_FAILURE if the file cannot be opened or if the parsing of the floorplan fails TDICE_FAILURE otherwise Definition at line 57 of file floorplan_file_parser.c.