ICEACE Model: Closed Economy  1.0.0
Design Documentation of ICEACE Model
 All Data Structures Files Functions Variables Typedefs Macros Pages
Data Structures | Functions
messageboards.c File Reference

Holds message board functions. More...

#include "header.h"
Include dependency graph for messageboards.c:

Go to the source code of this file.

Data Structures

union  pu_firm_bank_init_loans
 
union  pu_firm_bank_init_deposit
 
union  pu_firm_bank_update_deposit
 
union  pu_household_bank_init_mortgages
 
union  pu_household_bank_init_deposit
 
union  pu_household_bank_update_deposit
 
union  pu_bank_centralbank_init_debt
 
union  pu_bank_centralbank_init_deposit
 
union  pu_bank_centralbank_update_deposit
 
union  pu_fund_centralbank_init_deposit
 
union  pu_fund_centralbank_update_deposit
 
union  pu_gov_centralbank_init_deposit
 
union  pu_gov_centralbank_update_deposit
 
union  pu_interest_rate
 
union  pu_capital_tax_rate
 
union  pu_labour_tax_rate
 
union  pu_household_jpoffice_id
 
union  pu_jpoffice_household_employer
 
union  pu_firm_jpoffice_id
 
union  pu_jpoffice_firm_employee
 
union  pu_buy
 
union  pu_bought
 
union  pu_sell
 
union  pu_sold
 
union  pu_goods_transactions_summary
 
union  pu_centralbank_households_quarterly_cpi
 
union  pu_fired
 
union  pu_vacancy_stage1
 
union  pu_job_application_stage2
 
union  pu_job_application_stage1
 
union  pu_job_match_stage1
 
union  pu_job_change
 
union  pu_vacancy_stage2
 
union  pu_job_match_stage2
 
union  pu_employment_status
 
union  pu_firm_household_wage_payment
 
union  pu_firm_bank_loan_request_1
 
union  pu_firm_bank_loan_request_2
 
union  pu_bank_firm_loan_acknowledge_1
 
union  pu_bank_firm_loan_acknowledge_2
 
union  pu_bank_centralbank_debt_request
 
union  pu_household_share
 
union  pu_capital_tax
 
union  pu_labour_tax
 
union  pu_unemployment_benefit
 
union  pu_general_benefit
 
union  pu_fund_request
 
union  pu_fund_request_ack
 
union  pu_new_entrant_loan
 
union  pu_firm_bank_interest_on_loan
 
union  pu_loan_writeoff
 
union  pu_firm_bank_insolvent_account
 
union  pu_firm_net_profit
 
union  pu_bank_net_profit
 
union  pu_bank_centralbank_interest_payment
 
union  pu_bank_centralbank_debt_payment
 
union  pu_gov_centralbank_debt_request
 
union  pu_gov_centralbank_debt_payment
 
union  pu_centralbank_government_profit
 
union  pu_housing_price
 
union  pu_buy_housing
 
union  pu_sell_housing
 
union  pu_bought_housing
 
union  pu_sold_housing
 
union  pu_bank_reagency_credibility
 
union  pu_mortgage_requests
 
union  pu_mortgage_payment_from_sale
 
union  pu_mortgage_payment
 
union  pu_mortgage_writeoff
 
union  pu_housing_transactions_summary
 

Functions

void add_firm_bank_init_loans_message (int bank_id, double amount)
 Add firm_bank_init_loans message by calling internal and processing. More...
 
m_firm_bank_init_loansget_first_firm_bank_init_loans_message ()
 Get the first firm_bank_init_loans message in the firm_bank_init_loans message list. More...
 
m_firm_bank_init_loansget_next_firm_bank_init_loans_message (m_firm_bank_init_loans *current)
 
void add_firm_bank_init_deposit_message (int bank_id, double amount)
 Add firm_bank_init_deposit message by calling internal and processing. More...
 
m_firm_bank_init_depositget_first_firm_bank_init_deposit_message ()
 Get the first firm_bank_init_deposit message in the firm_bank_init_deposit message list. More...
 
m_firm_bank_init_depositget_next_firm_bank_init_deposit_message (m_firm_bank_init_deposit *current)
 
void add_firm_bank_update_deposit_message (int bank_id, double amount)
 Add firm_bank_update_deposit message by calling internal and processing. More...
 
m_firm_bank_update_depositget_first_firm_bank_update_deposit_message ()
 Get the first firm_bank_update_deposit message in the firm_bank_update_deposit message list. More...
 
m_firm_bank_update_depositget_next_firm_bank_update_deposit_message (m_firm_bank_update_deposit *current)
 
void add_household_bank_init_mortgages_message (int bank_id, double amount)
 Add household_bank_init_mortgages message by calling internal and processing. More...
 
m_household_bank_init_mortgagesget_first_household_bank_init_mortgages_message ()
 Get the first household_bank_init_mortgages message in the household_bank_init_mortgages message list. More...
 
m_household_bank_init_mortgagesget_next_household_bank_init_mortgages_message (m_household_bank_init_mortgages *current)
 
void add_household_bank_init_deposit_message (int bank_id, double amount)
 Add household_bank_init_deposit message by calling internal and processing. More...
 
m_household_bank_init_depositget_first_household_bank_init_deposit_message ()
 Get the first household_bank_init_deposit message in the household_bank_init_deposit message list. More...
 
m_household_bank_init_depositget_next_household_bank_init_deposit_message (m_household_bank_init_deposit *current)
 
void add_household_bank_update_deposit_message (int bank_id, double amount)
 Add household_bank_update_deposit message by calling internal and processing. More...
 
m_household_bank_update_depositget_first_household_bank_update_deposit_message ()
 Get the first household_bank_update_deposit message in the household_bank_update_deposit message list. More...
 
m_household_bank_update_depositget_next_household_bank_update_deposit_message (m_household_bank_update_deposit *current)
 
void add_bank_centralbank_init_debt_message (int bank_id, double amount)
 Add bank_centralbank_init_debt message by calling internal and processing. More...
 
m_bank_centralbank_init_debtget_first_bank_centralbank_init_debt_message ()
 Get the first bank_centralbank_init_debt message in the bank_centralbank_init_debt message list. More...
 
m_bank_centralbank_init_debtget_next_bank_centralbank_init_debt_message (m_bank_centralbank_init_debt *current)
 
void add_bank_centralbank_init_deposit_message (int bank_id, double amount)
 Add bank_centralbank_init_deposit message by calling internal and processing. More...
 
m_bank_centralbank_init_depositget_first_bank_centralbank_init_deposit_message ()
 Get the first bank_centralbank_init_deposit message in the bank_centralbank_init_deposit message list. More...
 
m_bank_centralbank_init_depositget_next_bank_centralbank_init_deposit_message (m_bank_centralbank_init_deposit *current)
 
void add_bank_centralbank_update_deposit_message (int bank_id, double amount)
 Add bank_centralbank_update_deposit message by calling internal and processing. More...
 
m_bank_centralbank_update_depositget_first_bank_centralbank_update_deposit_message ()
 Get the first bank_centralbank_update_deposit message in the bank_centralbank_update_deposit message list. More...
 
m_bank_centralbank_update_depositget_next_bank_centralbank_update_deposit_message (m_bank_centralbank_update_deposit *current)
 
void add_fund_centralbank_init_deposit_message (double amount)
 Add fund_centralbank_init_deposit message by calling internal and processing. More...
 
m_fund_centralbank_init_depositget_first_fund_centralbank_init_deposit_message ()
 Get the first fund_centralbank_init_deposit message in the fund_centralbank_init_deposit message list. More...
 
m_fund_centralbank_init_depositget_next_fund_centralbank_init_deposit_message (m_fund_centralbank_init_deposit *current)
 
void add_fund_centralbank_update_deposit_message (double amount)
 Add fund_centralbank_update_deposit message by calling internal and processing. More...
 
m_fund_centralbank_update_depositget_first_fund_centralbank_update_deposit_message ()
 Get the first fund_centralbank_update_deposit message in the fund_centralbank_update_deposit message list. More...
 
m_fund_centralbank_update_depositget_next_fund_centralbank_update_deposit_message (m_fund_centralbank_update_deposit *current)
 
void add_gov_centralbank_init_deposit_message (double amount)
 Add gov_centralbank_init_deposit message by calling internal and processing. More...
 
m_gov_centralbank_init_depositget_first_gov_centralbank_init_deposit_message ()
 Get the first gov_centralbank_init_deposit message in the gov_centralbank_init_deposit message list. More...
 
m_gov_centralbank_init_depositget_next_gov_centralbank_init_deposit_message (m_gov_centralbank_init_deposit *current)
 
void add_gov_centralbank_update_deposit_message (double amount)
 Add gov_centralbank_update_deposit message by calling internal and processing. More...
 
m_gov_centralbank_update_depositget_first_gov_centralbank_update_deposit_message ()
 Get the first gov_centralbank_update_deposit message in the gov_centralbank_update_deposit message list. More...
 
m_gov_centralbank_update_depositget_next_gov_centralbank_update_deposit_message (m_gov_centralbank_update_deposit *current)
 
void add_interest_rate_message (double rate)
 Add interest_rate message by calling internal and processing. More...
 
m_interest_rateget_first_interest_rate_message ()
 Get the first interest_rate message in the interest_rate message list. More...
 
m_interest_rateget_next_interest_rate_message (m_interest_rate *current)
 
void add_capital_tax_rate_message (double value)
 Add capital_tax_rate message by calling internal and processing. More...
 
m_capital_tax_rateget_first_capital_tax_rate_message ()
 Get the first capital_tax_rate message in the capital_tax_rate message list. More...
 
