9.189 StpDDFBuffer Class
class StpDDFBuffer
Special class for handling DataDictionary
Defined in: StpDDF.hpp
|
Class Members
|
public members
SCString Get( const SCString& scsbuf, DDF60 part )
Returns the item from DD - record
|
|
Parameters
|
scsbuf
Input buffer with DD - record
part
Input item of DD - record
VOID Set( SCString& scsbuf, DDF60 part, const SCString& scsVal )
Sets the item to DD - record
scsbuf
Input buffer with DD - record
part
Input item of DD - record
scsVal
Input value to set in DD - record
|