Skip to content
This repository was archived by the owner on Jun 29, 2024. It is now read-only.

Commit e594ef1

Browse files
committed
Add comment
1 parent 8e2da41 commit e594ef1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

uclpcserver/uclpc.go

+3
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ func (e *UCLPCServer) loadControlLimitId() (limitid model.LoadControlLimitIdType
7272
return *description.LimitId, nil
7373
}
7474

75+
// callback invoked on incoming write messages to this
76+
// loadcontrol server feature.
77+
// the implementation only considers write messages for this use case
7578
func (e *UCLPCServer) loadControlWriteCB(msg *spineapi.Message) {
7679
e.pendingMux.Lock()
7780
defer e.pendingMux.Unlock()

0 commit comments

Comments
 (0)