m_capital_tax_rateget_next_capital_tax_rate_message (m_capital_tax_rate *current)
 
void add_labour_tax_rate_message (double value)
 Add labour_tax_rate message by calling internal and processing. More...
 
m_labour_tax_rateget_first_labour_tax_rate_message ()
 Get the first labour_tax_rate message in the labour_tax_rate message list. More...
 
m_labour_tax_rateget_next_labour_tax_rate_message (m_labour_tax_rate *current)
 
void add_household_jpoffice_id_message (int household_id)
 Add household_jpoffice_id message by calling internal and processing. More...
 
m_household_jpoffice_idget_first_household_jpoffice_id_message ()
 Get the first household_jpoffice_id message in the household_jpoffice_id message list. More...
 
m_household_jpoffice_idget_next_household_jpoffice_id_message (m_household_jpoffice_id *current)
 
void add_jpoffice_household_employer_message (int household_id, int employer_id, int position)
 Add jpoffice_household_employer message by calling internal and processing. More...
 
m_jpoffice_household_employerget_first_jpoffice_household_employer_message ()
 Get the first jpoffice_household_employer message in the jpoffice_household_employer message list. More...
 
m_jpoffice_household_employerget_next_jpoffice_household_employer_message (m_jpoffice_household_employer *current)
 
void add_firm_jpoffice_id_message (int firm_id, int isconstructor)
 Add firm_jpoffice_id message by calling internal and processing. More...
 
m_firm_jpoffice_idget_first_firm_jpoffice_id_message ()
 Get the first firm_jpoffice_id message in the firm_jpoffice_id message list. More...
 
m_firm_jpoffice_idget_next_firm_jpoffice_id_message (m_firm_jpoffice_id *current)
 
void add_jpoffice_firm_employee_message (int firm_id, int employee_id, int position)
 Add jpoffice_firm_employee message by calling internal and processing. More...
 
m_jpoffice_firm_employeeget_first_jpoffice_firm_employee_message ()
 Get the first jpoffice_firm_employee message in the jpoffice_firm_employee message list. More...
 
m_jpoffice_firm_employeeget_next_jpoffice_firm_employee_message (m_jpoffice_firm_employee *current)
 
void add_buy_message (int id, double budget)
 Add buy message by calling internal and processing. More...
 
m_buyget_first_buy_message ()
 Get the first buy message in the buy message list. More...
 
m_buyget_next_buy_message (m_buy *current)
 
void add_bought_message (int id, double money_spent, int received_quantity)
 Add bought message by calling internal and processing. More...
 
m_boughtget_first_bought_message ()
 Get the first bought message in the bought message list. More...
 
m_boughtget_next_bought_message (m_bought *current)
 
void add_sell_message (int id, double price, int inventory)
 Add sell message by calling internal and processing. More...
 
m_sellget_first_sell_message ()
 Get the first sell message in the sell message list. More...
 
m_sellget_next_sell_message (m_sell *current)
 
void add_sold_message (int id, int sold_quantities)
 Add sold message by calling internal and processing. More...
 
m_soldget_first_sold_message ()
 Get the first sold message in the sold message list. More...
 
m_soldget_next_sold_message (m_sold *current)
 
void add_goods_transactions_summary_message (int quantity, double avg_price)
 Add goods_transactions_summary message by calling internal and processing. More...
 
m_goods_transactions_summaryget_first_goods_transactions_summary_message ()
 Get the first goods_transactions_summary message in the goods_transactions_summary message list. More...
 
m_goods_transactions_summaryget_next_goods_transactions_summary_message (m_goods_transactions_summary *current)
 
void add_centralbank_households_quarterly_cpi_message (double change)
 Add centralbank_households_quarterly_cpi message by calling internal and processing. More...
 
m_centralbank_households_quarterly_cpiget_first_centralbank_households_quarterly_cpi_message ()
 Get the first centralbank_households_quarterly_cpi message in the centralbank_households_quarterly_cpi message list. More...
 
m_centralbank_households_quarterly_cpiget_next_centralbank_households_quarterly_cpi_message (m_centralbank_households_quarterly_cpi *current)
 
void add_fired_message (int employee_id)
 Add fired message by calling internal and processing. More...
 
m_firedget_first_fired_message ()
 Get the first fired message in the fired message list. More...
 
m_firedget_next_fired_message (m_fired *current)
 
void add_vacancy_stage1_message (int employer_id, double wage)
 Add vacancy_stage1 message by calling internal and processing. More...
 
m_vacancy_stage1get_first_vacancy_stage1_message ()
 Get the first vacancy_stage1 message in the vacancy_stage1 message list. More...
 
m_vacancy_stage1get_next_vacancy_stage1_message (m_vacancy_stage1 *current)
 
void add_job_application_stage2_message (int employee_id)
 Add job_application_stage2 message by calling internal and processing. More...
 
m_job_application_stage2get_first_job_application_stage2_message ()
 Get the first job_application_stage2 message in the job_application_stage2 message list. More...
 
m_job_application_stage2get_next_job_application_stage2_message (m_job_application_stage2 *current)
 
void add_job_application_stage1_message (int employee_id, double wage)
 Add job_application_stage1 message by calling internal and processing. More...
 
m_job_application_stage1get_first_job_application_stage1_message ()
 Get the first job_application_stage1 message in the job_application_stage1 message list. More...
 
m_job_application_stage1get_next_job_application_stage1_message (m_job_application_stage1 *current)
 
void add_job_match_stage1_message (int employer_id, int employee_id, double wage)
 Add job_match_stage1 message by calling internal and processing. More...
 
m_job_match_stage1get_first_job_match_stage1_message ()
 Get the first job_match_stage1 message in the job_match_stage1 message list. More...
 
m_job_match_stage1get_next_job_match_stage1_message (m_job_match_stage1 *current)
 
void add_job_change_message (int employer_id, int employee_id)
 Add job_change message by calling internal and processing. More...
 
m_job_changeget_first_job_change_message ()
 Get the first job_change message in the job_change message list. More...
 
m_job_changeget_next_job_change_message (m_job_change *current)
 
void add_vacancy_stage2_message (int employer_id, double wage)
 Add vacancy_stage2 message by calling internal and processing. More...
 
m_vacancy_stage2get_first_vacancy_stage2_message ()
 Get the first vacancy_stage2 message in the vacancy_stage2 message list. More...
 
m_vacancy_stage2get_next_vacancy_stage2_message (m_vacancy_stage2 *current)
 
void add_job_match_stage2_message (int employer_id, int employee_id, double wage)
 Add job_match_stage2 message by calling internal and processing. More...
 
m_job_match_stage2get_first_job_match_stage2_message ()
 Get the first job_match_stage2 message in the job_match_stage2 message list. More...
 
m_job_match_stage2get_next_job_match_stage2_message (m_job_match_stage2 *current)
 
void add_employment_status_message (int employer_id, double wage, int nshares)
 Add employment_status message by calling internal and processing. More...
 
m_employment_statusget_first_employment_status_message ()
 Get the first employment_status message in the employment_status message list. More...
 
m_employment_statusget_next_employment_status_message (m_employment_status *current)
 
void add_firm_household_wage_payment_message (int firm_id, double wage)
 Add firm_household_wage_payment message by calling internal and processing. More...
 
m_firm_household_wage_paymentget_first_firm_household_wage_payment_message ()
 Get the first firm_household_wage_payment message in the firm_household_wage_payment message list. More...
 
m_firm_household_wage_paymentget_next_firm_household_wage_payment_message (m_firm_household_wage_payment *current)
 
void add_firm_bank_loan_request_1_message (int firm_id, int bank_id, double amount)
 Add firm_bank_loan_request_1 message by calling internal and processing. More...
 
m_firm_bank_loan_request_1get_first_firm_bank_loan_request_1_message ()
 Get the first firm_bank_loan_request_1 message in the firm_bank_loan_request_1 message list. More...
 
m_firm_bank_loan_request_1get_next_firm_bank_loan_request_1_message (m_firm_bank_loan_request_1 *current)
 
void add_firm_bank_loan_request_2_message (int firm_id, int bank_id, double amount)
 Add firm_bank_loan_request_2 message by calling internal and processing. More...
 
m_firm_bank_loan_request_2get_first_firm_bank_loan_request_2_message ()
 Get the first firm_bank_loan_request_2 message in the firm_bank_loan_request_2 message list. More...
 
m_firm_bank_loan_request_2get_next_firm_bank_loan_request_2_message (m_firm_bank_loan_request_2 *current)
 
void add_bank_firm_loan_acknowledge_1_message (int bank_id, int firm_id, double amount)
 Add bank_firm_loan_acknowledge_1 message by calling internal and processing. More...
 
m_bank_firm_loan_acknowledge_1get_first_bank_firm_loan_acknowledge_1_message ()
 Get the first bank_firm_loan_acknowledge_1 message in the bank_firm_loan_acknowledge_1 message list. More...
 
m_bank_firm_loan_acknowledge_1get_next_bank_firm_loan_acknowledge_1_message (m_bank_firm_loan_acknowledge_1 *current)
 
void add_bank_firm_loan_acknowledge_2_message (int bank_id, int firm_id, double amount)
 Add bank_firm_loan_acknowledge_2 message by calling internal and processing. More...
 
m_bank_firm_loan_acknowledge_2get_first_bank_firm_loan_acknowledge_2_message ()
 Get the first bank_firm_loan_acknowledge_2 message in the bank_firm_loan_acknowledge_2 message list. More...
 
