AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code

◆ SetStackSize()

virtual void DcppTask::SetStackSize ( unsigned  bytes)
inlinevirtualinherited

Set the stack size for the load.

Some operating systems (VxWorks) allow you to set the stack size when the program is loaded. This method allows you to set the value. It is ignored for other operation systems.

Parameters
bytesThe number of bytes. If 0, then use the default.