forked from fprime-community/fprime-tutorial-arduino-blinker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAcConstants.ini
20 lines (15 loc) · 886 Bytes
/
AcConstants.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Syntax in the file follows the Python ConfigParser INI file specification
[Component]
# Define numbers of ports
ActiveRateGroupOutputPorts = 10 ; Number of rate group member output ports for ActiveRateGroup
CmdDispatcherComponentCommandPorts = 5 ; Used for command and registration ports
CmdDispatcherSequencePorts = 1 ; Used for uplink/sequencer buffer/response ports
RateGroupDriverRateGroupPorts = 3 ; Used to drive rate groups
HealthPingPorts = 1 ; Used to ping active components
FileDownCompletePorts = 1 ; Used for broadcasting completed file downlinks
; Hub connections. Connections on all deployments should mirror these settings.
GenericHubInputPorts = 5
GenericHubOutputPorts = 5
GenericHubInputBuffers = 5
GenericHubOutputBuffers = 5
StaticMemoryAllocations = 3