m_bank_firm_loan_acknowledge_2get_next_bank_firm_loan_acknowledge_2_message (m_bank_firm_loan_acknowledge_2 *current)
 
void add_bank_centralbank_debt_request_message (int bank_id, double amount)
 Add bank_centralbank_debt_request message by calling internal and processing. More...
 
m_bank_centralbank_debt_requestget_first_bank_centralbank_debt_request_message ()
 Get the first bank_centralbank_debt_request message in the bank_centralbank_debt_request message list. More...
 
m_bank_centralbank_debt_requestget_next_bank_centralbank_debt_request_message (m_bank_centralbank_debt_request *current)
 
void add_household_share_message (double amount)
 Add household_share message by calling internal and processing. More...
 
m_household_shareget_first_household_share_message ()
 Get the first household_share message in the household_share message list. More...
 
m_household_shareget_next_household_share_message (m_household_share *current)
 
void add_capital_tax_message (double amount)
 Add capital_tax message by calling internal and processing. More...
 
m_capital_taxget_first_capital_tax_message ()
 Get the first capital_tax message in the capital_tax message list. More...
 
m_capital_taxget_next_capital_tax_message (m_capital_tax *current)
 
void add_labour_tax_message (double amount)
 Add labour_tax message by calling internal and processing. More...
 
m_labour_taxget_first_labour_tax_message ()
 Get the first labour_tax message in the labour_tax message list. More...
 
m_labour_taxget_next_labour_tax_message (m_labour_tax *current)
 
void add_unemployment_benefit_message (double amount)
 Add unemployment_benefit message by calling internal and processing. More...
 
m_unemployment_benefitget_first_unemployment_benefit_message ()
 Get the first unemployment_benefit message in the unemployment_benefit message list. More...
 
m_unemployment_benefitget_next_unemployment_benefit_message (m_unemployment_benefit *current)
 
void add_general_benefit_message (double amount)
 Add general_benefit message by calling internal and processing. More...
 
m_general_benefitget_first_general_benefit_message ()
 Get the first general_benefit message in the general_benefit message list. More...
 
m_general_benefitget_next_general_benefit_message (m_general_benefit *current)
 
void add_fund_request_message (int firm_id, double amount)
 Add fund_request message by calling internal and processing. More...
 
m_fund_requestget_first_fund_request_message ()
 Get the first fund_request message in the fund_request message list. More...
 
m_fund_requestget_next_fund_request_message (m_fund_request *current)
 
void add_fund_request_ack_message (int firm_id, double amount)
 Add fund_request_ack message by calling internal and processing. More...
 
m_fund_request_ackget_first_fund_request_ack_message ()
 Get the first fund_request_ack message in the fund_request_ack message list. More...
 
m_fund_request_ackget_next_fund_request_ack_message (m_fund_request_ack *current)
 
void add_new_entrant_loan_message (int firm_id, int bank_id, double amount)
 Add new_entrant_loan message by calling internal and processing. More...
 
m_new_entrant_loanget_first_new_entrant_loan_message ()
 Get the first new_entrant_loan message in the new_entrant_loan message list. More...
 
m_new_entrant_loanget_next_new_entrant_loan_message (m_new_entrant_loan *current)
 
void add_firm_bank_interest_on_loan_message (int bank_id, double amount)
 Add firm_bank_interest_on_loan message by calling internal and processing. More...
 
m_firm_bank_interest_on_loanget_first_firm_bank_interest_on_loan_message ()
 Get the first firm_bank_interest_on_loan message in the firm_bank_interest_on_loan message list. More...
 
m_firm_bank_interest_on_loanget_next_firm_bank_interest_on_loan_message (m_firm_bank_interest_on_loan *current)
 
void add_loan_writeoff_message (int bank_id, double amount)
 Add loan_writeoff message by calling internal and processing. More...
 
m_loan_writeoffget_first_loan_writeoff_message ()
 Get the first loan_writeoff message in the loan_writeoff message list. More...
 
m_loan_writeoffget_next_loan_writeoff_message (m_loan_writeoff *current)
 
void add_firm_bank_insolvent_account_message (int bank_id, double liquidity)
 Add firm_bank_insolvent_account message by calling internal and processing. More...
 
m_firm_bank_insolvent_accountget_first_firm_bank_insolvent_account_message ()
 Get the first firm_bank_insolvent_account message in the firm_bank_insolvent_account message list. More...
 
m_firm_bank_insolvent_accountget_next_firm_bank_insolvent_account_message (m_firm_bank_insolvent_account *current)
 
void add_firm_net_profit_message (int id, int isconstructor, double net_income)
 Add firm_net_profit message by calling internal and processing. More...
 
m_firm_net_profitget_first_firm_net_profit_message ()
 Get the first firm_net_profit message in the firm_net_profit message list. More...
 
m_firm_net_profitget_next_firm_net_profit_message (m_firm_net_profit *current)
 
void add_bank_net_profit_message (int id, double net_income)
 Add bank_net_profit message by calling internal and processing. More...
 
m_bank_net_profitget_first_bank_net_profit_message ()
 Get the first bank_net_profit message in the bank_net_profit message list. More...
 
m_bank_net_profitget_next_bank_net_profit_message (m_bank_net_profit *current)
 
void add_bank_centralbank_interest_payment_message (int id, double amount)
 Add bank_centralbank_interest_payment message by calling internal and processing. More...
 
m_bank_centralbank_interest_paymentget_first_bank_centralbank_interest_payment_message ()
 Get the first bank_centralbank_interest_payment message in the bank_centralbank_interest_payment message list. More...
 
m_bank_centralbank_interest_paymentget_next_bank_centralbank_interest_payment_message (m_bank_centralbank_interest_payment *current)
 
void add_bank_centralbank_debt_payment_message (int id, double amount)
 Add bank_centralbank_debt_payment message by calling internal and processing. More...
 
m_bank_centralbank_debt_paymentget_first_bank_centralbank_debt_payment_message ()
 Get the first bank_centralbank_debt_payment message in the bank_centralbank_debt_payment message list. More...
 
m_bank_centralbank_debt_paymentget_next_bank_centralbank_debt_payment_message (m_bank_centralbank_debt_payment *current)
 
void add_gov_centralbank_debt_request_message (double amount)
 Add gov_centralbank_debt_request message by calling internal and processing. More...
 
m_gov_centralbank_debt_requestget_first_gov_centralbank_debt_request_message ()
 Get the first gov_centralbank_debt_request message in the gov_centralbank_debt_request message list. More...
 
m_gov_centralbank_debt_requestget_next_gov_centralbank_debt_request_message (m_gov_centralbank_debt_request *current)
 
void add_gov_centralbank_debt_payment_message (double amount)
 Add gov_centralbank_debt_payment message by calling internal and processing. More...
 
m_gov_centralbank_debt_paymentget_first_gov_centralbank_debt_payment_message ()
 Get the first gov_centralbank_debt_payment message in the gov_centralbank_debt_payment message list. More...
 
m_gov_centralbank_debt_paymentget_next_gov_centralbank_debt_payment_message (m_gov_centralbank_debt_payment *current)
 
void add_centralbank_government_profit_message (double amount)
 Add centralbank_government_profit message by calling internal and processing. More...
 
m_centralbank_government_profitget_first_centralbank_government_profit_message ()
 Get the first centralbank_government_profit message in the centralbank_government_profit message list. More...
 
m_centralbank_government_profitget_next_centralbank_government_profit_message (m_centralbank_government_profit *current)
 
void add_housing_price_message (double price)
 Add housing_price message by calling internal and processing. More...
 
m_housing_priceget_first_housing_price_message ()
 Get the first housing_price message in the housing_price message list. More...
 
m_housing_priceget_next_housing_price_message (m_housing_price *current)
 
void add_buy_housing_message (int buyer_id, int bank_id, double liquidity, double quarterly_income, double quarterly_mortgage_paid, int mortgage_choice)
 Add buy_housing message by calling internal and processing. More...
 
m_buy_housingget_first_buy_housing_message ()
 Get the first buy_housing message in the buy_housing message list. More...
 
m_buy_housingget_next_buy_housing_message (m_buy_housing *current)
 
void add_sell_housing_message (int seller_id, double price, int quantity, int type)
 Add sell_housing message by calling internal and processing. More...
 
m_sell_housingget_first_sell_housing_message ()
 Get the first sell_housing message in the sell_housing message list. More...
 
m_sell_housingget_next_sell_housing_message (m_sell_housing *current)
 
void add_bought_housing_message (int buyer_id, double liquidity_spent, double mortgage_used, double annuity)
 Add bought_housing message by calling internal and processing. More...
 
m_bought_housingget_first_bought_housing_message ()
 Get the first bought_housing message in the bought_housing message list. More...
 
m_bought_housingget_next_bought_housing_message (m_bought_housing *current)
 
void add_sold_housing_message (int seller_id, int quantity_sold, double price_sold)
 Add sold_housing message by calling internal and processing. More...
 
m_sold_housingget_first_sold_housing_message ()
 Get the first sold_housing message in the sold_housing message list. More...
 
m_sold_housingget_next_sold_housing_message (m_sold_housing *current)
 
void add_bank_reagency_credibility_message (int bank_id, double equity, double risky_assets)
 Add bank_reagency_credibility message by calling internal and processing. More...
 
m_bank_reagency_credibilityget_first_bank_reagency_credibility_message ()
 Get the first bank_reagency_credibility message in the bank_reagency_credibility message list. More...
 
m_bank_reagency_credibilityget_next_bank_reagency_credibility_message (m_bank_reagency_credibility *current)
 
