#include "nmc_msg_builder.H"
Go to the source code of this file.
Classes | |
class | nmc::pic_io::set_direction_builder_t |
class | nmc::pic_io::define_status_builder_t |
class | nmc::pic_io::read_status_builder_t |
class | nmc::pic_io::set_pwm_builder_t |
class | nmc::pic_io::synch_output_builder_t |
class | nmc::pic_io::set_output_builder_t |
class | nmc::pic_io::set_synch_output_builder_t |
class | nmc::pic_io::set_timer_mode_builer_t |
class | nmc::pic_io::synch_input_builder_t |
Namespaces | |
namespace | nmc |
namespace | nmc::pic_io |
Enumerations | |
enum | nmc::pic_io::status_report_t { nmc::pic_io::STATUS_REPORT_INPUT_BITS = 0x01, nmc::pic_io::STATUS_REPORT_AD1_VALUE = 0x02, nmc::pic_io::STATUS_REPORT_AD2_VALUE = 0x04, nmc::pic_io::STATUS_REPORT_AD3_VALUE = 0x08, nmc::pic_io::STATUS_REPORT_COUNTER_TIMER = 0x10, nmc::pic_io::STATUS_REPORT_DEVICE_TYPE = 0x20, nmc::pic_io::STATUS_REPORT_SYNCH_INPUT_BITS = 0x40, nmc::pic_io::STATUS_REPORT_SYNCH_COUNTER_TIMER = 0x80 } |