Home Reference Source Repository

Variable

Static Public Summary
public

Array of CanSat strings: informational messages.

public

Array of CanSat strings: module names.

public

A prefix for capture-lib files (DBs, logs).

public

T-Minus Transceiver Product ID

public

T-Minus Transceiver Vendor ID

Static Private Summary
private

tmBuffer: Buffer

'Transceiver MODE' Buffer for future comparison.

Static Public

public messages: string[] source

Array of CanSat strings: informational messages. The CanSat does not store nor send strings. It just works with small integers (uint8_t) and sends them in place. In the ground station, these identifiers are used to retrieve the correct string representation.

These correspond to informational messages, sent in PACKET_INFO packets

public moduleNames: string[] source

Array of CanSat strings: module names. The CanSat does not store nor send strings. It just works with small integers (uint8_t) and sends them in place. In the ground station, these identifiers are used to retrieve the correct string representation.

These correspond to module names (as in ModuleRegistry modules), sent in PACKET_SETTINGS packets.

public pathPrefix: String source

A prefix for capture-lib files (DBs, logs). Can be overriden via global.pathPrefix or global.dbNamePrefix (Deprecated). It is used to store capture-lib files (like databases and logs) in a specific directory that is not necessarily the current working directory.

public tMinusPid: string source

T-Minus Transceiver Product ID

public tMinusVid: string source

T-Minus Transceiver Vendor ID

Static Private

private tmBuffer: Buffer source

'Transceiver MODE' Buffer for future comparison. Helps ignoring messages from transceiver.