void add_mortgage_requests_message (int bank_id, double amount)
 Add mortgage_requests message by calling internal and processing. More...
 
m_mortgage_requestsget_first_mortgage_requests_message ()
 Get the first mortgage_requests message in the mortgage_requests message list. More...
 
m_mortgage_requestsget_next_mortgage_requests_message (m_mortgage_requests *current)
 
void add_mortgage_payment_from_sale_message (int bank_id, double amount)
 Add mortgage_payment_from_sale message by calling internal and processing. More...
 
m_mortgage_payment_from_saleget_first_mortgage_payment_from_sale_message ()
 Get the first mortgage_payment_from_sale message in the mortgage_payment_from_sale message list. More...
 
m_mortgage_payment_from_saleget_next_mortgage_payment_from_sale_message (m_mortgage_payment_from_sale *current)
 
void add_mortgage_payment_message (int bank_id, double interest, double principal)
 Add mortgage_payment message by calling internal and processing. More...
 
m_mortgage_paymentget_first_mortgage_payment_message ()
 Get the first mortgage_payment message in the mortgage_payment message list. More...
 
m_mortgage_paymentget_next_mortgage_payment_message (m_mortgage_payment *current)
 
void add_mortgage_writeoff_message (int bank_id, double amount)
 Add mortgage_writeoff message by calling internal and processing. More...
 
m_mortgage_writeoffget_first_mortgage_writeoff_message ()
 Get the first mortgage_writeoff message in the mortgage_writeoff message list. More...
 
m_mortgage_writeoffget_next_mortgage_writeoff_message (m_mortgage_writeoff *current)
 
void add_housing_transactions_summary_message (int quantity, double avg_price)
 Add housing_transactions_summary message by calling internal and processing. More...
 
m_housing_transactions_summaryget_first_housing_transactions_summary_message ()
 Get the first housing_transactions_summary message in the housing_transactions_summary message list. More...
 
m_housing_transactions_summaryget_next_housing_transactions_summary_message (m_housing_transactions_summary *current)
 

Detailed Description

Holds message board functions.

Definition in file messageboards.c.

Function Documentation

void add_bank_centralbank_debt_payment_message ( int  id,
double  amount 
)

Add bank_centralbank_debt_payment message by calling internal and processing.

Parameters
idMessage variable.
amountMessage variable.

Definition at line 7500 of file messageboards.c.

Here is the caller graph for this function:

void add_bank_centralbank_debt_request_message ( int  bank_id,
double  amount 
)

Add bank_centralbank_debt_request message by calling internal and processing.

Parameters
bank_idMessage variable.
amountMessage variable.

Definition at line 5466 of file messageboards.c.

Here is the caller graph for this function:

void add_bank_centralbank_init_debt_message ( int  bank_id,
double  amount 
)

Add bank_centralbank_init_debt message by calling internal and processing.

Parameters
bank_idMessage variable.
amountMessage variable.

Definition at line 842 of file messageboards.c.

Here is the caller graph for this function:

void add_bank_centralbank_init_deposit_message ( int  bank_id,
double  amount 
)

Add bank_centralbank_init_deposit message by calling internal and processing.

Parameters
bank_idMessage variable.
amountMessage variable.

Definition at line 978 of file messageboards.c.

Here is the caller graph for this function:

void add_bank_centralbank_interest_payment_message ( int  id,
double  amount 
)

Add bank_centralbank_interest_payment message by calling internal and processing.

Parameters
idMessage variable.
amountMessage variable.

Definition at line 7364 of file messageboards.c.

Here is the caller graph for this function:

void add_bank_centralbank_update_deposit_message ( int  bank_id,
double  amount 
)

Add bank_centralbank_update_deposit message by calling internal and processing.

Parameters
bank_idMessage variable.
amountMessage variable.

Definition at line 1114 of file messageboards.c.

Here is the caller graph for this function:

void add_bank_firm_loan_acknowledge_1_message ( int  bank_id,
int  firm_id,
double  amount 
)

Add bank_firm_loan_acknowledge_1 message by calling internal and processing.

Parameters
bank_idMessage variable.
firm_idMessage variable.
amountMessage variable.

Definition at line 5191 of file messageboards.c.

Here is the caller graph for this function:

void add_bank_firm_loan_acknowledge_2_message ( int  bank_id,
int  firm_id,
double  amount 
)

Add bank_firm_loan_acknowledge_2 message by calling internal and processing.

Parameters
bank_idMessage variable.
firm_idMessage variable.
amountMessage variable.

Definition at line 5329 of file messageboards.c.

Here is the caller graph for this function:

void add_bank_net_profit_message ( int  id,
double  net_income 
)

Add bank_net_profit message by calling internal and processing.

Parameters
idMessage variable.
net_incomeMessage variable.

Definition at line 7228 of file messageboards.c.

Here is the caller graph for this function:

void add_bank_reagency_credibility_message ( int  bank_id,
double  equity,
double  risky_assets 
)

Add bank_reagency_credibility message by calling internal and processing.

Parameters
bank_idMessage variable.
equityMessage variable.
risky_assetsMessage variable.

Definition at line 8735 of file messageboards.c.

Here is the caller graph for this function:

void add_bought_housing_message ( int  buyer_id,
double  liquidity_spent,
double  mortgage_used,
double  annuity 
)

Add bought_housing message by calling internal and processing.

Parameters
buyer_idMessage variable.
liquidity_spentMessage variable.
mortgage_usedMessage variable.
annuityMessage variable.

Definition at line 8458 of file messageboards.c.

Here is the caller graph for this function:

void add_bought_message ( int  id,
double  money_spent,
int  received_quantity 
)

Add bought message by calling internal and processing.

Parameters
idMessage variable.
money_spentMessage variable.
received_quantityMessage variable.

Definition at line 2871 of file messageboards.c.

Here is the caller graph for this function:

void add_buy_housing_message ( int  buyer_id,
int  bank_id,
double  liquidity,
double  quarterly_income,
double  quarterly_mortgage_paid,
int  mortgage_choice 
)

Add buy_housing message by calling internal and processing.

Parameters
buyer_idMessage variable.
bank_idMessage variable.
liquidityMessage variable.
quarterly_incomeMessage variable.
quarterly_mortgage_paidMessage variable.
mortgage_choiceMessage variable.

Definition at line 8176 of file messageboards.c.

Here is the caller graph for this function:

void add_buy_message ( int  id,
double  budget 
)

Add buy message by calling internal and processing.

Parameters
idMessage variable.
budgetMessage variable.

Definition at line 2734 of file messageboards.c.

Here is the caller graph for this function:

void add_capital_tax_message ( double  amount)

Add capital_tax message by calling internal and processing.

Parameters
amountMessage variable.

Definition at line 5735 of file messageboards.c.

Here is the caller graph for this function:

void add_capital_tax_rate_message ( double  value)

Add capital_tax_rate message by calling internal and processing.

Parameters
valueMessage variable.

Definition at line 1919 of file messageboards.c.

Here is the caller graph for this function:

void add_centralbank_government_profit_message ( double  amount)

Add centralbank_government_profit message by calling internal and processing.

Parameters
amountMessage variable.

Definition at line 7903 of file messageboards.c.

Here is the caller graph for this function:

void add_centralbank_households_quarterly_cpi_message ( double  change)

Add centralbank_households_quarterly_cpi message by calling internal and processing.

Parameters
changeMessage variable.

Definition at line 3417 of file messageboards.c.

Here is the caller graph for this function:

void add_employment_status_message ( int  employer_id,
double  wage,
int  nshares 
)

Add employment_status message by calling internal and processing.

Parameters
employer_idMessage variable.
wageMessage variable.
nsharesMessage variable.

Definition at line 4641 of file messageboards.c.

Here is the caller graph for this function:

void add_fired_message ( int  employee_id)

Add fired message by calling internal and processing.

Parameters
employee_idMessage variable.

Definition at line 3551 of file messageboards.c.

Here is the caller graph for this function:

void add_firm_bank_init_deposit_message ( int  bank_id,
double  amount 
)

Add firm_bank_init_deposit message by calling internal and processing.

Parameters
bank_idMessage variable.
amountMessage variable.

Definition at line 162 of file messageboards.c.

Here is the caller graph for this function:

void add_firm_bank_init_loans_message ( int  bank_id,
double  amount 
)

Add firm_bank_init_loans message by calling internal and processing.

Parameters
bank_idMessage variable.
amountMessage variable.

Definition at line 26 of file messageboards.c.

Here is the caller graph for this function:

void add_firm_bank_insolvent_account_message ( int  bank_id,
double  liquidity 
)

Add firm_bank_insolvent_account message by calling internal and processing.

Parameters
bank_idMessage variable.
liquidityMessage variable.

Definition at line 6954 of file messageboards.c.

Here is the caller graph for this function:

void add_firm_bank_interest_on_loan_message ( int  bank_id,
double  amount 
)

Add firm_bank_interest_on_loan message by calling internal and processing.

Parameters
bank_idMessage variable.
amountMessage variable.

Definition at line 6682 of file messageboards.c.

Here is the caller graph for this function:

void add_firm_bank_loan_request_1_message ( int  firm_id,
int  bank_id,
double  amount 
)

Add firm_bank_loan_request_1 message by calling internal and processing.

Parameters
firm_idMessage variable.
bank_idMessage variable.
amountMessage variable.

Definition at line 4915 of file messageboards.c.

Here is the caller graph for this function:

void add_firm_bank_loan_request_2_message ( int  firm_id,
int  bank_id,
double  amount 
)

Add firm_bank_loan_request_2 message by calling internal and processing.

