yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
net_commands.h File Reference
#include <string>
#include <vector>
#include "absl/status/status.h"
#include "cli/service/net/z3ed_network_client.h"
Include dependency graph for net_commands.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  yaze
 Main namespace for the application.
 
namespace  yaze::cli
 Namespace for the command line interface.
 
namespace  yaze::cli::net
 

Functions

absl::Status yaze::cli::net::HandleNetConnect (const std::vector< std::string > &args)
 
absl::Status yaze::cli::net::HandleNetJoin (const std::vector< std::string > &args)
 
absl::Status yaze::cli::net::HandleNetLeave (const std::vector< std::string > &args)
 
absl::Status yaze::cli::net::HandleNetProposal (const std::vector< std::string > &args)
 
absl::Status yaze::cli::net::HandleNetStatus (const std::vector< std::string > &args)
 
absl::Status yaze::cli::net::HandleProposalSubmit (const std::vector< std::string > &args)
 
absl::Status yaze::cli::net::HandleProposalStatus (const std::vector< std::string > &args)
 
absl::Status yaze::cli::net::HandleProposalWait (const std::vector< std::string > &args)