mirror of
https://github.com/nasa/fpp.git
synced 2025-12-16 21:35:53 -06:00
26 lines
324 B
Fortran
26 lines
324 B
Fortran
# Placeholders for built-in symbols
|
|
module Fw {
|
|
port BufferSend
|
|
port Cmd
|
|
port CmdReg
|
|
port CmdResponse
|
|
port DpGet
|
|
port DpRequest
|
|
port DpResponse
|
|
port DpSend
|
|
port Log
|
|
port LogText
|
|
port PrmGet
|
|
port PrmSet
|
|
port Time
|
|
port Tlm
|
|
}
|
|
|
|
module Svc {
|
|
port Ping
|
|
port Sched
|
|
passive component Time {
|
|
|
|
}
|
|
}
|