File: TODO

package info (click to toggle)
libfreebob 1.0.0-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,552 kB
  • ctags: 2,340
  • sloc: cpp: 10,561; sh: 8,843; ansic: 7,496; makefile: 134; xml: 98
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,