00001 00027 #ifndef __USBP_BOOST_H__ 00028 #define __USBP_BOOST_H__ 00029 00030 #include "usbp_common.h" 00031 00032 void pylist2byteArray(const boost::python::list& pylist, byte * ba); 00033 void byte2pylist(byte *ba, int len, boost::python::list& pylist); 00034 00035 #endif
1.5.1-p1