[go: up one dir, main page]

File: TODO

package info (click to toggle)
libfreebob 1.0.7-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,560 kB
  • ctags: 2,490
  • sloc: cpp: 11,308; sh: 8,871; ansic: 7,521; makefile: 139
file content (10 lines) | stat: -rw-r--r-- 565 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
- xml output is a bit wierd -> generate a more generic output
- correct string encoding
- position information of channel in stream: bebob indexes from 1 
  but iec61883 expects it from 0. see todo in avdevice.cpp
- check all std::cout and std:cerr if they couldn't be replaced with 
  the DebugModule's methods. The idea is to have a more consistant
  code.
- All libfreebobavc interfaces should use references instead of pointers
  like in  ExtendedPlugInfoCmd( Ieee1394Service* ieee1394service, ... )
  ->  ExtendedPlugInfoCmd( Ieee1394Service& ieee1394service,