Parameters
firm_idMessage variable.
bank_idMessage variable.
amountMessage variable.

Definition at line 5053 of file messageboards.c.

Here is the caller graph for this function:

void add_firm_bank_update_deposit_message ( int  bank_id,
double  amount 
)

Add firm_bank_update_deposit message by calling internal and processing.

Parameters
bank_idMessage variable.
amountMessage variable.

Definition at line 298 of file messageboards.c.

Here is the caller graph for this function:

void add_firm_household_wage_payment_message ( int  firm_id,
double  wage 
)

Add firm_household_wage_payment message by calling internal and processing.

Parameters
firm_idMessage variable.
wageMessage variable.

Definition at line 4778 of file messageboards.c.

Here is the caller graph for this function:

void add_firm_jpoffice_id_message ( int  firm_id,
int  isconstructor 
)

Add firm_jpoffice_id message by calling internal and processing.

Parameters
firm_idMessage variable.
isconstructorMessage variable.

Definition at line 2460 of file messageboards.c.

Here is the caller graph for this function:

void add_firm_net_profit_message ( int  id,
int  isconstructor,
double  net_income 
)

Add firm_net_profit message by calling internal and processing.

Parameters
idMessage variable.
isconstructorMessage variable.
net_incomeMessage variable.

Definition at line 7091 of file messageboards.c.

Here is the caller graph for this function:

void add_fund_centralbank_init_deposit_message ( double  amount)

Add fund_centralbank_init_deposit message by calling internal and processing.

Parameters
amountMessage variable.

Definition at line 1249 of file messageboards.c.

Here is the caller graph for this function:

void add_fund_centralbank_update_deposit_message ( double  amount)

Add fund_centralbank_update_deposit message by calling internal and processing.

Parameters
amountMessage variable.

Definition at line 1383 of file messageboards.c.

Here is the caller graph for this function:

void add_fund_request_ack_message ( int  firm_id,
double  amount 
)

Add fund_request_ack message by calling internal and processing.

Parameters
firm_idMessage variable.
amountMessage variable.

Definition at line 6408 of file messageboards.c.

Here is the caller graph for this function:

void add_fund_request_message ( int  firm_id,
double  amount 
)

Add fund_request message by calling internal and processing.

Parameters
firm_idMessage variable.
amountMessage variable.

Definition at line 6272 of file messageboards.c.

Here is the caller graph for this function:

void add_general_benefit_message ( double  amount)

Add general_benefit message by calling internal and processing.

Parameters
amountMessage variable.

Definition at line 6137 of file messageboards.c.

Here is the caller graph for this function:

void add_goods_transactions_summary_message ( int  quantity,
double  avg_price 
)

Add goods_transactions_summary message by calling internal and processing.

Parameters
quantityMessage variable.
avg_priceMessage variable.

Definition at line 3282 of file messageboards.c.

Here is the caller graph for this function:

void add_gov_centralbank_debt_payment_message ( double  amount)

Add gov_centralbank_debt_payment message by calling internal and processing.

Parameters
amountMessage variable.

Definition at line 7769 of file messageboards.c.

Here is the caller graph for this function:

void add_gov_centralbank_debt_request_message ( double  amount)

Add gov_centralbank_debt_request message by calling internal and processing.

Parameters
amountMessage variable.

Definition at line 7635 of file messageboards.c.

Here is the caller graph for this function:

void add_gov_centralbank_init_deposit_message ( double  amount)

Add gov_centralbank_init_deposit message by calling internal and processing.

Parameters
amountMessage variable.

Definition at line 1517 of file messageboards.c.

Here is the caller graph for this function:

void add_gov_centralbank_update_deposit_message ( double  amount)

Add gov_centralbank_update_deposit message by calling internal and processing.

Parameters
amountMessage variable.

Definition at line 1651 of file messageboards.c.

Here is the caller graph for this function:

void add_household_bank_init_deposit_message ( int  bank_id,
double  amount 
)

Add household_bank_init_deposit message by calling internal and processing.

Parameters
bank_idMessage variable.
amountMessage variable.

Definition at line 570 of file messageboards.c.

Here is the caller graph for this function:

void add_household_bank_init_mortgages_message ( int  bank_id,
double  amount 
)

Add household_bank_init_mortgages message by calling internal and processing.

Parameters
bank_idMessage variable.
amountMessage variable.

Definition at line 434 of file messageboards.c.

Here is the caller graph for this function:

void add_household_bank_update_deposit_message ( int  bank_id,
double  amount 
)

Add household_bank_update_deposit message by calling internal and processing.

Parameters
bank_idMessage variable.
amountMessage variable.

Definition at line 706 of file messageboards.c.

Here is the caller graph for this function:

void add_household_jpoffice_id_message ( int  household_id)

Add household_jpoffice_id message by calling internal and processing.

Parameters
household_idMessage variable.

Definition at line 2187 of file messageboards.c.

Here is the caller graph for this function:

void add_household_share_message ( double  amount)

Add household_share message by calling internal and processing.

Parameters
amountMessage variable.

Definition at line 5601 of file messageboards.c.

Here is the caller graph for this function:

void add_housing_price_message ( double  price)

Add housing_price message by calling internal and processing.

Parameters
priceMessage variable.

Definition at line 8037 of file messageboards.c.

Here is the caller graph for this function:

void add_housing_transactions_summary_message ( int  quantity,
double  avg_price 
)

Add housing_transactions_summary message by calling internal and processing.

Parameters
quantityMessage variable.
avg_priceMessage variable.

Definition at line 9418 of file messageboards.c.

Here is the caller graph for this function:

void add_interest_rate_message ( double  rate)

Add interest_rate message by calling internal and processing.

Parameters
rateMessage variable.

Definition at line 1785 of file messageboards.c.

Here is the caller graph for this function:

void add_job_application_stage1_message ( int  employee_id,
double  wage 
)

Add job_application_stage1 message by calling internal and processing.

Parameters
employee_idMessage variable.
wageMessage variable.

Definition at line 3956 of file messageboards.c.

Here is the caller graph for this function:

void add_job_application_stage2_message ( int  employee_id)

Add job_application_stage2 message by calling internal and processing.

Parameters
employee_idMessage variable.

Definition at line 3821 of file messageboards.c.

Here is the caller graph for this function:

void add_job_change_message ( int  employer_id,
int  employee_id 
)

Add job_change message by calling internal and processing.

Parameters
employer_idMessage variable.
employee_idMessage variable.

Definition at line 4230 of file messageboards.c.

Here is the caller graph for this function:

void add_job_match_stage1_message ( int  employer_id,
int  employee_id,
double  wage 
)

Add job_match_stage1 message by calling internal and processing.

Parameters
employer_idMessage variable.
employee_idMessage variable.
wageMessage variable.

Definition at line 4093 of file messageboards.c.

Here is the caller graph for this function:

void add_job_match_stage2_message ( int  employer_id,
int  employee_id,
double  wage 
)

Add job_match_stage2 message by calling internal and processing.

Parameters
employer_idMessage variable.
employee_idMessage variable.
wageMessage variable.

Definition at line 4503 of file messageboards.c.

Here is the caller graph for this function:

void add_jpoffice_firm_employee_message ( int  firm_id,
int  employee_id,
int  position 
)

Add jpoffice_firm_employee message by calling internal and processing.

Parameters
firm_idMessage variable.
employee_idMessage variable.
positionMessage variable.

Definition at line 2597 of file messageboards.c.

Here is the caller graph for this function:

void add_jpoffice_household_employer_message ( int  household_id,
int  employer_id,
int  position 
)

Add jpoffice_household_employer message by calling internal and processing.

Parameters
household_idMessage variable.
employer_idMessage variable.
positionMessage variable.

Definition at line 2323 of file messageboards.c.

Here is the caller graph for this function:

void add_labour_tax_message ( double  amount)

Add labour_tax message by calling internal and processing.

Parameters
amountMessage variable.

Definition at line 5869 of file messageboards.c.

Here is the caller graph for this function:

void add_labour_tax_rate_message ( double  value)

Add labour_tax_rate message by calling internal and processing.

Parameters
valueMessage variable.

Definition at line 2053 of file messageboards.c.

Here is the caller graph for this function:

void add_loan_writeoff_message ( int  bank_id,
double  amount 
)

Add loan_writeoff message by calling internal and processing.

Parameters
bank_idMessage variable.
amountMessage variable.

Definition at line 6818 of file messageboards.c.

Here is the caller graph for this function:

void add_mortgage_payment_from_sale_message ( int  bank_id,
double  amount 
)

Add mortgage_payment_from_sale message by calling internal and processing.

Parameters
bank_idMessage variable.
amountMessage variable.

Definition at line 9008 of file messageboards.c.

Here is the caller graph for this function:

void add_mortgage_payment_message ( int  bank_id,
double  interest,
double  principal 
)

Add mortgage_payment message by calling internal and processing.

Parameters
bank_idMessage variable.
interestMessage variable.
principalMessage variable.

Definition at line 9145 of file messageboards.c.

Here is the caller graph for this function:

void add_mortgage_requests_message ( int  bank_id,
double  amount 
)

Add mortgage_requests message by calling internal and processing.

Parameters
bank_idMessage variable.
amountMessage variable.

Definition at line 8872 of file messageboards.c.

Here is the caller graph for this function:

void add_mortgage_writeoff_message ( int  bank_id,
double  amount 
)

Add mortgage_writeoff message by calling internal and processing.

Parameters
bank_idMessage variable.
amountMessage variable.

Definition at line 9282 of file messageboards.c.

Here is the caller graph for this function:

