![]() |
Vireo
1.0
Compact runtime for Virtual Instruments
|
Public Member Functions | |
| NIError | Init (ExecutionContextRef context, Int32 clumpCount, TypeRef paramBlockType, TypeRef dataSpaceType, Int32 lineNumberBase, SubString *source) |
| void | PressGo () |
| void | GoIsDone () |
| TypeRef | GetVIElementAddressFromPath (SubString *elementPath, void **pData) |
| VirtualInstrument (ExecutionContextRef context, int clumps, TypeRef paramBlockType, TypeRef dataSpaceType) | |
| ExecutionContextRef | OwningContext () |
| TypedArrayCoreRef | ParamBlock () |
| TypedArrayCoreRef | DataSpace () |
| TypedArray1D< VIClump > * | Clumps () |
Public Attributes | |
| Int32 | _lineNumberBase |
| SubString | _clumpSource |
Private Member Functions | |
| void | InitParamBlock () |
| void | ClearTopVIParamBlock () |
Private Attributes | |
| ExecutionContextRef | _executionContext |
| TypedBlock * | _paramBlock |
| TypedBlock * | _dataSpace |
| TypedArray1D< VIClump > * | _clumps |
Friends | |
| class | VIDataProcsClass |
1.8.6