Unit int_fit_service

Functions and Procedures
Constants
Variables

Description

Contains base interface of communication from client to server.

This software is distributed under GPL in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the warranty of FITNESS FOR A PARTICULAR PURPOSE.

Uses

Overview

Classes, Interfaces, Objects and Records

Name Description
Interface IFitProblem  
Interface IFitService Defines base interface of communication from client to server.

Types

TFitServerState = (...);

Description

Types

TFitServerState = (...);

Server states. Sequence of states is designated by numbers.

Values
  • ProfileWaiting: Waiting of loading profile data.
  • BackNotRemoved: Background isn't removed yet after last profile loading. State must not change on loading background points.
  • AsyncOperation: Computation is performed.
  • ReadyForAutoFit: States below should be used only to inform user - optimization should be allowed in any case when background removed (ready to fit parameters in automatic mode).
  • ReadyForFit: Ready to fit with given user constraints.
  • Finished: Computation has been finished, allows further restarting.

Author

  • Dmitry Morozov dvmorozov@hotmail.com, LinkedIn: https://www.linkedin.com/in/dmitry-morozov-79490a59/ Facebook: https://www.facebook.com/dmitry.v.morozov

Generated by PasDoc 0.15.0.