git-svn-id: svn://db.shs.com.ru/libs@18 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -71,6 +71,12 @@ void KX_Coefficients::writeCoeffs() {
|
||||
}
|
||||
|
||||
|
||||
void KX_Coefficients::setKFile(const PIString & f) {
|
||||
fname = f;
|
||||
readCoeffs();
|
||||
}
|
||||
|
||||
|
||||
void KX_Coefficients::sendCoeffs() {
|
||||
stop();
|
||||
int curcnt, pcnt = (k_content.size_s() - 1) / __BYTES_IN_PACKET + 1;
|
||||
|
||||
@@ -67,6 +67,8 @@ public:
|
||||
const PIString & formula(int index) const {return formulas[index];}
|
||||
void setFormula(int index, const PIString & f) {formulas[index] = f;}
|
||||
|
||||
void setKFile(const PIString & f);
|
||||
|
||||
EVENT(sendSucceed)
|
||||
EVENT(sendFailed)
|
||||
EVENT(receiveSucceed)
|
||||
|
||||
Reference in New Issue
Block a user