Changeset 1101 for trunk/include/platform.h
- Timestamp:
- 03/23/11 04:41:29 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
include/platform.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/reyalp-ptp (added) merged: 1083,1090,1095-1096,1100
- Property svn:mergeinfo changed
-
trunk/include/platform.h
r1024 r1101 541 541 void init_chdk_ptp_task(); 542 542 543 typedef struct { 544 unsigned size; 545 unsigned script_id; // id of script message is to/from 546 unsigned type; 547 unsigned subtype; 548 char data[]; 549 } ptp_script_msg; 550 int ptp_script_write_msg(ptp_script_msg *msg); 551 ptp_script_msg* ptp_script_read_msg(void); 552 ptp_script_msg* ptp_script_create_msg(unsigned type, unsigned subtype, unsigned datasize, const void *data); 553 int ptp_script_write_error_msg(unsigned errtype, const char *err); 554 543 555 #endif // CAM_CHDK_PTP 544 556
Note: See TracChangeset
for help on using the changeset viewer.