|
FireSync API
|
Represents an object that provides external services to a pipe execution engine.
Public Member Functions | |
| kStatus | kPxEnviron_FilePath (kPxEnviron pipeEnviron, const kChar *fileName, kChar *filePath, kSize capacity) |
| Gets the full path for a given file name used within a pipe execution environment. More... | |
| kStatus | kPxEnviron_FindVariable (kPxEnviron pipeEnviron, const kChar *name, kObject *object) |
| Gets a reference to a named object. More... | |
| kHealth | kPxEnviron_Health (kPxEnviron pipeEnviron) |
| Gets the health service provider for the pipe environment. More... | |
| kAlloc | kPxEnviron_MessageAlloc (kPxEnviron pipeEnviron) |
| Gets an allocator that should be used to construct output messages. More... | |
| kStatus | kPxEnviron_Printvf (kPxEnviron pipeEnviron, const kChar *format, va_list args) |
| Prints a diagnostic message. More... | |
| kBitArray | kPxEnviron_ThreadAffinity (kPxEnviron pipeEnviron) |
| Reports the configured pipe thread affinity. More... | |
| kThreadPriorityClass | kPxEnviron_ThreadPriorityClass (kPxEnviron pipeEnviron) |
| Reports the configured pipe thread priority class. More... | |
| k32s | kPxEnviron_ThreadPriorityOffset (kPxEnviron pipeEnviron) |
| Reports the configured pipe thread priority offset. More... | |
| k64u | kPxEnviron_Timestamp (kPxEnviron pipeEnviron) |
| Within an embedded node environment, this method can be used to access the current FireSync synchnronization time. More... | |