Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-apps-php-extension
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
elphel-apps-php-extension
Commits
d06b5a87
Commit
d06b5a87
authored
Aug 31, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debugging with new drivers
parent
70beb6f0
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
110 additions
and
48 deletions
+110
-48
elphel_php.c
src/ext/elphel/elphel_php.c
+109
-48
elphel_php.h
src/ext/elphel/elphel_php.h
+1
-0
No files found.
src/ext/elphel/elphel_php.c
View file @
d06b5a87
This diff is collapsed.
Click to expand it.
src/ext/elphel/elphel_php.h
View file @
d06b5a87
...
...
@@ -71,6 +71,7 @@ ZEND_END_MODULE_GLOBALS(elphel)
#define ELPHEL_GLOBALPARS(p, x) (((unsigned long *) ELPHEL_G(globalPars[p]))[x-FRAMEPAR_GLOBALS])
#endif
PHP_FUNCTION
(
elphel_get_frame
);
/// current absolute frame number (includes those that are not compressed)
PHP_FUNCTION
(
elphel_get_compressed_frame
);
PHP_FUNCTION
(
elphel_skip_frames
);
/// skip some frames (includes those that are not compressed) - will work even if no frames are compressed
PHP_FUNCTION
(
elphel_wait_frame_abs
);
/// wait for absolute frame number (includes those that are not compressed)
PHP_FUNCTION
(
elphel_framepars_get_raw
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment