MCPcopy Create free account
hub / github.com/JSBSim-Team/jsbsim / SetEndIdx

Method SetEndIdx

utils/simplot/datafile.h:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 float GetAutoAxisMin(int item);
55 void SetStartIdx(int sidx) {StartIdx = sidx;}
56 void SetEndIdx(int eidx) {EndIdx = eidx;}
57 int GetStartIdx(void) {return StartIdx;}
58 int GetEndIdx(void) {return EndIdx;}
59

Callers 2

mainFunction · 0.80
plotFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected