aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Stubs_Handler/Calculate.h
blob: 0623435f0bae4d9a876cab6b189462d4dbc990cb (plain)
1
2
3
4
5
6
7
8
#ifndef STUB_CALCULATE_H
#define STUB_CALCULATE_H

#include "PMR/Common/MessageContainer.pb-c.h"
void Stub_CalculateRequest(MessageContainer* requestContainer);

#endif //STUB_CALCULATE_H
c1">// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; namespace ICSharpCode.AvalonEdit.Rendering { /// <summary> /// Allows transforming visual line elements. /// </summary> public interface IVisualLineTransformer { /// <summary> /// Applies the transformation to the specified list of visual line elements. /// </summary> void Transform(ITextRunConstructionContext context, IList<VisualLineElement> elements); } }