LAT Hologramm-Software 2.0
Loading...
Searching...
No Matches
Macros | Functions
coolant_control.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define COOLANT_NO_SYNC   false
 
#define COOLANT_FORCE_SYNC   true
 
#define COOLANT_STATE_DISABLE   0
 
#define COOLANT_STATE_FLOOD   PL_COND_FLAG_COOLANT_FLOOD
 
#define COOLANT_STATE_MIST   PL_COND_FLAG_COOLANT_MIST
 

Functions

void coolant_init ()
 
uint8_t coolant_get_state ()
 
void coolant_stop ()
 
void coolant_set_state (uint8_t mode)
 
void coolant_sync (uint8_t mode)
 

Macro Definition Documentation

◆ COOLANT_FORCE_SYNC

#define COOLANT_FORCE_SYNC   true

Definition at line 25 of file coolant_control.h.

◆ COOLANT_NO_SYNC

#define COOLANT_NO_SYNC   false

Definition at line 24 of file coolant_control.h.

◆ COOLANT_STATE_DISABLE

#define COOLANT_STATE_DISABLE   0

Definition at line 27 of file coolant_control.h.

◆ COOLANT_STATE_FLOOD

#define COOLANT_STATE_FLOOD   PL_COND_FLAG_COOLANT_FLOOD

Definition at line 28 of file coolant_control.h.

◆ COOLANT_STATE_MIST

#define COOLANT_STATE_MIST   PL_COND_FLAG_COOLANT_MIST

Definition at line 29 of file coolant_control.h.

Function Documentation

◆ coolant_get_state()

uint8_t coolant_get_state ( )

Definition at line 35 of file coolant_control.c.

◆ coolant_init()

void coolant_init ( )

Definition at line 24 of file coolant_control.c.

◆ coolant_set_state()

void coolant_set_state ( uint8_t  mode)

Definition at line 81 of file coolant_control.c.

◆ coolant_stop()

void coolant_stop ( )

Definition at line 60 of file coolant_control.c.

◆ coolant_sync()

void coolant_sync ( uint8_t  mode)

Definition at line 121 of file coolant_control.c.