void add_new_entrant_loan_message ( int  firm_id,
int  bank_id,
double  amount 
)

Add new_entrant_loan message by calling internal and processing.

Parameters
firm_idMessage variable.
bank_idMessage variable.
amountMessage variable.

Definition at line 6545 of file messageboards.c.

Here is the caller graph for this function:

void add_sell_housing_message ( int  seller_id,
double  price,
int  quantity,
int  type 
)

Add sell_housing message by calling internal and processing.

Parameters
seller_idMessage variable.
priceMessage variable.
quantityMessage variable.
typeMessage variable.

Definition at line 8318 of file messageboards.c.

Here is the caller graph for this function:

void add_sell_message ( int  id,
double  price,
int  inventory 
)

Add sell message by calling internal and processing.

Parameters
idMessage variable.
priceMessage variable.
inventoryMessage variable.

Definition at line 3009 of file messageboards.c.

Here is the caller graph for this function:

void add_sold_housing_message ( int  seller_id,
int  quantity_sold,
double  price_sold 
)

Add sold_housing message by calling internal and processing.

Parameters
seller_idMessage variable.
quantity_soldMessage variable.
price_soldMessage variable.

Definition at line 8597 of file messageboards.c.

Here is the caller graph for this function:

void add_sold_message ( int  id,
int  sold_quantities 
)

Add sold message by calling internal and processing.

Parameters
idMessage variable.
sold_quantitiesMessage variable.

Definition at line 3146 of file messageboards.c.

Here is the caller graph for this function:

void add_unemployment_benefit_message ( double  amount)

Add unemployment_benefit message by calling internal and processing.

Parameters
amountMessage variable.

Definition at line 6003 of file messageboards.c.

Here is the caller graph for this function:

void add_vacancy_stage1_message ( int  employer_id,
double  wage 
)

Add vacancy_stage1 message by calling internal and processing.

Parameters
employer_idMessage variable.
wageMessage variable.

Definition at line 3686 of file messageboards.c.

Here is the caller graph for this function:

void add_vacancy_stage2_message ( int  employer_id,
double  wage 
)

Add vacancy_stage2 message by calling internal and processing.

Parameters
employer_idMessage variable.
wageMessage variable.

Definition at line 4366 of file messageboards.c.

Here is the caller graph for this function:

m_bank_centralbank_debt_payment* get_first_bank_centralbank_debt_payment_message ( void  )

Get the first bank_centralbank_debt_payment message in the bank_centralbank_debt_payment message list.

Returns
The first message in the list.

Definition at line 7604 of file messageboards.c.

m_bank_centralbank_debt_request* get_first_bank_centralbank_debt_request_message ( void  )

Get the first bank_centralbank_debt_request message in the bank_centralbank_debt_request message list.

Returns
The first message in the list.

Definition at line 5570 of file messageboards.c.

m_bank_centralbank_init_debt* get_first_bank_centralbank_init_debt_message ( void  )

Get the first bank_centralbank_init_debt message in the bank_centralbank_init_debt message list.

Returns
The first message in the list.

Definition at line 946 of file messageboards.c.

m_bank_centralbank_init_deposit* get_first_bank_centralbank_init_deposit_message ( void  )

Get the first bank_centralbank_init_deposit message in the bank_centralbank_init_deposit message list.

Returns
The first message in the list.

Definition at line 1082 of file messageboards.c.

m_bank_centralbank_interest_payment* get_first_bank_centralbank_interest_payment_message ( void  )

Get the first bank_centralbank_interest_payment message in the bank_centralbank_interest_payment message list.

Returns
The first message in the list.

Definition at line 7468 of file messageboards.c.

m_bank_centralbank_update_deposit* get_first_bank_centralbank_update_deposit_message ( void  )

Get the first bank_centralbank_update_deposit message in the bank_centralbank_update_deposit message list.

Returns
The first message in the list.

Definition at line 1218 of file messageboards.c.

m_bank_firm_loan_acknowledge_1* get_first_bank_firm_loan_acknowledge_1_message ( void  )

Get the first bank_firm_loan_acknowledge_1 message in the bank_firm_loan_acknowledge_1 message list.

Returns
The first message in the list.

Definition at line 5296 of file messageboards.c.

m_bank_firm_loan_acknowledge_2* get_first_bank_firm_loan_acknowledge_2_message ( void  )

Get the first bank_firm_loan_acknowledge_2 message in the bank_firm_loan_acknowledge_2 message list.

Returns
The first message in the list.

Definition at line 5434 of file messageboards.c.

m_bank_net_profit* get_first_bank_net_profit_message ( void  )

Get the first bank_net_profit message in the bank_net_profit message list.

Returns
The first message in the list.

Definition at line 7332 of file messageboards.c.

m_bank_reagency_credibility* get_first_bank_reagency_credibility_message ( void  )

Get the first bank_reagency_credibility message in the bank_reagency_credibility message list.

Returns
The first message in the list.

Definition at line 8840 of file messageboards.c.

m_bought_housing* get_first_bought_housing_message ( void  )

Get the first bought_housing message in the bought_housing message list.

Returns
The first message in the list.

Definition at line 8564 of file messageboards.c.

m_bought* get_first_bought_message ( void  )

Get the first bought message in the bought message list.

Returns
The first message in the list.

Definition at line 2976 of file messageboards.c.

m_buy_housing* get_first_buy_housing_message ( void  )

Get the first buy_housing message in the buy_housing message list.

Returns
The first message in the list.

Definition at line 8284 of file messageboards.c.

m_buy* get_first_buy_message ( void  )

Get the first buy message in the buy message list.

Returns
The first message in the list.

Definition at line 2838 of file messageboards.c.

m_capital_tax* get_first_capital_tax_message ( void  )

Get the first capital_tax message in the capital_tax message list.

Returns
The first message in the list.

Definition at line 5838 of file messageboards.c.

m_capital_tax_rate* get_first_capital_tax_rate_message ( void  )

Get the first capital_tax_rate message in the capital_tax_rate message list.

Returns
The first message in the list.

Definition at line 2022 of file messageboards.c.

m_centralbank_government_profit* get_first_centralbank_government_profit_message ( void  )

Get the first centralbank_government_profit message in the centralbank_government_profit message list.

Returns
The first message in the list.

Definition at line 8006 of file messageboards.c.

m_centralbank_households_quarterly_cpi* get_first_centralbank_households_quarterly_cpi_message ( void  )

Get the first centralbank_households_quarterly_cpi message in the centralbank_households_quarterly_cpi message list.

Returns
The first message in the list.

Definition at line 3520 of file messageboards.c.

m_employment_status* get_first_employment_status_message ( void  )

Get the first employment_status message in the employment_status message list.

Returns
The first message in the list.

Definition at line 4746 of file messageboards.c.

m_fired* get_first_fired_message ( void  )

Get the first fired message in the fired message list.

Returns
The first message in the list.

Definition at line 3654 of file messageboards.c.

m_firm_bank_init_deposit* get_first_firm_bank_init_deposit_message ( void  )

Get the first firm_bank_init_deposit message in the firm_bank_init_deposit message list.

Returns
The first message in the list.

Definition at line 266 of file messageboards.c.

m_firm_bank_init_loans* get_first_firm_bank_init_loans_message ( void  )

Get the first firm_bank_init_loans message in the firm_bank_init_loans message list.

Returns
The first message in the list.

Definition at line 130 of file messageboards.c.

m_firm_bank_insolvent_account* get_first_firm_bank_insolvent_account_message ( void  )

Get the first firm_bank_insolvent_account message in the firm_bank_insolvent_account message list.

Returns
The first message in the list.

Definition at line 7058 of file messageboards.c.

m_firm_bank_interest_on_loan* get_first_firm_bank_interest_on_loan_message ( void  )

Get the first firm_bank_interest_on_loan message in the firm_bank_interest_on_loan message list.

Returns
The first message in the list.

Definition at line 6786 of file messageboards.c.

m_firm_bank_loan_request_1* get_first_firm_bank_loan_request_1_message ( void  )

Get the first firm_bank_loan_request_1 message in the firm_bank_loan_request_1 message list.

Returns
The first message in the list.

Definition at line 5020 of file messageboards.c.

m_firm_bank_loan_request_2* get_first_firm_bank_loan_request_2_message ( void  )

Get the first firm_bank_loan_request_2 message in the firm_bank_loan_request_2 message list.

Returns
The first message in the list.

Definition at line 5158 of file messageboards.c.

m_firm_bank_update_deposit* get_first_firm_bank_update_deposit_message ( void  )

Get the first firm_bank_update_deposit message in the firm_bank_update_deposit message list.

Returns
The first message in the list.

Definition at line 402 of file messageboards.c.

m_firm_household_wage_payment* get_first_firm_household_wage_payment_message ( void  )

Get the first firm_household_wage_payment message in the firm_household_wage_payment message list.

Returns
The first message in the list.

Definition at line 4882 of file messageboards.c.

m_firm_jpoffice_id* get_first_firm_jpoffice_id_message ( void  )

Get the first firm_jpoffice_id message in the firm_jpoffice_id message list.

Returns
The first message in the list.

Definition at line 2564 of file messageboards.c.

m_firm_net_profit* get_first_firm_net_profit_message ( void  )

Get the first firm_net_profit message in the firm_net_profit message list.

Returns
The first message in the list.

Definition at line 7196 of file messageboards.c.

m_fund_centralbank_init_deposit* get_first_fund_centralbank_init_deposit_message ( void  )

Get the first fund_centralbank_init_deposit message in the fund_centralbank_init_deposit message list.

Returns
The first message in the list.

