KM3NeT CLB  2.0
KM3NeT CLB v2 Embedded Software
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
msg_clb.h File Reference

CLB Remote message processor. More...

#include "clbstate.h"

Go to the source code of this file.

Functions

bool evtClbEmitStateChange ()
 Indicates the CLB to emit a state change event to the slow control. More...
 
bool evtClbEmitUpdateVars (int rate)
 Indicates it should emit an vars update. More...
 
bool evtClbEmitUpdate ()
 Emit an update. More...
 

Detailed Description

CLB Remote message processor.

Definition in file msg_clb.h.

Function Documentation

bool evtClbEmitStateChange ( )

Indicates the CLB to emit a state change event to the slow control.

Return values
truesuccess
falsefailure.

Indicates the CLB to emit a state change event to the slow control.

Parameters
stateThe state to emit.

Definition at line 194 of file msg_clb.c.

bool evtClbEmitUpdate ( )

Emit an update.

Return values
truesuccess
falsefailure.

Definition at line 243 of file msg_clb.c.

bool evtClbEmitUpdateVars ( int  rate)

Indicates it should emit an vars update.

Parameters
rateThe rate.
Return values
truesuccess
falsefailure.

Definition at line 218 of file msg_clb.c.