AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ SetStackSize()

virtual void drama::Path::SetStackSize ( unsigned  bytes)
virtualinherited

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.