Go to the source code of this file.
|
struct | Coolant_t |
| A collection of parameters describing the properties cooling fluid. More...
|
|
◆ Coolant_t
◆ coolant_copy()
Copies the structure src into dst , as an assignement
The function destroys the content of dst and then makes the copy
- Parameters
-
dst | the address of the left term sructure (destination) |
src | the address of the right term structure (source) |
Definition at line 56 of file coolant.c.
◆ coolant_destroy()
Destroys the content of the fields of the structure coolant
The function releases any dynamic memory used by the structure and resets its state calling coolant_init .
- Parameters
-
coolant | the address of the structure to destroy |
Definition at line 71 of file coolant.c.
◆ coolant_init()
Inits the fields of the coolant structure with default values
- Parameters
-
coolant | the address of the structure to initalize |
Definition at line 43 of file coolant.c.