Autonomy Software C++ 24.5.1
Welcome to the Autonomy Software repository of the Mars Rover Design Team (MRDT) at Missouri University of Science and Technology (Missouri S&T)! API reference contains the source code and other resources for the development of the autonomy software for our Mars rover. The Autonomy Software project aims to compete in the University Rover Challenge (URC) by demonstrating advanced autonomous capabilities and robust navigation algorithms.
Loading...
Searching...
No Matches
duckdb::TransactionData Struct Reference
Collaboration diagram for duckdb::TransactionData:

Public Member Functions

 TransactionData (DuckTransaction &transaction_p)
 
 TransactionData (transaction_t transaction_id_p, transaction_t start_time_p)
 

Static Public Member Functions

static TransactionData Committed ()
 

Public Attributes

optional_ptr< DuckTransactiontransaction
 
transaction_t transaction_id
 
transaction_t start_time
 

Member Function Documentation

◆ Committed()

static TransactionData duckdb::TransactionData::Committed ( )
inlinestatic
22629 {
22630 return TransactionData(MAX_TRANSACTION_ID, 0);
22631 }

The documentation for this struct was generated from the following file: