28 "File status and FPP shadow enum have inconsistent number of values");
30 "File status and FPP shadow enum do not match");
32 "File status and FPP shadow enum do not match");
34 "File status and FPP shadow enum do not match");
36 "File status and FPP shadow enum do not match");
38 "File status and FPP shadow enum do not match");
40 "File status and FPP shadow enum do not match");
42 "File status and FPP shadow enum do not match");
44 "File status and FPP shadow enum do not match");
46 "File status and FPP shadow enum do not match");
48 "File status and FPP shadow enum do not match");
50 "File status and FPP shadow enum do not match");
55 "File mode and FPP shadow enum have inconsistent number of values");
57 "File mode and FPP shadow enum do not match");
59 "File mode and FPP shadow enum do not match");
61 "File mode and FPP shadow enum do not match");
63 "File mode and FPP shadow enum do not match");
65 "File mode and FPP shadow enum do not match");
67 "File mode and FPP shadow enum do not Mode");
70 "Task status and FPP shadow enum do not match");
72 "Task status and FPP shadow enum do not match");
74 "Task status and FPP shadow enum do not match");
76 "Task status and FPP shadow enum do not match");
78 "Task status and FPP shadow enum do not match");
80 "Task status and FPP shadow enum do not match");
82 "Task status and FPP shadow enum do not match");
84 "Task status and FPP shadow enum do not match");
86 "Task status and FPP shadow enum do not match");
88 "Task status and FPP shadow enum do not match");
90 "Task status and FPP shadow enum do not match");
93 "Mutex status and FPP shadow enum do not match");
95 "Mutex status and FPP shadow enum do not match");
97 "Mutex status and FPP shadow enum do not match");
99 "Mutex status and FPP shadow enum do not match");
104 "Directory status and FPP shadow enum do not match");
106 "Directory status and FPP shadow enum do not match");
108 "Directory status and FPP shadow enum do not match");
110 "Directory status and FPP shadow enum do not match");
112 "Directory status and FPP shadow enum do not match");
114 "Directory status and FPP shadow enum do not match");
116 "Directory status and FPP shadow enum do not match");
118 "Directory status and FPP shadow enum do not match");
120 "Directory status and FPP shadow enum do not match");
122 "Directory status and FPP shadow enum do not match");
124 "Directory status and FPP shadow enum do not match");
130 "File mode and FPP shadow enum have inconsistent number of values");
132 "Directory mode and FPP shadow enum do not match");
134 "Directory mode and FPP shadow enum do not match");
136 "Directory mode and FPP shadow enum do not match");
141 "FileSystem status and FPP shadow enum do not match");
143 "FileSystem status and FPP shadow enum do not match");
145 "FileSystem status and FPP shadow enum do not match");
147 "FileSystem status and FPP shadow enum do not match");
149 "FileSystem status and FPP shadow enum do not match");
151 "FileSystem status and FPP shadow enum do not match");
153 "FileSystem status and FPP shadow enum do not match");
155 "FileSystem status and FPP shadow enum do not match");
157 "FileSystem status and FPP shadow enum do not match");
159 "FileSystem status and FPP shadow enum do not match");
161 "FileSystem status and FPP shadow enum do not match");
163 "FileSystem status and FPP shadow enum do not match");
165 "FileSystem status and FPP shadow enum do not match");
167 "FileSystem status and FPP shadow enum do not match");
169 "FileSystem status and FPP shadow enum do not match");
171 "FileSystem status and FPP shadow enum do not match");
173 "FileSystem status and FPP shadow enum do not match");
178 "RawTime status enums do not match");
180 "RawTime status enums do not match");
182 "RawTime status enums do not match");
184 "Generic status enums do not match");
188 "Queue status enums do not match");
190 "Queue status enums do not match");
192 "Queue status enums do not match");
194 "Queue status enums do not match");
196 "Queue status enums do not match");
198 "Queue status enums do not match");
200 "Queue status enums do not match");
202 "Queue status enums do not match");
204 "Queue status enums do not match");
206 "Queue status enums do not match");
210 "Queue BlockingType enums do not match");
212 "Queue BlockingType enums do not match");
216 "Generic status enums do not match");
218 "Generic status enums do not match");
PlatformIndexType FwIndexType
@ READ
Error if directory doesn't exist.
@ MAX_OPEN_MODE
Maximum value of OpenMode.
@ CREATE_IF_MISSING
Create directory if it doesn't exist.
@ CREATE_EXCLUSIVE
Create directory and error if it already exists.
@ DOESNT_EXIST
Directory doesn't exist.
@ NO_PERMISSION
No permission to read directory.
@ OP_OK
Operation was successful.
@ NO_MORE_FILES
Directory stream has no more files.
@ NOT_OPENED
Directory hasn't been opened yet.
@ NOT_SUPPORTED
Operation is not supported by the current implementation.
@ FILE_LIMIT
Directory has more files than can be read.
@ BAD_DESCRIPTOR
Directory stream descriptor is invalid.
@ NOT_DIR
Path is not a directory.
@ OTHER_ERROR
A catch-all for other errors. Have to look in implementation-specific code.
@ ALREADY_EXISTS
Directory already exists.
@ NUM_CONSTANTS
The number of enumerated constants.
@ CREATE_IF_MISSING
Create directory if it doesn't exist.
@ READ
Error if directory doesn't exist.
@ CREATE_EXCLUSIVE
Create directory and error if it already exists.
@ DOESNT_EXIST
Directory doesn't exist.
@ NO_PERMISSION
No permission to read directory.
@ OP_OK
Operation was successful.
@ OTHER_ERROR
A catch-all for other errors. Have to look in implementation-specific code.
@ FILE_LIMIT
Directory has more files than can be read.
@ NOT_SUPPORTED
Operation is not supported by the current implementation.
@ NO_MORE_FILES
Directory stream has no more files.
@ ALREADY_EXISTS
Directory already exists.
@ NOT_DIR
Path is not a directory.
@ BAD_DESCRIPTOR
Directory stream descriptor is invalid.
@ NOT_OPENED
Directory hasn't been opened yet.
@ NOT_SUPPORTED
Kernel or file system does not support operation.
@ INVALID_ARGUMENT
Invalid argument passed in.
@ INVALID_MODE
Mode for file access is invalid for current operation.
@ NO_PERMISSION
No permission to read/write file.
@ MAX_STATUS
Maximum value of status.
@ NOT_OPENED
file hasn't been opened yet
@ OTHER_ERROR
A catch-all for other errors. Have to look in implementation-specific code.
@ BAD_SIZE
Invalid size parameter.
@ OP_OK
Operation was successful.
@ DOESNT_EXIST
File doesn't exist (for read)
@ FILE_EXISTS
file already exist (for CREATE with O_EXCL enabled)
@ MAX_OPEN_MODE
Maximum value of mode.
@ OPEN_NO_MODE
File mode not yet selected.
@ OPEN_WRITE
Open file for writing.
@ OPEN_CREATE
Open file for writing and truncates file if it exists, ie same flags as creat()
@ OPEN_READ
Open file for reading.
@ OPEN_APPEND
Open file for appending.
@ OPEN_SYNC_WRITE
Open file for writing; writes don't return until data is on disk.
@ OPEN_READ
Open file for reading.
@ OPEN_NO_MODE
File mode not yet selected.
@ OPEN_CREATE
Open file for writing and truncates file if it exists, ie same flags as creat()
@ OPEN_APPEND
Open file for appending.
@ OPEN_SYNC_WRITE
Open file for writing; writes don't return until data is on disk.
@ OPEN_WRITE
Open file for writing.
@ NUM_CONSTANTS
The number of enumerated constants.
@ NOT_SUPPORTED
Kernel or file system does not support operation.
@ INVALID_ARGUMENT
Invalid argument passed in.
@ NOT_OPENED
file hasn't been opened yet
@ BAD_SIZE
Invalid size parameter.
@ OTHER_ERROR
A catch-all for other errors. Have to look in implementation-specific code.
@ FILE_EXISTS
file already exist (for CREATE with O_EXCL enabled)
@ NO_PERMISSION
No permission to read/write file.
@ DOESNT_EXIST
File doesn't exist (for read)
@ INVALID_MODE
Mode for file access is invalid for current operation.
@ OP_OK
Operation was successful.
@ NUM_CONSTANTS
The number of enumerated constants.
@ NO_MORE_FILES
Directory stream has no more files.
@ ALREADY_EXISTS
File already exists.
@ NO_PERMISSION
No permission to write.
@ OP_OK
Operation was successful.
@ NOT_DIR
Path is not a directory.
@ OTHER_ERROR
other OS-specific error
@ IS_DIR
Path is a directory.
@ NOT_SUPPORTED
Operation is not supported by the current implementation.
@ NOT_EMPTY
directory is not empty
@ BUFFER_TOO_SMALL
Buffer size is too small to hold full path (for getWorkingDirectory)
@ DOESNT_EXIST
Path doesn't exist.
@ BUSY
Operand is in use by the system or by a process.
@ FILE_LIMIT
Too many files or links.
@ INVALID_PATH
Path is too long, too many sym links, etc.
@ IS_DIR
Path is a directory.
@ INVALID_PATH
Path is too long, too many sym links, etc.
@ BUFFER_TOO_SMALL
Buffer size is too small to hold full path (for getWorkingDirectory)
@ NOT_SUPPORTED
Operation is not supported by the current implementation.
@ NOT_DIR
Path is not a directory.
@ BUSY
Operand is in use by the system or by a process.
@ ALREADY_EXISTS
File already exists.
@ OTHER_ERROR
other OS-specific error
@ NO_MORE_FILES
Directory stream has no more files.
@ DOESNT_EXIST
Path doesn't exist.
@ OVERFLOW_ERROR
Operation failed due to overflow in calculation of the result.
@ EXDEV_ERROR
Operation not supported across devices (e.g. rename)
@ NOT_EMPTY
directory is not empty
@ OP_OK
Operation was successful.
@ NO_PERMISSION
No permission to write.
@ FILE_LIMIT
Too many files or links.
@ ERROR
error return value
@ OP_OK
Operation was successful.
@ ERROR_BUSY
Mutex is busy.
@ ERROR_DEADLOCK
Deadlock condition detected.
@ ERROR_OTHER
All other errors.
@ ERROR_OTHER
All other errors.
@ ERROR_DEADLOCK
Deadlock condition detected.
@ OP_OK
Operation was successful.
@ ERROR_BUSY
Mutex is busy.
@ BLOCKING
Message will block until space is available.
@ NONBLOCKING
Message will return with status when space is unavailable.
@ BLOCKING
Message will block until space is available.
@ NONBLOCKING
Message will return with status when space is unavailable.
@ EMPTY
If non-blocking, all the messages have been drained.
@ RECEIVE_ERROR
message receive error
@ INVALID_PRIORITY
invalid priority requested
@ ALREADY_CREATED
creating an already created queue
@ UNINITIALIZED
Queue wasn't initialized successfully.
@ FULL
queue was full when attempting to send a message
@ OP_OK
message sent/received okay
@ SEND_ERROR
message send error
@ SIZE_MISMATCH
attempted to send or receive with buffer too large, too small
@ UNKNOWN_ERROR
Unexpected error; can't match with returns.
@ RECEIVE_ERROR
message receive error
@ OP_OK
message sent/received okay
@ SIZE_MISMATCH
attempted to send or receive with buffer too large, too small
@ UNINITIALIZED
Queue wasn't initialized successfully.
@ EMPTY
If non-blocking, all the messages have been drained.
@ ALREADY_CREATED
creating an already created queue
@ FULL
queue was full when attempting to send a message
@ UNKNOWN_ERROR
Unexpected error; can't match with returns.
@ SEND_ERROR
message send error
@ INVALID_PRIORITY
invalid priority requested
@ INVALID_PARAMS
Parameters invalid for current platform.
@ OP_OK
Operation was successful.
@ OTHER_ERROR
All other errors.
@ OP_OVERFLOW
Operation result caused an overflow.
@ OP_OK
Operation was successful.
@ INVALID_PARAMS
Parameters invalid for current platform.
@ OP_OVERFLOW
Operation result caused an overflow.
@ OTHER_ERROR
All other errors.
@ INVALID_STATE
Task is in an invalid state for the operation.
@ OP_OK
message sent/received okay
@ UNKNOWN_ERROR
unexpected error return value
@ ERROR_PERMISSION
permissions error setting-up tasks
@ INVALID_PARAMS
started task with invalid parameters
@ ERROR_RESOURCES
unable to allocate more tasks
@ DELAY_ERROR
error trying to delay the task
@ INVALID_STACK
started with invalid stack size
@ INVALID_HANDLE
Task handle invalid.
@ INVALID_AFFINITY
unable to set the task affinity
@ JOIN_ERROR
error trying to join the task
@ UNKNOWN_ERROR
unexpected error return value
@ INVALID_STATE
Task is in an invalid state for the operation.
@ INVALID_HANDLE
Task handle invalid.
@ INVALID_AFFINITY
unable to set the task affinity
@ DELAY_ERROR
error trying to delay the task
@ ERROR_RESOURCES
unable to allocate more tasks
@ OP_OK
message sent/received okay
@ ERROR_PERMISSION
permissions error setting-up tasks
@ JOIN_ERROR
error trying to join the task
@ INVALID_PARAMS
started task with invalid parameters
@ INVALID_STACK
started with invalid stack size
@ OP_OK
Operation succeeded.