Definition at line 1352 of file messageboards.c.

m_fund_centralbank_update_deposit* get_first_fund_centralbank_update_deposit_message ( void  )

Get the first fund_centralbank_update_deposit message in the fund_centralbank_update_deposit message list.

Returns
The first message in the list.

Definition at line 1486 of file messageboards.c.

m_fund_request_ack* get_first_fund_request_ack_message ( void  )

Get the first fund_request_ack message in the fund_request_ack message list.

Returns
The first message in the list.

Definition at line 6512 of file messageboards.c.

m_fund_request* get_first_fund_request_message ( void  )

Get the first fund_request message in the fund_request message list.

Returns
The first message in the list.

Definition at line 6376 of file messageboards.c.

m_general_benefit* get_first_general_benefit_message ( void  )

Get the first general_benefit message in the general_benefit message list.

Returns
The first message in the list.

Definition at line 6240 of file messageboards.c.

m_goods_transactions_summary* get_first_goods_transactions_summary_message ( void  )

Get the first goods_transactions_summary message in the goods_transactions_summary message list.

Returns
The first message in the list.

Definition at line 3386 of file messageboards.c.

m_gov_centralbank_debt_payment* get_first_gov_centralbank_debt_payment_message ( void  )

Get the first gov_centralbank_debt_payment message in the gov_centralbank_debt_payment message list.

Returns
The first message in the list.

Definition at line 7872 of file messageboards.c.

m_gov_centralbank_debt_request* get_first_gov_centralbank_debt_request_message ( void  )

Get the first gov_centralbank_debt_request message in the gov_centralbank_debt_request message list.

Returns
The first message in the list.

Definition at line 7738 of file messageboards.c.

m_gov_centralbank_init_deposit* get_first_gov_centralbank_init_deposit_message ( void  )

Get the first gov_centralbank_init_deposit message in the gov_centralbank_init_deposit message list.

Returns
The first message in the list.

Definition at line 1620 of file messageboards.c.

m_gov_centralbank_update_deposit* get_first_gov_centralbank_update_deposit_message ( void  )

Get the first gov_centralbank_update_deposit message in the gov_centralbank_update_deposit message list.

Returns
The first message in the list.

Definition at line 1754 of file messageboards.c.

m_household_bank_init_deposit* get_first_household_bank_init_deposit_message ( void  )

Get the first household_bank_init_deposit message in the household_bank_init_deposit message list.

Returns
The first message in the list.

Definition at line 674 of file messageboards.c.

m_household_bank_init_mortgages* get_first_household_bank_init_mortgages_message ( void  )

Get the first household_bank_init_mortgages message in the household_bank_init_mortgages message list.

Returns
The first message in the list.

Definition at line 538 of file messageboards.c.

m_household_bank_update_deposit* get_first_household_bank_update_deposit_message ( void  )

Get the first household_bank_update_deposit message in the household_bank_update_deposit message list.

Returns
The first message in the list.

Definition at line 810 of file messageboards.c.

m_household_jpoffice_id* get_first_household_jpoffice_id_message ( void  )

Get the first household_jpoffice_id message in the household_jpoffice_id message list.

Returns
The first message in the list.

Definition at line 2290 of file messageboards.c.

m_household_share* get_first_household_share_message ( void  )

Get the first household_share message in the household_share message list.

Returns
The first message in the list.

Definition at line 5704 of file messageboards.c.

m_housing_price* get_first_housing_price_message ( void  )

Get the first housing_price message in the housing_price message list.

Returns
The first message in the list.

Definition at line 8140 of file messageboards.c.

m_housing_transactions_summary* get_first_housing_transactions_summary_message ( void  )

Get the first housing_transactions_summary message in the housing_transactions_summary message list.

Returns
The first message in the list.

Definition at line 9522 of file messageboards.c.

m_interest_rate* get_first_interest_rate_message ( void  )

Get the first interest_rate message in the interest_rate message list.

Returns
The first message in the list.

Definition at line 1888 of file messageboards.c.

m_job_application_stage1* get_first_job_application_stage1_message ( void  )

Get the first job_application_stage1 message in the job_application_stage1 message list.

Returns
The first message in the list.

Definition at line 4060 of file messageboards.c.

m_job_application_stage2* get_first_job_application_stage2_message ( void  )

Get the first job_application_stage2 message in the job_application_stage2 message list.

Returns
The first message in the list.

Definition at line 3924 of file messageboards.c.

m_job_change* get_first_job_change_message ( void  )

Get the first job_change message in the job_change message list.

Returns
The first message in the list.

Definition at line 4334 of file messageboards.c.

m_job_match_stage1* get_first_job_match_stage1_message ( void  )

Get the first job_match_stage1 message in the job_match_stage1 message list.

Returns
The first message in the list.

Definition at line 4198 of file messageboards.c.

m_job_match_stage2* get_first_job_match_stage2_message ( void  )

Get the first job_match_stage2 message in the job_match_stage2 message list.

Returns
The first message in the list.

Definition at line 4608 of file messageboards.c.

m_jpoffice_firm_employee* get_first_jpoffice_firm_employee_message ( void  )

Get the first jpoffice_firm_employee message in the jpoffice_firm_employee message list.

Returns
The first message in the list.

Definition at line 2702 of file messageboards.c.

m_jpoffice_household_employer* get_first_jpoffice_household_employer_message ( void  )

Get the first jpoffice_household_employer message in the jpoffice_household_employer message list.

Returns
The first message in the list.

Definition at line 2428 of file messageboards.c.

m_labour_tax* get_first_labour_tax_message ( void  )

Get the first labour_tax message in the labour_tax message list.

Returns
The first message in the list.

Definition at line 5972 of file messageboards.c.

m_labour_tax_rate* get_first_labour_tax_rate_message ( void  )

Get the first labour_tax_rate message in the labour_tax_rate message list.

Returns
The first message in the list.

Definition at line 2156 of file messageboards.c.

m_loan_writeoff* get_first_loan_writeoff_message ( void  )

Get the first loan_writeoff message in the loan_writeoff message list.

Returns
The first message in the list.

Definition at line 6922 of file messageboards.c.

m_mortgage_payment_from_sale* get_first_mortgage_payment_from_sale_message ( void  )

Get the first mortgage_payment_from_sale message in the mortgage_payment_from_sale message list.

Returns
The first message in the list.

Definition at line 9112 of file messageboards.c.

m_mortgage_payment* get_first_mortgage_payment_message ( void  )

Get the first mortgage_payment message in the mortgage_payment message list.

Returns
The first message in the list.

Definition at line 9250 of file messageboards.c.

m_mortgage_requests* get_first_mortgage_requests_message ( void  )

Get the first mortgage_requests message in the mortgage_requests message list.

Returns
The first message in the list.

Definition at line 8976 of file messageboards.c.

m_mortgage_writeoff* get_first_mortgage_writeoff_message ( void  )

Get the first mortgage_writeoff message in the mortgage_writeoff message list.

Returns
The first message in the list.

Definition at line 9386 of file messageboards.c.

m_new_entrant_loan* get_first_new_entrant_loan_message ( void  )

Get the first new_entrant_loan message in the new_entrant_loan message list.

Returns
The first message in the list.

Definition at line 6650 of file messageboards.c.

m_sell_housing* get_first_sell_housing_message ( void  )

Get the first sell_housing message in the sell_housing message list.

Returns
The first message in the list.

Definition at line 8424 of file messageboards.c.

m_sell* get_first_sell_message ( void  )

Get the first sell message in the sell message list.

Returns
The first message in the list.

Definition at line 3114 of file messageboards.c.

m_sold_housing* get_first_sold_housing_message ( void  )

Get the first sold_housing message in the sold_housing message list.

Returns
The first message in the list.

Definition at line 8702 of file messageboards.c.

m_sold* get_first_sold_message ( void  )

Get the first sold message in the sold message list.

Returns
The first message in the list.

Definition at line 3250 of file messageboards.c.

m_unemployment_benefit* get_first_unemployment_benefit_message ( void  )

Get the first unemployment_benefit message in the unemployment_benefit message list.

Returns
The first message in the list.

Definition at line 6106 of file messageboards.c.

m_vacancy_stage1* get_first_vacancy_stage1_message ( void  )

Get the first vacancy_stage1 message in the vacancy_stage1 message list.

Returns
The first message in the list.

Definition at line 3790 of file messageboards.c.

m_vacancy_stage2* get_first_vacancy_stage2_message ( void  )

Get the first vacancy_stage2 message in the vacancy_stage2 message list.

Returns
The first message in the list.

Definition at line 4470 of file messageboards.c.

m_bank_centralbank_debt_payment* get_next_bank_centralbank_debt_payment_message ( m_bank_centralbank_debt_payment current)

Definition at line 7614 of file messageboards.c.

m_bank_centralbank_debt_request* get_next_bank_centralbank_debt_request_message ( m_bank_centralbank_debt_request current)

Definition at line 5580 of file messageboards.c.

m_bank_centralbank_init_debt* get_next_bank_centralbank_init_debt_message ( m_bank_centralbank_init_debt current)

Definition at line 956 of file messageboards.c.

m_bank_centralbank_init_deposit* get_next_bank_centralbank_init_deposit_message ( m_bank_centralbank_init_deposit current)

Definition at line 1092 of file messageboards.c.

m_bank_centralbank_interest_payment* get_next_bank_centralbank_interest_payment_message ( m_bank_centralbank_interest_payment current)

Definition at line 7478 of file messageboards.c.

m_bank_centralbank_update_deposit* get_next_bank_centralbank_update_deposit_message ( m_bank_centralbank_update_deposit current)

