vsf-tv / gccg-api

Draft API for the Ground-Cloud-Cloud-Ground Working Group: https://vsf.tv/Ground-Cloud-Cloud-Ground.shtml
BSD 2-Clause "Simplified" License
4 stars 2 forks source link

Small clarifications in the .h file #24

Closed pac-work closed 5 months ago

pac-work commented 7 months ago
mhhen commented 6 months ago
pac-work commented 5 months ago

Thanks for explanations, I was kind of blindly assuming that the GccgSgList instances would be in a continuous memory block, but now I see that the chosen way of indirection allows implementations to not have them continuously, which I guess some of the implementations may benefit from. So oversight on my side.

Thanks for clarifying the other things in the code.