Skip to content

Commit

Permalink
Fixing graph apperance
Browse files Browse the repository at this point in the history
  • Loading branch information
vovamarch committed Jun 18, 2024
1 parent 311d49f commit b938f23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DoxyGen/simulation/src/using_video_vsi_uml.uml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ VideoDrv -> VSIPer: Configure Timer and DMA
& VideoDrv -> VSIPer : Configure input/output file
& VSIPer -> VSIVideopy
& VSIVideopy -> VSIVideoSrvpy : Select file
note right of VSIVideoSrvpy : Check if\nfile exists
note right : Check if\nfile exists
VSIVideopy <-- VSIVideoSrvpy : Filename valid/invalid

|||
Expand All @@ -69,15 +69,15 @@ VSIVideopy <-- VSIVideoSrvpy : Filename valid/invalid
& VideoDrv -> VSIPer : Start video stream\n(continuous/single mode)
& VSIPer -> VSIVideopy
& VSIVideopy -> VSIVideoSrvpy
note right of VSIVideoSrvpy : Open\nselected file
note right : Open\nselected file
VideoDrv -> VSIPer : Start timer and enable IRQ

|||

loop until end of stream/file
VSIPer -> VSIVideopy : Read frame
& VSIVideopy -> VSIVideoSrvpy
note right of VSIVideoSrvpy : Read frame\nfrom the file,\nprocess for input
note right : Read frame\nfrom the file,\nprocess for input
VSIVideopy <- VSIVideoSrvpy : Copy data to DMA buffer
& VSIPer <- VSIVideopy
VSIPer -> VSIVideopy : timer event
Expand Down

0 comments on commit b938f23

Please sign in to comment.