Definition at line 1228 of file messageboards.c.

m_bank_firm_loan_acknowledge_1* get_next_bank_firm_loan_acknowledge_1_message ( m_bank_firm_loan_acknowledge_1 current)

Definition at line 5306 of file messageboards.c.

m_bank_firm_loan_acknowledge_2* get_next_bank_firm_loan_acknowledge_2_message ( m_bank_firm_loan_acknowledge_2 current)

Definition at line 5444 of file messageboards.c.

m_bank_net_profit* get_next_bank_net_profit_message ( m_bank_net_profit current)

Definition at line 7342 of file messageboards.c.

m_bank_reagency_credibility* get_next_bank_reagency_credibility_message ( m_bank_reagency_credibility current)

Definition at line 8850 of file messageboards.c.

m_bought_housing* get_next_bought_housing_message ( m_bought_housing current)

Definition at line 8574 of file messageboards.c.

m_bought* get_next_bought_message ( m_bought current)

Definition at line 2986 of file messageboards.c.

m_buy_housing* get_next_buy_housing_message ( m_buy_housing current)

Definition at line 8294 of file messageboards.c.

m_buy* get_next_buy_message ( m_buy current)

Definition at line 2848 of file messageboards.c.

m_capital_tax* get_next_capital_tax_message ( m_capital_tax current)

Definition at line 5848 of file messageboards.c.

m_capital_tax_rate* get_next_capital_tax_rate_message ( m_capital_tax_rate current)

Definition at line 2032 of file messageboards.c.

m_centralbank_government_profit* get_next_centralbank_government_profit_message ( m_centralbank_government_profit current)

Definition at line 8016 of file messageboards.c.

m_centralbank_households_quarterly_cpi* get_next_centralbank_households_quarterly_cpi_message ( m_centralbank_households_quarterly_cpi current)

Definition at line 3530 of file messageboards.c.

m_employment_status* get_next_employment_status_message ( m_employment_status current)

Definition at line 4756 of file messageboards.c.

m_fired* get_next_fired_message ( m_fired current)

Definition at line 3664 of file messageboards.c.

m_firm_bank_init_deposit* get_next_firm_bank_init_deposit_message ( m_firm_bank_init_deposit current)

Definition at line 276 of file messageboards.c.

m_firm_bank_init_loans* get_next_firm_bank_init_loans_message ( m_firm_bank_init_loans current)

Definition at line 140 of file messageboards.c.

m_firm_bank_insolvent_account* get_next_firm_bank_insolvent_account_message ( m_firm_bank_insolvent_account current)

Definition at line 7068 of file messageboards.c.

m_firm_bank_interest_on_loan* get_next_firm_bank_interest_on_loan_message ( m_firm_bank_interest_on_loan current)

Definition at line 6796 of file messageboards.c.

m_firm_bank_loan_request_1* get_next_firm_bank_loan_request_1_message ( m_firm_bank_loan_request_1 current)

Definition at line 5030 of file messageboards.c.

m_firm_bank_loan_request_2* get_next_firm_bank_loan_request_2_message ( m_firm_bank_loan_request_2 current)

Definition at line 5168 of file messageboards.c.

m_firm_bank_update_deposit* get_next_firm_bank_update_deposit_message ( m_firm_bank_update_deposit current)

Definition at line 412 of file messageboards.c.

m_firm_household_wage_payment* get_next_firm_household_wage_payment_message ( m_firm_household_wage_payment current)

Definition at line 4892 of file messageboards.c.

m_firm_jpoffice_id* get_next_firm_jpoffice_id_message ( m_firm_jpoffice_id current)

Definition at line 2574 of file messageboards.c.

m_firm_net_profit* get_next_firm_net_profit_message ( m_firm_net_profit current)

Definition at line 7206 of file messageboards.c.

m_fund_centralbank_init_deposit* get_next_fund_centralbank_init_deposit_message ( m_fund_centralbank_init_deposit current)

Definition at line 1362 of file messageboards.c.

m_fund_centralbank_update_deposit* get_next_fund_centralbank_update_deposit_message ( m_fund_centralbank_update_deposit current)

Definition at line 1496 of file messageboards.c.

m_fund_request_ack* get_next_fund_request_ack_message ( m_fund_request_ack current)

Definition at line 6522 of file messageboards.c.

m_fund_request* get_next_fund_request_message ( m_fund_request current)

Definition at line 6386 of file messageboards.c.

m_general_benefit* get_next_general_benefit_message ( m_general_benefit current)

Definition at line 6250 of file messageboards.c.

m_goods_transactions_summary* get_next_goods_transactions_summary_message ( m_goods_transactions_summary current)

Definition at line 3396 of file messageboards.c.

m_gov_centralbank_debt_payment* get_next_gov_centralbank_debt_payment_message ( m_gov_centralbank_debt_payment current)

Definition at line 7882 of file messageboards.c.

m_gov_centralbank_debt_request* get_next_gov_centralbank_debt_request_message ( m_gov_centralbank_debt_request current)

Definition at line 7748 of file messageboards.c.

m_gov_centralbank_init_deposit* get_next_gov_centralbank_init_deposit_message ( m_gov_centralbank_init_deposit current)

Definition at line 1630 of file messageboards.c.

m_gov_centralbank_update_deposit* get_next_gov_centralbank_update_deposit_message ( m_gov_centralbank_update_deposit current)

Definition at line 1764 of file messageboards.c.

m_household_bank_init_deposit* get_next_household_bank_init_deposit_message ( m_household_bank_init_deposit current)

Definition at line 684 of file messageboards.c.

m_household_bank_init_mortgages* get_next_household_bank_init_mortgages_message ( m_household_bank_init_mortgages current)

Definition at line 548 of file messageboards.c.

m_household_bank_update_deposit* get_next_household_bank_update_deposit_message ( m_household_bank_update_deposit current)

Definition at line 820 of file messageboards.c.

m_household_jpoffice_id* get_next_household_jpoffice_id_message ( m_household_jpoffice_id current)

Definition at line 2300 of file messageboards.c.

m_household_share* get_next_household_share_message ( m_household_share current)

Definition at line 5714 of file messageboards.c.

m_housing_price* get_next_housing_price_message ( m_housing_price current)

Definition at line 8150 of file messageboards.c.

m_housing_transactions_summary* get_next_housing_transactions_summary_message ( m_housing_transactions_summary current)

Definition at line 9532 of file messageboards.c.

m_interest_rate* get_next_interest_rate_message ( m_interest_rate current)

Definition at line 1898 of file messageboards.c.

m_job_application_stage1* get_next_job_application_stage1_message ( m_job_application_stage1 current)

Definition at line 4070 of file messageboards.c.

m_job_application_stage2* get_next_job_application_stage2_message ( m_job_application_stage2 current)

Definition at line 3934 of file messageboards.c.

m_job_change* get_next_job_change_message ( m_job_change current)

Definition at line 4344 of file messageboards.c.

m_job_match_stage1* get_next_job_match_stage1_message ( m_job_match_stage1 current)

Definition at line 4208 of file messageboards.c.

m_job_match_stage2* get_next_job_match_stage2_message ( m_job_match_stage2 current)

Definition at line 4618 of file messageboards.c.

m_jpoffice_firm_employee* get_next_jpoffice_firm_employee_message ( m_jpoffice_firm_employee current)

Definition at line 2712 of file messageboards.c.

m_jpoffice_household_employer* get_next_jpoffice_household_employer_message ( m_jpoffice_household_employer current)

Definition at line 2438 of file messageboards.c.

m_labour_tax* get_next_labour_tax_message ( m_labour_tax current)

Definition at line 5982 of file messageboards.c.

m_labour_tax_rate* get_next_labour_tax_rate_message ( m_labour_tax_rate current)

Definition at line 2166 of file messageboards.c.

m_loan_writeoff* get_next_loan_writeoff_message ( m_loan_writeoff current)

Definition at line 6932 of file messageboards.c.

m_mortgage_payment_from_sale* get_next_mortgage_payment_from_sale_message ( m_mortgage_payment_from_sale current)

Definition at line 9122 of file messageboards.c.

m_mortgage_payment* get_next_mortgage_payment_message ( m_mortgage_payment current)

Definition at line 9260 of file messageboards.c.

m_mortgage_requests* get_next_mortgage_requests_message ( m_mortgage_requests current)

Definition at line 8986 of file messageboards.c.

m_mortgage_writeoff* get_next_mortgage_writeoff_message ( m_mortgage_writeoff current)

Definition at line 9396 of file messageboards.c.

m_new_entrant_loan* get_next_new_entrant_loan_message ( m_new_entrant_loan current)

Definition at line 6660 of file messageboards.c.

m_sell_housing* get_next_sell_housing_message ( m_sell_housing current)

Definition at line 8434 of file messageboards.c.

m_sell* get_next_sell_message ( m_sell current)

Definition at line 3124 of file messageboards.c.

m_sold_housing* get_next_sold_housing_message ( m_sold_housing current)

Definition at line 8712 of file messageboards.c.

m_sold* get_next_sold_message ( m_sold current)

Definition at line 3260 of file messageboards.c.

m_unemployment_benefit* get_next_unemployment_benefit_message ( m_unemployment_benefit current)

Definition at line 6116 of file messageboards.c.

m_vacancy_stage1* get_next_vacancy_stage1_message ( m_vacancy_stage1 current)

Definition at line 3800 of file messageboards.c.

m_vacancy_stage2* get_next_vacancy_stage2_message ( m_vacancy_stage2 current)

Definition at line 4480 of file messageboards.c.