|
Altium C++ SDK 3.0
|
#include <EDP.Embedded.Interfaces.h>
Public Member Functions | |
| bool | Compile () |
| bool | ReCompile () |
| std::wstring | GetCompileOptions () |
| std::wstring | GetLinkerOptions () |
| IEmbeddedStackSync * | GetEmbeddedStackSyncInterface () |
| int | GetSourceLocationCount () |
| std::wstring | GetSourceLocation (int Index) |
| int | GetGeneratedFileCount () |
| std::wstring | GetGeneratedFile (int Index) |
| bool Embedded::IEmbeddedStack::Compile | ( | ) |
| std::wstring Embedded::IEmbeddedStack::GetCompileOptions | ( | ) |
| IEmbeddedStackSync * Embedded::IEmbeddedStack::GetEmbeddedStackSyncInterface | ( | ) |
| std::wstring Embedded::IEmbeddedStack::GetGeneratedFile | ( | int | Index | ) |
| int Embedded::IEmbeddedStack::GetGeneratedFileCount | ( | ) |
| std::wstring Embedded::IEmbeddedStack::GetLinkerOptions | ( | ) |
| std::wstring Embedded::IEmbeddedStack::GetSourceLocation | ( | int | Index | ) |
| int Embedded::IEmbeddedStack::GetSourceLocationCount | ( | ) |
| bool Embedded::IEmbeddedStack::ReCompile | ( | ) |